diff options
| author | Ryan <fauxpark@gmail.com> | 2024-08-25 22:15:07 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 22:15:07 +1000 |
| commit | 8f6d2ac53cdde6d0befc9f86c326f56620dcfcc0 (patch) | |
| tree | 2ca4348239e8ec73a8e28411b38a895786bb97e9 /keyboards/maple_computing/6ball | |
| parent | fc9d848a775b7d0b9f74e3df6a247d03a3189100 (diff) | |
Update Underglow keycodes (#23765)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/maple_computing/6ball')
| -rw-r--r-- | keyboards/maple_computing/6ball/keymaps/default/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/maple_computing/6ball/keymaps/default/keymap.c b/keyboards/maple_computing/6ball/keymaps/default/keymap.c index 5081161e38..cc9911678a 100644 --- a/keyboards/maple_computing/6ball/keymaps/default/keymap.c +++ b/keyboards/maple_computing/6ball/keymaps/default/keymap.c | |||
| @@ -16,7 +16,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 16 | ), | 16 | ), |
| 17 | 17 | ||
| 18 | [_FN] = LAYOUT( | 18 | [_FN] = LAYOUT( |
| 19 | KC_F, KC_TRNS, RGB_HUI, | 19 | KC_F, KC_TRNS, UG_HUEU, |
| 20 | RGB_TOG, RGB_MOD, RGB_HUD | 20 | UG_TOGG, UG_NEXT, UG_HUED |
| 21 | ) | 21 | ) |
| 22 | }; | 22 | }; |
