diff options
author | Nick Brassel <nick@tzarc.org> | 2022-07-03 00:23:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 00:23:21 +1000 |
commit | b9a6126518b29f144eb384fab31029c69503b9c8 (patch) | |
tree | 3f4214070f69374f362c7e60ddf237b43ff2bd0b /keyboards/kprepublic/bm80v2_iso/rules.mk | |
parent | 1b9491f8f3e676806745ab6f4c38b67bf177a0ee (diff) |
Revert "[Keyboard]KPrepublic bm80v2 Keyboard ISO support " (#17537)
Diffstat (limited to 'keyboards/kprepublic/bm80v2_iso/rules.mk')
-rw-r--r-- | keyboards/kprepublic/bm80v2_iso/rules.mk | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/kprepublic/bm80v2_iso/rules.mk b/keyboards/kprepublic/bm80v2_iso/rules.mk deleted file mode 100644 index 75ddddf946..0000000000 --- a/keyboards/kprepublic/bm80v2_iso/rules.mk +++ /dev/null @@ -1,22 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -RGB_MATRIX_ENABLE = yes # Use RGB matrix -RGB_MATRIX_DRIVER = IS31FL3741 -LTO_ENABLE = yes -LAYOUTS = tkl_iso |