diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-10 13:32:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 13:32:22 +1000 |
commit | 2cb9219a3e655218f5380a41cf5bc5e3135caaa1 (patch) | |
tree | 774f308dcfa44cca8b8c7d9ccf88c3265ccf47ec /keyboards/numatreus | |
parent | 7f80076d044d729407cc4aad35095ff4a8ff5653 (diff) | |
download | qmk_firmware-2cb9219a3e655218f5380a41cf5bc5e3135caaa1.tar.gz qmk_firmware-2cb9219a3e655218f5380a41cf5bc5e3135caaa1.zip |
Remove commented out BLUETOOTH_ENABLE rules (#14361)
Diffstat (limited to 'keyboards/numatreus')
-rw-r--r-- | keyboards/numatreus/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/numatreus/rules.mk b/keyboards/numatreus/rules.mk index adfe4d977b..304e74175f 100644 --- a/keyboards/numatreus/rules.mk +++ b/keyboards/numatreus/rules.mk @@ -22,7 +22,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work #BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality UNICODE_ENABLE = yes # Unicode -#BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID #TAP_DANCE_ENABLE = yes RGBLIGHT_ENABLE = no LED_ANIMATIONS = no |