aboutsummaryrefslogtreecommitdiff
path: root/keyboards/40percentclub/sixpack/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/40percentclub/sixpack/config.h')
-rw-r--r--keyboards/40percentclub/sixpack/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/40percentclub/sixpack/config.h b/keyboards/40percentclub/sixpack/config.h
index db91ca7b8..2ec676018 100644
--- a/keyboards/40percentclub/sixpack/config.h
+++ b/keyboards/40percentclub/sixpack/config.h
@@ -40,8 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) 40 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
41 * 41 *
42 */ 42 */
43// #define MATRIX_ROW_PINS { B0 } // B0 equivalents the ground pin
44// #define MATRIX_COL_PINS { E6, D7, C6, D4 }
45#define DIRECT_PINS { \ 43#define DIRECT_PINS { \
46 { D4, C6, D7 }, \ 44 { D4, C6, D7 }, \
47 { E6, B4, B5 } \ 45 { E6, B4, B5 } \
@@ -56,6 +54,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
56#define BACKLIGHT_LEVELS 6 54#define BACKLIGHT_LEVELS 6
57#define BACKLIGHT_PINS { F4, F5 } // Top Row, Bottom Row 55#define BACKLIGHT_PINS { F4, F5 } // Top Row, Bottom Row
58 56
57/* LED Indicators */
58#define LED_PIN_ON_STATE 0
59#define LED_CAPS_LOCK_PIN B0 // RX Led
60#define LED_NUM_LOCK_PIN D5 // TX Led
61
59// #define RGB_DI_PIN B1 // PB1 on expansion connector 62// #define RGB_DI_PIN B1 // PB1 on expansion connector
60// #ifdef RGB_DI_PIN 63// #ifdef RGB_DI_PIN
61// #define RGBLED_NUM 16 64// #define RGBLED_NUM 16