summaryrefslogtreecommitdiff
path: root/keyboards/horrortroll/lemon40/keymaps/via/keymap.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-08-25 22:15:07 +1000
committerGitHub <noreply@github.com>2024-08-25 22:15:07 +1000
commit8f6d2ac53cdde6d0befc9f86c326f56620dcfcc0 (patch)
tree2ca4348239e8ec73a8e28411b38a895786bb97e9 /keyboards/horrortroll/lemon40/keymaps/via/keymap.c
parentfc9d848a775b7d0b9f74e3df6a247d03a3189100 (diff)
Update Underglow keycodes (#23765)via-keymaps-still-present
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/horrortroll/lemon40/keymaps/via/keymap.c')
-rw-r--r--keyboards/horrortroll/lemon40/keymaps/via/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/horrortroll/lemon40/keymaps/via/keymap.c b/keyboards/horrortroll/lemon40/keymaps/via/keymap.c
index 7032162e12..ffa086e9b9 100644
--- a/keyboards/horrortroll/lemon40/keymaps/via/keymap.c
+++ b/keyboards/horrortroll/lemon40/keymaps/via/keymap.c
@@ -91,9 +91,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
*/
/* Row: 0 1 2 3 4 5 6 7 8 9 10 11 12 */
[_FN1] = LAYOUT(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_MOD, RGB_RMOD, RGB_TOG,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, UG_NEXT, UG_PREV, UG_TOGG,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_SAD, RGB_VAI, RGB_SAI,
- _______, _______, _______, _______, _______, _______, RGB_HUD, RGB_VAD, RGB_HUI
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, UG_SATD, UG_VALU, UG_SATU,
+ _______, _______, _______, _______, _______, _______, UG_HUED, UG_VALD, UG_HUEU
),
};