diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 13:14:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 13:14:58 +0000 |
commit | 326d3ffad87788f65045e529dd4605216d4d44d3 (patch) | |
tree | da7b47d654d81237988014c9427613135bab428e /keyboards/kprepublic/bm80v2/rules.mk | |
parent | 1bf67b808d57faaea2c762d631a37d82b090f026 (diff) | |
parent | 5ac71ef27acc3ed9178e3204078779bc9ff1047d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kprepublic/bm80v2/rules.mk')
-rw-r--r-- | keyboards/kprepublic/bm80v2/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/kprepublic/bm80v2/rules.mk b/keyboards/kprepublic/bm80v2/rules.mk new file mode 100644 index 0000000000..1632311563 --- /dev/null +++ b/keyboards/kprepublic/bm80v2/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 # Enable Bootmagic Light +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_ansi |