diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 14:23:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 14:23:42 +0000 |
commit | b56edb5f11912775e73ca96fffa7ef6f3f1babf5 (patch) | |
tree | a4c529ed253d605bfc5987dab970f358d5c1dcc4 /keyboards/kprepublic/bm80v2_iso/rules.mk | |
parent | ea14a93718f1d7b54c63d9eef7deedb868f65b30 (diff) | |
parent | b9a6126518b29f144eb384fab31029c69503b9c8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |