1
0

Update Underglow keycodes (#23765)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan
2024-08-25 22:15:07 +10:00
committed by GitHub
parent fc9d848a77
commit 8f6d2ac53c
1411 changed files with 3007 additions and 3045 deletions

View File

@@ -22,7 +22,7 @@
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT( /* Base */
KC_A, RGB_TOG, KC_C,
KC_A, UG_TOGG, KC_C,
KC_X, KC_Y, KC_Z
)
};