forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial version of my personal layout for my keyboard Boardy
- Loading branch information
1 parent
b6ed990
commit 78ae28f
Showing
3 changed files
with
141 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
# QMK Build Options | ||
# change to "no" to disable the options, or define them in the Makefile in | ||
# the appropriate keymap folder that will get included automatically | ||
# | ||
CONSOLE_ENABLE = no # Enable debugging console | ||
COMMAND_ENABLE = no # Commands for debug and configuration | ||
TAP_DANCE_ENABLE = no # Tap Dance skills | ||
UNICODE_ENABLE = no # Unicode | ||
|
||
ifndef QUANTUM_DIR | ||
include ../../../../Makefile | ||
endif | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
#include "org60.h" | ||
#include "action_layer.h" | ||
|
||
// Keyboard Layers | ||
enum keyboard_layers { | ||
_BASE, // Base Layer | ||
_FUNCTION, // Function Layer | ||
}; | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
||
[_BASE] = KEYMAP( | ||
/* | ||
0: Base Layer | ||
.--------------------------------------------------------------------------------------------------------------------------------------. | ||
| ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | _ | + | | | ||
| | | | | | | | | | | | | | | | ||
| Esc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Backspace | | ||
|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| | | | | | | | | | | | { | ] | | | | ||
| | | | | | | | | | | | | | | | ||
| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | | ||
|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| | | | | | | | | | | : | " | | | ||
| | | | | | | | | | | | | | | ||
| PrntScr | A | S | D | F | G | H | J | K | L | ; | ' | Enter | | ||
|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| | | | | | | | | < | > | ? |░░░░░░| |░░░░░░░░| | ||
| | | | | | | | | | | |░░░░░░| |░░░░░░░░| | ||
| Shift | Z | X | C | V | B | N | M | , | . | / |░░░░░░| Up |░░░░░░░░| | ||
|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| | | | | |░░░░░░| | | | | ||
| | | | | |░░░░░░| | | | | ||
| Ctrl | Win | Alt | Space | FnO |░░░░░░| Left | Down | Right | | ||
'--------------------------------------------------------------------------------------------------------------------------------------' | ||
*/ | ||
|
||
//--------------------------------------------------------------------------------------------------------------------------------------. | ||
// | | | | | | | | | | | | | | | ||
// | | | | | | | | | | | | | | | ||
KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_NO, | ||
//--------------------------------------------------------------------------------------------------------------------------------------| | ||
// | | | | | | | | | | | | | | | ||
// | | | | | | | | | | | | | | | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, | ||
//--------------------------------------------------------------------------------------------------------------------------------------| | ||
// | | | | | | | | | | | | | | ||
// | | | | | | | | | | | | | | ||
KC_PSCR, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NO, KC_ENT, | ||
//--------------------------------------------------------------------------------------------------------------------------------------| | ||
// | | | | | | | | | | |░░░░░░| |░░░░░░░░| | ||
// | | | | | | | | | | |░░░░░░| |░░░░░░░░| | ||
KC_LSFT, KC_NO, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_NO, KC_UP, KC_NO, | ||
//--------------------------------------------------------------------------------------------------------------------------------------| | ||
// | | | | |░░░░░░| | | | | ||
// | | | | |░░░░░░| | | | | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, F(0), KC_NO, KC_LEFT, KC_DOWN, KC_RIGHT), | ||
//--------------------------------------------------------------------------------------------------------------------------------------' | ||
|
||
|
||
[_FUNCTION] = KEYMAP( | ||
/* | ||
1: Function Layer | ||
.--------------------------------------------------------------------------------------------------------------------------------------. | ||
| | | | | | | | | | | | | | | | ||
| | | | | | | | | | | | | | | | ||
| Esc | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | Delete | | ||
|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| | | | | | | | | | | | | | | | ||
| | | | | RGB | RGB | RGB | RGB | | | | | | | | ||
| Reset | 7 | 8 | 9 | Toggle | Mode | Pwr+ | Pwr- | | Insert | Pause | Home | End | Sleep | | ||
|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| | | | | | | | | | | | | | | ||
| | | | | RGB | RGB | RGB | RGB | | | Page | Page | | | ||
| Caps Lock | 4 | 5 | 6 | Hue+ | Hue- | Sat+ | Sat- | | | Up | Down | Enter | | ||
|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| | | | | | | | | | | |░░░░░░| |░░░░░░░░| | ||
| | | | | | Back | Back | | Prev | Next | |░░░░░░| |░░░░░░░░| | ||
| Shift | 1 | 2 | 3 | | Light+ | Light- | | Track | Track | |░░░░░░| Up |░░░░░░░░| | ||
|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| | | | | |░░░░░░| | | | | ||
| | | | | |░░░░░░| | | | | ||
| Ctrl | Win | Alt | 0 | Fn0 |░░░░░░| Mute | Down | Right | | ||
'--------------------------------------------------------------------------------------------------------------------------------------' | ||
*/ | ||
|
||
//--------------------------------------------------------------------------------------------------------------------------------------. | ||
// | | | | | | | | | | | | | | | ||
// | | | | | | | | | | | | | | | ||
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_NO, | ||
//--------------------------------------------------------------------------------------------------------------------------------------| | ||
// | | | | | | | | | | | | | | | ||
// | | | | | | | | | | | | | | | ||
RESET, KC_7, KC_8, KC_9, RGB_TOG, RGB_MOD, RGB_VAI, RGB_VAD, KC_NO, KC_INS, KC_PAUS, KC_HOME, KC_END, KC_SLEP, | ||
//--------------------------------------------------------------------------------------------------------------------------------------| | ||
// | | | | | | | | | | | | | | ||
// | | | | | | | | | | | | | | ||
KC_CAPS, KC_4, KC_5, KC_6, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, KC_NO, KC_NO, KC_PGUP, KC_PGDN, KC_NO, KC_ENT, | ||
//--------------------------------------------------------------------------------------------------------------------------------------| | ||
// | | | | | | | | | | |░░░░░░| |░░░░░░░░| | ||
// | | | | | | | | | | |░░░░░░| |░░░░░░░░| | ||
KC_LSFT, KC_NO, KC_1, KC_2, KC_3, KC_NO, BL_INC, BL_DEC, KC_NO, KC_MPRV, KC_MNXT, KC_NO, KC_NO, KC_VOLU, KC_NO, | ||
//--------------------------------------------------------------------------------------------------------------------------------------| | ||
// | | | | |░░░░░░| | | | | ||
// | | | | |░░░░░░| | | | | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_0, F(0), KC_NO, KC_MUTE, KC_VOLD, KC_MPLY), | ||
//--------------------------------------------------------------------------------------------------------------------------------------' | ||
|
||
}; | ||
|
||
|
||
// Custom Actions | ||
const uint16_t PROGMEM fn_actions[] = { | ||
[0] = ACTION_LAYER_MOMENTARY(_FUNCTION), // to Function overlay | ||
}; | ||
|
||
|
||
// Loop | ||
void matrix_scan_user(void) { | ||
// Empty | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# boardy layout | ||
|
||
![Uses this layout](http://i.imgur.com/k3g488o.jpg) | ||
|
||
This is my custom layout designed to be used with an Org60 (https://world.taobao.com/item/544441405112.htm) and custom plate specifically to suit my taste. |