diff options
Diffstat (limited to 'keyboards/planck/rev6/config.h')
-rw-r--r-- | keyboards/planck/rev6/config.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/keyboards/planck/rev6/config.h b/keyboards/planck/rev6/config.h index 3354c3f80..d8c9d86ae 100644 --- a/keyboards/planck/rev6/config.h +++ b/keyboards/planck/rev6/config.h | |||
@@ -37,15 +37,20 @@ | |||
37 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | 37 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) |
38 | * | 38 | * |
39 | */ | 39 | */ |
40 | /* Note: These are not used for arm boards. They're here purely as documentation. | 40 | /* Note: These are not used for arm boards. They're here purely as documentation. */ |
41 | * #define MATRIX_ROW_PINS { PB0, PB1, PB2, PA15, PA10 } | 41 | #undef MATRIX_ROW_PINS |
42 | * #define MATRIX_COL_PINS { PA2, PA3, PA6, PB14, PB15, PA8, PA9, PA7, PB3, PB4, PC14, PC15, PC13, PB5, PB6 } | 42 | #undef MATRIX_COL_PINS |
43 | * #define UNUSED_PINS | 43 | |
44 | */ | 44 | #define MATRIX_ROW_PINS { A10, A9, A8, B15, C13, C14, C15, A2 } |
45 | #define MATRIX_COL_PINS { B11, B10, B2, B1, A7, B0 } | ||
46 | |||
47 | #define UNUSED_PINS | ||
45 | 48 | ||
46 | #define ENCODERS_PAD_A { B12 } | 49 | #define ENCODERS_PAD_A { B12 } |
47 | #define ENCODERS_PAD_B { B13 } | 50 | #define ENCODERS_PAD_B { B13 } |
48 | 51 | ||
52 | #define DIP_SWITCH_PINS { B14, A15, A0, B9 } | ||
53 | |||
49 | #define MUSIC_MAP | 54 | #define MUSIC_MAP |
50 | #undef AUDIO_VOICES | 55 | #undef AUDIO_VOICES |
51 | #undef C6_AUDIO | 56 | #undef C6_AUDIO |