diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2021-11-06 02:42:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 11:42:07 -0700 |
commit | 7562c5ba1657a5484256ba133069aeea8b8b8bd0 (patch) | |
tree | 57b428886adca43bd78c3329fd0f1ef893e1776f /keyboards/kprepublic/bm60poker/rev1/rules.mk | |
parent | b4c5c56f58d97ee3de832ae43697b01e6cf3ed9a (diff) | |
download | qmk_firmware-7562c5ba1657a5484256ba133069aeea8b8b8bd0.tar.gz qmk_firmware-7562c5ba1657a5484256ba133069aeea8b8b8bd0.zip |
Update updated KPrepublic boards to be prepared for the update (#15040)
Diffstat (limited to 'keyboards/kprepublic/bm60poker/rev1/rules.mk')
-rw-r--r-- | keyboards/kprepublic/bm60poker/rev1/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/kprepublic/bm60poker/rev1/rules.mk b/keyboards/kprepublic/bm60poker/rev1/rules.mk new file mode 100644 index 0000000000..4fb38c5a70 --- /dev/null +++ b/keyboards/kprepublic/bm60poker/rev1/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey 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 +LAYOUTS = 60_ansi |