summaryrefslogtreecommitdiff
path: root/keyboards/sp111/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-10-15 20:05:44 +0100
committerGitHub <noreply@github.com>2020-10-15 12:05:44 -0700
commitc738ce2f6561d2145d04b53a5804f423acc75a3a (patch)
treee8b16a7379727bcfbec3eb2113fa2fe8e6cffea4 /keyboards/sp111/rules.mk
parentc0b3034721f9502d6b3da82f62399b618f1523fe (diff)
downloadqmk_firmware-c738ce2f6561d2145d04b53a5804f423acc75a3a.tar.gz
qmk_firmware-c738ce2f6561d2145d04b53a5804f423acc75a3a.zip
Move SP-111 to vendor folder (#10633)
* Move SP-111 to vendor folder * Fix space indentation
Diffstat (limited to 'keyboards/sp111/rules.mk')
-rw-r--r--keyboards/sp111/rules.mk30
1 files changed, 0 insertions, 30 deletions
diff --git a/keyboards/sp111/rules.mk b/keyboards/sp111/rules.mk
deleted file mode 100644
index 6aab680742..0000000000
--- a/keyboards/sp111/rules.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-BLUETOOTH_ENABLE = no # Enable Bluetooth
-AUDIO_ENABLE = no # Audio output
-LTO_ENABLE = yes # Smaller (and slightly faster) firmware
-
-
-# custom matrix setup
-CUSTOM_MATRIX = lite
-
-SRC += mcp23018.c matrix.c
-QUANTUM_LIB_SRC += i2c_master.c