summaryrefslogtreecommitdiff
path: root/keyboards/the_royal
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/the_royal
parentfc9d848a775b7d0b9f74e3df6a247d03a3189100 (diff)
Update Underglow keycodes (#23765)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/the_royal')
-rw-r--r--keyboards/the_royal/schwann/keymaps/default/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/the_royal/schwann/keymaps/default/keymap.c b/keyboards/the_royal/schwann/keymaps/default/keymap.c
index 532dfe4123..c42f9f2759 100644
--- a/keyboards/the_royal/schwann/keymaps/default/keymap.c
+++ b/keyboards/the_royal/schwann/keymaps/default/keymap.c
@@ -101,9 +101,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
101 * └────┴────┴────┴────┴─────────┴────┴────┴────┴────┘ 101 * └────┴────┴────┴────┴─────────┴────┴────┴────┴────┘
102 */ 102 */
103 [_OTHER] = LAYOUT_mit( 103 [_OTHER] = LAYOUT_mit(
104 TD(TD_RST), _______, _______, _______, _______, _______, _______, _______, _______, RGB_SAI, RGB_HUI, RGB_VAI, 104 TD(TD_RST), _______, _______, _______, _______, _______, _______, _______, _______, UG_SATU, UG_HUEU, UG_VALU,
105 _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_SAD, RGB_HUD, RGB_VAD, 105 _______, _______, _______, _______, _______, _______, _______, _______, _______, UG_SATD, UG_HUED, UG_VALD,
106 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_MOD, 106 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, UG_NEXT,
107 _______, _______, _______, _______, _______, _______, _______, _______, _______ 107 _______, _______, _______, _______, _______, _______, _______, _______, _______
108 ) 108 )
109 109