diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-11 23:40:13 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-11 23:40:13 +0000 |
commit | d3443a4e8b713adb828ae8b7bab7d3d75a6acdaa (patch) | |
tree | 02e69cd4fbeb38a3a3d28af3515fe0aa13515699 /keyboards/ano/rules.mk | |
parent | da02de54136ebd19ea64b295b1c5a2e6fe7d6217 (diff) | |
parent | fa6fe11c33354699a84023a7a6a2dcdf5f0b46b3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ano/rules.mk')
-rw-r--r-- | keyboards/ano/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/ano/rules.mk b/keyboards/ano/rules.mk new file mode 100644 index 0000000000..151f0cd8bc --- /dev/null +++ b/keyboards/ano/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = STM32F303 + +# Bootloader selection +BOOTLOADER = stm32-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 +ENCODER_ENABLE = yes
\ No newline at end of file |