[Keymap][Xulkal] User code update (#6752)
* Updating rgb menu behavior * Fixing toggle keycode to work how I want it * Enabling auto scroll timeout
This commit is contained in:
parent
2493eecc7b
commit
c427023b31
3 changed files with 16 additions and 12 deletions
|
@ -40,7 +40,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record)
|
|||
#ifdef RGB_MATRIX_TOG_LAYERS
|
||||
case RGB_TOG:
|
||||
if (record->event.pressed) {
|
||||
rgb_matrix_decrease_flags();
|
||||
rgb_matrix_increase_flags();
|
||||
}
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue