diff options
author | Adrian <elagil@users.noreply.github.com> | 2020-10-29 06:35:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 22:35:37 -0700 |
commit | 50481ce7edd5c8062ba454e233dc681c90e891c3 (patch) | |
tree | ea8cbd55472e5afd5a1375dd0cf3c3d2dda34005 /keyboards/polilla/rev1/rules.mk | |
parent | 74a2edd903081ddb3c0e752d7aa0694806a2b1e1 (diff) |
[Keyboard] Added polilla keyboard (squashed) (#10686)
Diffstat (limited to 'keyboards/polilla/rev1/rules.mk')
-rw-r--r-- | keyboards/polilla/rev1/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/polilla/rev1/rules.mk b/keyboards/polilla/rev1/rules.mk new file mode 100644 index 0000000000..f755f9d1d2 --- /dev/null +++ b/keyboards/polilla/rev1/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = STM32F042 + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |