diff options
author | Stanley Lai <stanleylai.sg@gmail.com> | 2017-02-13 12:36:22 -0800 |
---|---|---|
committer | Stanley Lai <stanleylai.sg@gmail.com> | 2017-02-13 12:36:22 -0800 |
commit | a8eba1bddaf55224939a86bfa4d8e1b53e1d82db (patch) | |
tree | 906568677ed027a807d5e9c0c1bc1c2ae001f0f6 /quantum/config_common.h | |
parent | 53ea854462c0b3b2c3c58a36b714ac02f773c74f (diff) | |
parent | fd2925efbac0d7963f3d267dd5264f08a0a4e9dc (diff) | |
download | qmk_firmware-a8eba1bddaf55224939a86bfa4d8e1b53e1d82db.tar.gz qmk_firmware-a8eba1bddaf55224939a86bfa4d8e1b53e1d82db.zip |
Merge remote-tracking branch 'refs/remotes/qmk/master'
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 17c11faeb6..28f68b9c70 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -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 |