diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-06 13:16:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 21:16:47 -0800 |
commit | de1417b66075464e3f4152988e4b11544d6ac0eb (patch) | |
tree | 274f53c6a8de3845288dd1ca2132f14408278cb7 /keyboards/space_space/rev2/rules.mk | |
parent | 38e085df87820941bcfcdce3b3bc16e46855f557 (diff) | |
download | qmk_firmware-de1417b66075464e3f4152988e4b11544d6ac0eb.tar.gz qmk_firmware-de1417b66075464e3f4152988e4b11544d6ac0eb.zip |
move @qpocket 's keyboards to qpocket/ (#15827)
Diffstat (limited to 'keyboards/space_space/rev2/rules.mk')
-rw-r--r-- | keyboards/space_space/rev2/rules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/space_space/rev2/rules.mk b/keyboards/space_space/rev2/rules.mk deleted file mode 100644 index 8876a45881..0000000000 --- a/keyboards/space_space/rev2/rules.mk +++ /dev/null @@ -1,19 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# 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 -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes |