diff options
author | Joel Challis <git@zvecr.com> | 2023-12-18 01:51:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 12:51:24 +1100 |
commit | 27a710861ebd2a1e0a13a7e39f6a6c6568909bb4 (patch) | |
tree | f7790e8d26b6ffe3997441116cf903d2b23c2d0c /keyboards/preonic/keymaps/jacwib/rules.mk | |
parent | 1556a2ed0e172cbaadcdc2acd7d5c8f57fb078f9 (diff) |
[Keymap Removal] Preonic and related keymaps. (#22689)
Diffstat (limited to 'keyboards/preonic/keymaps/jacwib/rules.mk')
-rw-r--r-- | keyboards/preonic/keymaps/jacwib/rules.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/preonic/keymaps/jacwib/rules.mk b/keyboards/preonic/keymaps/jacwib/rules.mk deleted file mode 100644 index fc26529652..0000000000 --- a/keyboards/preonic/keymaps/jacwib/rules.mk +++ /dev/null @@ -1,17 +0,0 @@ - - -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 = yes # 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 -MIDI_ENABLE = no # MIDI controls -AUDIO_ENABLE = yes # 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 - |