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 c582750025..ea53c8f910 100644 --- a/keyboards/planck/rev6/rules.mk +++ b/keyboards/planck/rev6/rules.mk @@ -1,5 +1,4 @@ # project specific files -SRC = matrix.c LAYOUTS += ortho_4x12 # Cortex version @@ -31,9 +30,9 @@ API_SYSEX_ENABLE = no SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -CUSTOM_MATRIX = yes # Custom matrix file # SERIAL_LINK_ENABLE = yes ENCODER_ENABLE = yes +DIP_SWITCH_ENABLE = yes LAYOUTS = ortho_4x12 planck_mit LAYOUTS_HAS_RGB = no |