[WIP] rev2 firmware fix RGB matrix
This commit is contained in:
parent
d164232cef
commit
411e09f1ad
2 changed files with 89 additions and 88 deletions
|
|
@ -30,6 +30,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
// TODO this is temporary
|
||||
// TODO update and add KLE layout to VCS
|
||||
// TODO add own LAYOUT_ macro, where the center keys are at the end?
|
||||
// TODO move KC_APP to bottom right
|
||||
[L_BASE] = LAYOUT_ortho_6x15(
|
||||
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_GRAVE, KC_1, KC_2, KC_3, KC_4, KC_5, KC_RIGHT, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINUS, KC_EQUAL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue