diff options
| author | Ryan | 2021-09-10 15:11:17 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-10 15:11:17 +0200 |
| commit | 7277f1febe0e86e8a32beb779aa24e02bfdb6826 (patch) | |
| tree | c10f1c6d2f01638cdf849a42864c8447f47daec7 /keyboards/dm9records | |
| parent | d5cb7de5e4ea60dce69764a627358d534af1f666 (diff) | |
Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)
Diffstat (limited to 'keyboards/dm9records')
| -rw-r--r-- | keyboards/dm9records/ergoinu/keymaps/default/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/dm9records/ergoinu/keymaps/default/rules.mk b/keyboards/dm9records/ergoinu/keymaps/default/rules.mk index 88fb26e577..bbf813b241 100644 --- a/keyboards/dm9records/ergoinu/keymaps/default/rules.mk +++ b/keyboards/dm9records/ergoinu/keymaps/default/rules.mk @@ -13,7 +13,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode -BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SWAP_HANDS_ENABLE = no # Enable one-hand typing diff --git a/keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk b/keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk index b41dcdeb44..eec4251635 100644 --- a/keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk +++ b/keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk @@ -13,7 +13,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode -BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SWAP_HANDS_ENABLE = no # Enable one-hand typing |