diff options
| author | Ryan | 2024-08-25 14:15:07 +0200 |
|---|---|---|
| committer | GitHub | 2024-08-25 14:15:07 +0200 |
| commit | 8f6d2ac53cdde6d0befc9f86c326f56620dcfcc0 (patch) | |
| tree | 2ca4348239e8ec73a8e28411b38a895786bb97e9 /keyboards/joshajohnson | |
| parent | fc9d848a775b7d0b9f74e3df6a247d03a3189100 (diff) | |
Update Underglow keycodes (#23765)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/joshajohnson')
| -rwxr-xr-x | keyboards/joshajohnson/hub16/keymaps/default/keymap.c | 6 | ||||
| -rwxr-xr-x | keyboards/joshajohnson/hub16/keymaps/via/keymap.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/joshajohnson/hub16/keymaps/default/keymap.c b/keyboards/joshajohnson/hub16/keymaps/default/keymap.c index fbcb5a5a5d..377d3feda7 100755 --- a/keyboards/joshajohnson/hub16/keymaps/default/keymap.c +++ b/keyboards/joshajohnson/hub16/keymaps/default/keymap.c @@ -26,9 +26,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [1] = LAYOUT( /* LED Control */ _______, _______, - _______, RGB_MOD, RGB_RMOD, RGB_TOG, - RGB_VAD, RGB_VAI, RGB_HUD, RGB_HUI, - RGB_SAD, RGB_SAI, _______, _______, + _______, UG_NEXT, UG_PREV, UG_TOGG, + UG_VALD, UG_VALU, UG_HUED, UG_HUEU, + UG_SATD, UG_SATU, _______, _______, _______, _______, QK_BOOT, _______ ), }; diff --git a/keyboards/joshajohnson/hub16/keymaps/via/keymap.c b/keyboards/joshajohnson/hub16/keymaps/via/keymap.c index 760ac0bc65..032c66ed3e 100755 --- a/keyboards/joshajohnson/hub16/keymaps/via/keymap.c +++ b/keyboards/joshajohnson/hub16/keymaps/via/keymap.c @@ -26,9 +26,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [1] = LAYOUT( /* LED Control */ _______, _______, - _______, RGB_MOD, RGB_RMOD, RGB_TOG, - RGB_VAD, RGB_VAI, RGB_HUD, RGB_HUI, - RGB_SAD, RGB_SAI, _______, _______, + _______, UG_NEXT, UG_PREV, UG_TOGG, + UG_VALD, UG_VALU, UG_HUED, UG_HUEU, + UG_SATD, UG_SATU, _______, _______, _______, _______, QK_BOOT, _______ ), |