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 70f67b4b46
commit 8058f42821
438 changed files with 987 additions and 996 deletions

View file

@ -71,7 +71,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
QK_RBT, EE_CLR, QK_BOOT,
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, //joystick up, down, left, right
RGB_TOG, XXXXXXX //joystick center push, thumbwheel push
UG_TOGG, XXXXXXX //joystick center push, thumbwheel push
)
};
@ -98,7 +98,7 @@ const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
},
[4] = {
ENCODER_CCW_CW(RGB_VAD, RGB_VAI),
ENCODER_CCW_CW(UG_VALD, UG_VALU),
ENCODER_CCW_CW(XXXXXXX, XXXXXXX)
}
};