aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/rev6/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/rev6/rules.mk')
-rw-r--r--keyboards/planck/rev6/rules.mk3
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
2SRC = matrix.c
3LAYOUTS += ortho_4x12 2LAYOUTS += ortho_4x12
4 3
5# Cortex version 4# Cortex version
@@ -31,9 +30,9 @@ API_SYSEX_ENABLE = no
31SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 30SLEEP_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
34CUSTOM_MATRIX = yes # Custom matrix file
35# SERIAL_LINK_ENABLE = yes 33# SERIAL_LINK_ENABLE = yes
36ENCODER_ENABLE = yes 34ENCODER_ENABLE = yes
35DIP_SWITCH_ENABLE = yes
37 36
38LAYOUTS = ortho_4x12 planck_mit 37LAYOUTS = ortho_4x12 planck_mit
39LAYOUTS_HAS_RGB = no 38LAYOUTS_HAS_RGB = no