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/kagamidget/rules.mk | |
parent | 2427678f7d4f04df10392e07d6c42578775ec15f (diff) |
[Keyboard] move @yynmt 's boards into /yynmt (#16075)
Diffstat (limited to 'keyboards/kagamidget/rules.mk')
-rw-r--r-- | keyboards/kagamidget/rules.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/kagamidget/rules.mk b/keyboards/kagamidget/rules.mk deleted file mode 100644 index 9afe45ddf5..0000000000 --- a/keyboards/kagamidget/rules.mk +++ /dev/null @@ -1,20 +0,0 @@ -# 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 |