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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1411 changed files with 3007 additions and 3045 deletions

View file

@ -20,7 +20,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_7, KC_8, KC_9, KC_TRNS,
KC_4, KC_5, KC_6, KC_TRNS,
KC_1, KC_2, KC_3, KC_TRNS,
KC_0, RGB_TOG, KC_ENTER
KC_0, UG_TOGG, KC_ENTER
),
};