diff options
author | MakotoKurauchi <pluis@me.com> | 2021-09-19 04:28:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 12:28:41 -0700 |
commit | c2f3c418f33bf5d8d60e005de4d076949a7c7098 (patch) | |
tree | c6bce71deddb5f9aee697b75f4fe83e61f0979ed /keyboards/yushakobo/quick17/rules.mk | |
parent | e3e58aae6aaf4eb5f5a26c46dcc3d249cffb1a5f (diff) | |
download | qmk_firmware-c2f3c418f33bf5d8d60e005de4d076949a7c7098.tar.gz qmk_firmware-c2f3c418f33bf5d8d60e005de4d076949a7c7098.zip |
[Keyboard] Add new keyboard quick17 (#13703)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
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 |