diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 03:46:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 11:46:08 -0800 |
commit | 6cb0e8924ba258e112174b1dac36c88d16fbc560 (patch) | |
tree | 114ca9156840ca462aea3642c56ed0267dfbaa7b /keyboards/yynmt/kagamidget/rules.mk | |
parent | 2427678f7d4f04df10392e07d6c42578775ec15f (diff) | |
download | qmk_firmware-6cb0e8924ba258e112174b1dac36c88d16fbc560.tar.gz qmk_firmware-6cb0e8924ba258e112174b1dac36c88d16fbc560.zip |
[Keyboard] move @yynmt 's boards into /yynmt (#16075)
Diffstat (limited to 'keyboards/yynmt/kagamidget/rules.mk')
-rw-r--r-- | keyboards/yynmt/kagamidget/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/yynmt/kagamidget/rules.mk b/keyboards/yynmt/kagamidget/rules.mk new file mode 100644 index 0000000000..9afe45ddf5 --- /dev/null +++ b/keyboards/yynmt/kagamidget/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +RGBLIGHT_ENABLE = yes |