diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-05 06:36:33 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-04 21:36:33 +0100 |
commit | 3e02b70d28ae3f39ad41c83400dda2eb8e29e6a6 (patch) | |
tree | 566aff36a4988db5fe87a2d0cbab0b1a6926e7d0 /keyboards/emptystring/NQG/rules.mk | |
parent | a9f8111eac399f0c667c11ab0e57a04a8cde508d (diff) |
Rename keyboards with uppercase letters (#18268)
Diffstat (limited to 'keyboards/emptystring/NQG/rules.mk')
-rw-r--r-- | keyboards/emptystring/NQG/rules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/emptystring/NQG/rules.mk b/keyboards/emptystring/NQG/rules.mk deleted file mode 100644 index e61c7dbfd0..0000000000 --- a/keyboards/emptystring/NQG/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = no # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |