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/gh60 | |
parent | 7f80076d044d729407cc4aad35095ff4a8ff5653 (diff) | |
download | qmk_firmware-2cb9219a3e655218f5380a41cf5bc5e3135caaa1.tar.gz qmk_firmware-2cb9219a3e655218f5380a41cf5bc5e3135caaa1.zip |
Remove commented out BLUETOOTH_ENABLE rules (#14361)
Diffstat (limited to 'keyboards/gh60')
-rw-r--r-- | keyboards/gh60/revc/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/gh60/revc/rules.mk b/keyboards/gh60/revc/rules.mk index da064bc648..847fc39f11 100644 --- a/keyboards/gh60/revc/rules.mk +++ b/keyboards/gh60/revc/rules.mk @@ -26,6 +26,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https: # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI support # UNICODE_ENABLE = YES # Unicode -# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift 60_tsangan_hhkb |