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
1411 changed files with 3007 additions and 3045 deletions

View File

@@ -47,8 +47,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
[3] = LAYOUT(
RGB_M_G, RGB_M_T, _______, RGB_M_P, RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD, _______, _______, _______, _______, _______, _______,
RGB_M_SN, RGB_M_K, RGB_M_X, RGB_TOG, RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD, _______, _______, _______, _______, _______, _______,
RGB_M_G, RGB_M_T, _______, RGB_M_P, UG_HUEU, UG_SATU, UG_VALU, UG_NEXT, _______, _______, _______, _______, _______, _______,
RGB_M_SN, RGB_M_K, RGB_M_X, UG_TOGG, UG_HUED, UG_SATD, UG_VALD, UG_PREV, _______, _______, _______, _______, _______, _______,
RGB_M_B, RGB_M_R, RGB_M_SW, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
)