From 9113f3387a670373919fe62899b0ab27e9d89eba Mon Sep 17 00:00:00 2001 From: RandTrawick Date: Mon, 27 Nov 2017 14:08:53 -0700 Subject: JJ40 updates (#2056) * my bits * fixed safdb * readme * readme * better name, fixed compile error * fixed matrix user * cleanup --- keyboards/jj40/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'keyboards/jj40/config.h') diff --git a/keyboards/jj40/config.h b/keyboards/jj40/config.h index fdea4a042..42a37c957 100644 --- a/keyboards/jj40/config.h +++ b/keyboards/jj40/config.h @@ -29,6 +29,12 @@ along with this program. If not, see . #define MATRIX_ROWS 8 #define MATRIX_COLS 15 +/* COL2ROW or ROW2COL */ +#define DIODE_DIRECTION COL2ROW + +#define BACKLIGHT_PIN B6 +#define BACKLIGHT_LEVELS 3 + #define TAPPING_TOGGLE 3 #define NO_UART 1 -- cgit v1.2.3-24-g4f1b