diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 23:38:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 23:38:39 +0000 |
commit | c8a78b1f0442c12de4ce58afee431e315c33264b (patch) | |
tree | e55c260daa1e8680b6974544001e72d48aa87a76 /keyboards/mwstudio/alicekk/rules.mk | |
parent | fb40abe2f25336b653d3c8ee787756e4260acd4c (diff) | |
parent | f2d4424bb722f2b137c0bd3990d33c04386624c9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 + + |