1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1411 changed files with 3007 additions and 3045 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)
}
};