diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2021-12-28 11:32:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 14:32:34 +1100 |
commit | 6151b365f9ee2bae609c8bbac99ba7a6b631c86a (patch) | |
tree | d5f2421ed0b96af0a0d7b49a768ba4d56b963273 /keyboards/kprepublic/bm68hsrgb/rev1/rules.mk | |
parent | 14d5c3f2f14d20c8d3559068b00dead66273765c (diff) |
move bm65hsrgb_iso and bm68hsrgb to rev1/ (#15132)
Diffstat (limited to 'keyboards/kprepublic/bm68hsrgb/rev1/rules.mk')
-rw-r--r-- | keyboards/kprepublic/bm68hsrgb/rev1/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/kprepublic/bm68hsrgb/rev1/rules.mk b/keyboards/kprepublic/bm68hsrgb/rev1/rules.mk new file mode 100644 index 0000000000..92c37f393b --- /dev/null +++ b/keyboards/kprepublic/bm68hsrgb/rev1/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # 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 +RGB_MATRIX_DRIVER = WS2812 +LTO_ENABLE = yes + +LAYOUTS = 65_ansi |