diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-21 22:53:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-21 22:53:09 +0000 |
commit | dd115fd50e967e2cd5a2d0657cb1359c63f1123d (patch) | |
tree | b975918318cc15e9768d587b30978e4d4c6a8321 /keyboards/smallkeyboard/rules.mk | |
parent | 8b6c16ea1f5fa982f32560eade897dcf856fbbbd (diff) | |
parent | bb754069e95237bec69cc23845e2515eea5f33e4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/smallkeyboard/rules.mk')
-rw-r--r-- | keyboards/smallkeyboard/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/smallkeyboard/rules.mk b/keyboards/smallkeyboard/rules.mk new file mode 100644 index 0000000000..54c776b6ec --- /dev/null +++ b/keyboards/smallkeyboard/rules.mk @@ -0,0 +1,26 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # 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 +AUDIO_ENABLE = no # Audio output + +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = IS31FL3731 + +RGB_MATRIX_SUPPORTED = yes |