diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-11 08:38:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 16:38:55 -0800 |
commit | ced6d835e850715bb689e26b8578d5fa14bafa93 (patch) | |
tree | bc20f9b7a45209a96750dd795aab0121ab3da5fc /keyboards/weirdo/naiping/npminila/rules.mk | |
parent | a2ddb44957ce134b08081daf769ec25cd1463918 (diff) |
[Keyboard] move weirdo-f's keyboards into weirdo/ (#15785)
Diffstat (limited to 'keyboards/weirdo/naiping/npminila/rules.mk')
-rw-r--r-- | keyboards/weirdo/naiping/npminila/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/weirdo/naiping/npminila/rules.mk b/keyboards/weirdo/naiping/npminila/rules.mk new file mode 100644 index 0000000000..bcc109f6d4 --- /dev/null +++ b/keyboards/weirdo/naiping/npminila/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = STM32F303 +BOARD = QMK_PROTON_C + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # 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 |