diff options
Diffstat (limited to 'keyboards/planck/rev6/rules.mk')
-rw-r--r-- | keyboards/planck/rev6/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk index c58275002..ea53c8f91 100644 --- a/keyboards/planck/rev6/rules.mk +++ b/keyboards/planck/rev6/rules.mk | |||
@@ -1,5 +1,4 @@ | |||
1 | # project specific files | 1 | # project specific files |
2 | SRC = matrix.c | ||
3 | LAYOUTS += ortho_4x12 | 2 | LAYOUTS += ortho_4x12 |
4 | 3 | ||
5 | # Cortex version | 4 | # Cortex version |
@@ -31,9 +30,9 @@ API_SYSEX_ENABLE = no | |||
31 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 30 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
32 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 31 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
33 | 32 | ||
34 | CUSTOM_MATRIX = yes # Custom matrix file | ||
35 | # SERIAL_LINK_ENABLE = yes | 33 | # SERIAL_LINK_ENABLE = yes |
36 | ENCODER_ENABLE = yes | 34 | ENCODER_ENABLE = yes |
35 | DIP_SWITCH_ENABLE = yes | ||
37 | 36 | ||
38 | LAYOUTS = ortho_4x12 planck_mit | 37 | LAYOUTS = ortho_4x12 planck_mit |
39 | LAYOUTS_HAS_RGB = no | 38 | LAYOUTS_HAS_RGB = no |