diff options
author | TW59420 <40019210+TW59420@users.noreply.github.com> | 2022-07-03 07:38:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 00:38:02 +0100 |
commit | f2d4424bb722f2b137c0bd3990d33c04386624c9 (patch) | |
tree | 031121ba10c58d805d235d5dc0ac14fe1e1f0c9d /keyboards/mwstudio/alicekk/rules.mk | |
parent | fbf3cbcd5ce72cd7df73c3f7fac74783a73baa5e (diff) | |
download | qmk_firmware-f2d4424bb722f2b137c0bd3990d33c04386624c9.tar.gz qmk_firmware-f2d4424bb722f2b137c0bd3990d33c04386624c9.zip |
Add alicekk support (#17027)
Diffstat (limited to 'keyboards/mwstudio/alicekk/rules.mk')
-rw-r--r-- | keyboards/mwstudio/alicekk/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mwstudio/alicekk/rules.mk b/keyboards/mwstudio/alicekk/rules.mk new file mode 100644 index 0000000000..3c4396fabf --- /dev/null +++ b/keyboards/mwstudio/alicekk/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = STM32F103 + +# Bootloader selection +BOOTLOADER = stm32duino + +# 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes + + |