diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 13:27:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 13:27:41 -0500 |
| commit | c0c69a1a7cb232538e99cb4b9cf00370e8c6ce5c (patch) | |
| tree | ddfe2ef236c3e230fa57560fc2a6dca447ca31a0 /quantum/config_common.h | |
| parent | 3c7fa0acc10305a573bc3bb29243a7a3d601579b (diff) | |
| parent | 06d21009b2198a2941f4c341807ad2290b5967f6 (diff) | |
| download | qmk_firmware-c0c69a1a7cb232538e99cb4b9cf00370e8c6ce5c.tar.gz qmk_firmware-c0c69a1a7cb232538e99cb4b9cf00370e8c6ce5c.zip | |
Merge pull request #1068 from adzenith/master
Minor cleanup
Diffstat (limited to 'quantum/config_common.h')
| -rw-r--r-- | quantum/config_common.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 4bdb2065d..28f68b9c7 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | #define CONFIG_DEFINITIONS_H | 2 | #define CONFIG_DEFINITIONS_H |
| 3 | 3 | ||
| 4 | /* diode directions */ | 4 | /* diode directions */ |
| 5 | #define COL2ROW 0 | 5 | #define COL2ROW 0 |
| 6 | #define ROW2COL 1 | 6 | #define ROW2COL 1 |
| 7 | #define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */ | ||
| 8 | |||
| 7 | /* I/O pins */ | 9 | /* I/O pins */ |
| 8 | #ifndef F0 | 10 | #ifndef F0 |
| 9 | #define B0 0x30 | 11 | #define B0 0x30 |
