diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-22 19:33:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 12:33:41 -0700 |
commit | 1aaef6c9884822a3abecf2e664af9bb21e0000c3 (patch) | |
tree | 3d62c03a91dbeac371d4ca44da11b0d12e300e91 /keyboards/nix_studio | |
parent | ce5bb612a9605dbc9f4b6e62a28d1931331e8298 (diff) |
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22) (#14567)
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22)
* update keyboards/handwired/slash/rules.mk per fauxpark
Diffstat (limited to 'keyboards/nix_studio')
-rw-r--r-- | keyboards/nix_studio/oxalys80/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/nix_studio/oxalys80/rules.mk b/keyboards/nix_studio/oxalys80/rules.mk index 3da643f9ff..998e0ad73d 100644 --- a/keyboards/nix_studio/oxalys80/rules.mk +++ b/keyboards/nix_studio/oxalys80/rules.mk @@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable RGB underglow -BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output LTO_ENABLE = yes |