diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-18 19:29:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-18 19:29:10 +0000 |
commit | 82ff1e1e12b0b03232b7fb67ff1f66d2fe2c75ab (patch) | |
tree | 126cf111101e923a13ac20f96217bdce69ffab11 /keyboards/yushakobo/quick17/rules.mk | |
parent | 0b9cebe5ada6b47b5c23cbe2156df33164ba454f (diff) | |
parent | c2f3c418f33bf5d8d60e005de4d076949a7c7098 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/yushakobo/quick17/rules.mk')
-rw-r--r-- | keyboards/yushakobo/quick17/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/yushakobo/quick17/rules.mk b/keyboards/yushakobo/quick17/rules.mk new file mode 100644 index 0000000000..fc036091a0 --- /dev/null +++ b/keyboards/yushakobo/quick17/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 +# 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 +ENCODER_ENABLE = yes + +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 +RGB_MATRIX_CUSTOM_KB = yes + +SRC += quick17_prefs.c |