diff options
| author | XScorpion2 <rcalt2vt@gmail.com> | 2020-05-05 07:54:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-05 13:54:26 +0100 |
| commit | dc00942be158b7ec70ed94f13e78703005888c0f (patch) | |
| tree | 3beb81984e1fbb6db47f923c4f035c3745d0c588 /users/xulkal/process_records.c | |
| parent | e8f842e798a76ade8c813f89d9dbf3f3dc1f6cfb (diff) | |
| download | qmk_firmware-dc00942be158b7ec70ed94f13e78703005888c0f.tar.gz qmk_firmware-dc00942be158b7ec70ed94f13e78703005888c0f.zip | |
Xulkal Changes (#9004)
* Xulkal Changes
* Fixing alt keymap
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 ca2376145..b6a4e5cfa 100644 --- a/users/xulkal/process_records.c +++ b/users/xulkal/process_records.c | |||
| @@ -37,7 +37,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) | |||
| 37 | reset_keyboard(); | 37 | reset_keyboard(); |
| 38 | } | 38 | } |
| 39 | return false; | 39 | return false; |
| 40 | #ifdef RGB_MATRIX_TOG_LAYERS | 40 | #if defined(RGB_MATRIX_TOG_LAYERS) && defined(RGB_ENABLE) |
| 41 | case RGB_TOG: | 41 | case RGB_TOG: |
| 42 | if (record->event.pressed) { | 42 | if (record->event.pressed) { |
| 43 | rgb_matrix_increase_flags(); | 43 | rgb_matrix_increase_flags(); |
