diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-26 05:31:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-26 05:31:41 +0000 |
commit | 9f976b89d88e39edcd33f5175fa5c4935c47bab8 (patch) | |
tree | 4f54771f2704bf932a454da4dd0b5692f4462dcb /keyboards/cipulot/kawayo/rules.mk | |
parent | 11c9a5e3ac088dc3b150236054c632329bf4eba5 (diff) | |
parent | ba1643af7d5b33e7e5a248a651695aa2abf9e433 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cipulot/kawayo/rules.mk')
-rw-r--r-- | keyboards/cipulot/kawayo/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/cipulot/kawayo/rules.mk b/keyboards/cipulot/kawayo/rules.mk new file mode 100644 index 0000000000..2deb4d731c --- /dev/null +++ b/keyboards/cipulot/kawayo/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = STM32F411 + +BOARD = GENERIC_STM32_F411XE + +# Bootloader selection +BOOTLOADER = stm32-dfu + +KEYBOARD_SHARED_EP = yes + +# 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 |