summaryrefslogtreecommitdiff
path: root/keyboards/sixkeyboard/rules.mk
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-10-29 06:08:00 +1100
committerJoel Challis <git@zvecr.com>2019-10-28 19:08:00 +0000
commit6d7c6d4fd6a4af8e0355b5d10c68db3274c1a7f8 (patch)
treead3f2a66072e215b06f73a165c0dd0662fbc9b81 /keyboards/sixkeyboard/rules.mk
parent8bc90ee20c79e5166283cd2df738ea8ec63e4c69 (diff)
Cleanup rules.mk for 32U4 keyboards, R-S (#7182)
Diffstat (limited to 'keyboards/sixkeyboard/rules.mk')
-rw-r--r--keyboards/sixkeyboard/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sixkeyboard/rules.mk b/keyboards/sixkeyboard/rules.mk
index 2befe17d8f..5b89ff4e62 100644
--- a/keyboards/sixkeyboard/rules.mk
+++ b/keyboards/sixkeyboard/rules.mk
@@ -1,5 +1,3 @@
-SRC = matrix.c
-
# MCU name
MCU = atmega16u2
@@ -29,3 +27,5 @@ AUDIO_ENABLE = no
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
CUSTOM_MATRIX = yes
+
+SRC = matrix.c