diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 12:07:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 12:07:22 +0000 |
commit | 5d711c89c340f10b6b6b2124f52379a14759c9b4 (patch) | |
tree | 2b7afa86c4b3ddf2cfa79181ace51c4e21a65da7 /keyboards/kprepublic/bm80v2_iso/rules.mk | |
parent | ca0a9d243c7903a026855980927226c8a61841f6 (diff) | |
parent | c3ef70b9a6a7123fe25fb89973070088a15ad69f (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, 22 insertions, 0 deletions
diff --git a/keyboards/kprepublic/bm80v2_iso/rules.mk b/keyboards/kprepublic/bm80v2_iso/rules.mk new file mode 100644 index 0000000000..75ddddf946 --- /dev/null +++ b/keyboards/kprepublic/bm80v2_iso/rules.mk @@ -0,0 +1,22 @@ +# 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 |