diff options
Diffstat (limited to 'users/bcat')
| -rw-r--r-- | users/bcat/config.h | 2 | ||||
| -rw-r--r-- | users/bcat/rules.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h index 16188950e..5bb93f383 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | 33 | ||
| 34 | #if defined(RGB_MATRIX_ENABLE) | 34 | #if defined(RGB_MATRIX_ENABLE) |
| 35 | /* Turn off per-key RGB when the host goes to sleep. */ | 35 | /* Turn off per-key RGB when the host goes to sleep. */ |
| 36 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true | 36 | # define RGB_DISABLE_WHEN_USB_SUSPENDED |
| 37 | 37 | ||
| 38 | /* Keep per-key RGB increments consistent across keyboards. */ | 38 | /* Keep per-key RGB increments consistent across keyboards. */ |
| 39 | # undef RGB_MATRIX_HUE_STEP | 39 | # undef RGB_MATRIX_HUE_STEP |
diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk index 3442a78ac..d49c04a40 100644 --- a/users/bcat/rules.mk +++ b/users/bcat/rules.mk | |||
| @@ -27,7 +27,6 @@ MIDI_ENABLE = no | |||
| 27 | SLEEP_LED_ENABLE = no | 27 | SLEEP_LED_ENABLE = no |
| 28 | 28 | ||
| 29 | # Disable other unused options on all keyboards. | 29 | # Disable other unused options on all keyboards. |
| 30 | API_SYSEX_ENABLE = no | ||
| 31 | AUTO_SHIFT_ENABLE = no | 30 | AUTO_SHIFT_ENABLE = no |
| 32 | COMBO_ENABLE = no | 31 | COMBO_ENABLE = no |
| 33 | KEYBOARD_LOCK_ENABLE = no | 32 | KEYBOARD_LOCK_ENABLE = no |
