diff options
Diffstat (limited to 'keyboards/whitefox/rules.mk')
| -rw-r--r-- | keyboards/whitefox/rules.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index 771804369..7c1d0c3de 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk | |||
| @@ -25,16 +25,12 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
| 25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 26 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 26 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 27 | NKRO_ENABLE = yes # USB Nkey Rollover | 27 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 28 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 29 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 28 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 31 | AUDIO_ENABLE = no # Audio output | 30 | AUDIO_ENABLE = no # Audio output |
| 32 | BACKLIGHT_DRIVER = custom | ||
| 33 | VISUALIZER_ENABLE = yes | ||
| 34 | 31 | ||
| 35 | LED_DRIVER = is31fl3731c | 32 | LED_MATRIX_ENABLE = yes |
| 36 | LED_WIDTH = 16 | 33 | LED_MATRIX_DRIVER = IS31FL3731 |
| 37 | LED_HEIGHT = 5 | ||
| 38 | 34 | ||
| 39 | LAYOUTS = 65_ansi 65_ansi_blocker 65_ansi_blocker_split_bs 65_iso 65_iso_blocker 65_iso_blocker_split_bs | 35 | LAYOUTS = 65_ansi 65_ansi_blocker 65_ansi_blocker_split_bs 65_iso 65_iso_blocker 65_iso_blocker_split_bs |
| 40 | 36 | ||
