diff options
Diffstat (limited to 'keyboards/kinesis')
| -rw-r--r-- | keyboards/kinesis/alvicstep/rules.mk | 4 | ||||
| -rw-r--r-- | keyboards/kinesis/rules.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/kinesis/alvicstep/rules.mk b/keyboards/kinesis/alvicstep/rules.mk index e69de29bb..232ff719c 100644 --- a/keyboards/kinesis/alvicstep/rules.mk +++ b/keyboards/kinesis/alvicstep/rules.mk | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | CUSTOM_MATRIX = yes # need to do our own thing with the matrix | ||
| 2 | |||
| 3 | # Project specific files | ||
| 4 | SRC += matrix.c | ||
diff --git a/keyboards/kinesis/rules.mk b/keyboards/kinesis/rules.mk index 295054d75..faa3e454c 100644 --- a/keyboards/kinesis/rules.mk +++ b/keyboards/kinesis/rules.mk | |||
| @@ -28,9 +28,5 @@ MIDI_ENABLE = no # MIDI controls | |||
| 28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output should be port E6, current quantum library hardcodes C6, which we use for programming | 30 | AUDIO_ENABLE = no # Audio output should be port E6, current quantum library hardcodes C6, which we use for programming |
| 31 | CUSTOM_MATRIX=yes # need to do our own thing with the matrix | ||
| 32 | 31 | ||
| 33 | DEFAULT_FOLDER = kinesis/alvicstep | 32 | DEFAULT_FOLDER = kinesis/alvicstep |
| 34 | |||
| 35 | # Project specific files | ||
| 36 | SRC = matrix.c | ||
