[WIP] rev2 firmware fix RGB matrix

This commit is contained in:
Lexi / Zoe 2024-10-31 10:43:22 +01:00
parent d164232cef
commit 411e09f1ad
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 89 additions and 88 deletions

View file

@ -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,