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

@ -24,8 +24,8 @@ enum my_layers {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_FIRST_LAYER] = LAYOUT(
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS, KC_ESC,
KC_P7, KC_P8, KC_P9, KC_PPLS, RGB_TOG,
KC_P4, KC_P5, KC_P6, KC_PENT, RGB_MOD,
KC_P7, KC_P8, KC_P9, KC_PPLS, UG_TOGG,
KC_P4, KC_P5, KC_P6, KC_PENT, UG_NEXT,
KC_P1, KC_P2, KC_P3, KC_UP, MO(_SECOND_LAYER),
KC_P0, KC_PDOT, KC_LEFT, KC_DOWN, KC_RGHT
),