summaryrefslogtreecommitdiffstats
path: root/keyboards/jj40/config.h
diff options
context:
space:
mode:
authorRandTrawick <RandTrawick@gmail.com>2017-11-27 22:08:53 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-27 22:08:53 +0100
commit9113f3387a670373919fe62899b0ab27e9d89eba (patch)
tree45580652db3c2ef761b2c29ffc2b7f5c322e7877 /keyboards/jj40/config.h
parent0bd453b5276714b9a33c6a2060851ea5184c52b2 (diff)
downloadqmk_firmware-9113f3387a670373919fe62899b0ab27e9d89eba.tar.gz
qmk_firmware-9113f3387a670373919fe62899b0ab27e9d89eba.tar.xz
JJ40 updates (#2056)
* my bits * fixed safdb * readme * readme * better name, fixed compile error * fixed matrix user * cleanup
Diffstat (limited to 'keyboards/jj40/config.h')
-rw-r--r--keyboards/jj40/config.h6
1 files changed, 6 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
#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