diff options
author | alittlepeace <mandyskittie@Gmail.com> | 2021-09-11 09:33:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 07:33:13 -0700 |
commit | 99d465bee0d97d201e5883bde14f0ff0e4cf6e6b (patch) | |
tree | 9bb2f644f8720d17dde5ac91762e9b5203d5e35d /keyboards/ymdk/wingshs/rules.mk | |
parent | 5eb500a877d367d6b93f733db6068c3791b663b7 (diff) | |
download | qmk_firmware-99d465bee0d97d201e5883bde14f0ff0e4cf6e6b.tar.gz qmk_firmware-99d465bee0d97d201e5883bde14f0ff0e4cf6e6b.zip |
[keyboard] Add hotswap YMDK Wings (#14176)
* Add files via upload
* Update keyboards/ymdk/wingshs/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
* Delete wingshs.json
* Update keyboards/ymdk/wingshs/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/ymdk/wingshs/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/ymdk/wingshs/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ymdk/wingshs/rules.mk')
-rw-r--r-- | keyboards/ymdk/wingshs/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/ymdk/wingshs/rules.mk b/keyboards/ymdk/wingshs/rules.mk new file mode 100644 index 0000000000..6ff132876e --- /dev/null +++ b/keyboards/ymdk/wingshs/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |