]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/config_common.h
Set pinout and layout
[qmk_firmware.git] / quantum / config_common.h
index 17c11faeb617e1fbaeae12af7622f6c4c429c10e..28f68b9c7001739770068c7348fc67fe4b1a5bcf 100644 (file)
@@ -2,8 +2,10 @@
 #define CONFIG_DEFINITIONS_H
 
 /* diode directions */
-#define COL2ROW 0
-#define ROW2COL 1
+#define COL2ROW       0
+#define ROW2COL       1
+#define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */
+
 /* I/O pins */
 #ifndef F0
     #define B0 0x30
@@ -80,4 +82,6 @@
 #   endif
 #endif
 
+#define API_SYSEX_MAX_SIZE 32
+
 #endif