diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-29 06:08:00 +1100 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-28 19:08:00 +0000 |
commit | 6d7c6d4fd6a4af8e0355b5d10c68db3274c1a7f8 (patch) | |
tree | ad3f2a66072e215b06f73a165c0dd0662fbc9b81 /keyboards/sixkeyboard | |
parent | 8bc90ee20c79e5166283cd2df738ea8ec63e4c69 (diff) | |
download | qmk_firmware-6d7c6d4fd6a4af8e0355b5d10c68db3274c1a7f8.tar.gz qmk_firmware-6d7c6d4fd6a4af8e0355b5d10c68db3274c1a7f8.zip |
Cleanup rules.mk for 32U4 keyboards, R-S (#7182)
Diffstat (limited to 'keyboards/sixkeyboard')
-rw-r--r-- | keyboards/sixkeyboard/rules.mk | 4 |
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 |