diff options
author | Joel Challis <git@zvecr.com> | 2023-12-18 21:56:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 08:56:52 +1100 |
commit | 1b75a84a39e11577938ca49e2a20e2bb3d940e63 (patch) | |
tree | a8e2dd2761bede00ec92a072b9d309f4b5654467 /keyboards/tada68/keymaps/fakb/rules.mk | |
parent | fc4e6c61a44756a1dc2ac6ef8f98a5159f903635 (diff) |
[Keymap Removal] tada68 and related keymaps. (#22699)
Diffstat (limited to 'keyboards/tada68/keymaps/fakb/rules.mk')
-rw-r--r-- | keyboards/tada68/keymaps/fakb/rules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/tada68/keymaps/fakb/rules.mk b/keyboards/tada68/keymaps/fakb/rules.mk deleted file mode 100644 index 043515605f..0000000000 --- a/keyboards/tada68/keymaps/fakb/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# Build Options -# change to "no" to disable the options, or define them in the Makefile in -# the appropriate keymap folder that will get included automatically -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys(+4700) -EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = no # Console for debug(+400) -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 = yes # 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 = no # Enable WS2812 RGB underlight. -SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend - |