diff options
| author | XScorpion2 | 2019-09-17 19:28:02 +0200 |
|---|---|---|
| committer | Drashna Jaelre | 2019-09-17 19:28:02 +0200 |
| commit | c427023b31f544771391b4cd22d797ee14cadac3 (patch) | |
| tree | 25076e5bad3a6ab568280cd39feee3c731c99c7e /users/xulkal/process_records.c | |
| parent | 2493eecc7b318193263dc410fae9a010a6dde574 (diff) | |
[Keymap][Xulkal] User code update (#6752)
* Updating rgb menu behavior
* Fixing toggle keycode to work how I want it
* Enabling auto scroll timeout
Diffstat (limited to 'users/xulkal/process_records.c')
| -rw-r--r-- | users/xulkal/process_records.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/xulkal/process_records.c b/users/xulkal/process_records.c index 9c0274823b..ca2376145d 100644 --- a/users/xulkal/process_records.c +++ b/users/xulkal/process_records.c @@ -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 |