diff options
author | Joakim Tufvegren <jocke@barbanet.com> | 2021-06-10 09:46:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 17:46:09 +1000 |
commit | 6fe3943ad3efd480da87884ab92fc5738d99f1db (patch) | |
tree | 40145c95f5ecb5efba2b9cbc055f779071cd0331 /keyboards/whitefox/rules.mk | |
parent | b2fdd4874434ef6921a436fc82d9f24909c726f8 (diff) | |
download | qmk_firmware-6fe3943ad3efd480da87884ab92fc5738d99f1db.tar.gz qmk_firmware-6fe3943ad3efd480da87884ab92fc5738d99f1db.zip |
Migrate keyboards using uGFX to LED_MATRIX (#9657)
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 771804369c..7c1d0c3def 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk @@ -25,16 +25,12 @@ COMMAND_ENABLE = yes # Commands for debug and configuration SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = yes # USB Nkey Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output -BACKLIGHT_DRIVER = custom -VISUALIZER_ENABLE = yes -LED_DRIVER = is31fl3731c -LED_WIDTH = 16 -LED_HEIGHT = 5 +LED_MATRIX_ENABLE = yes +LED_MATRIX_DRIVER = IS31FL3731 LAYOUTS = 65_ansi 65_ansi_blocker 65_ansi_blocker_split_bs 65_iso 65_iso_blocker 65_iso_blocker_split_bs |