diff options
| author | zvecr <git@zvecr.com> | 2019-02-18 16:49:51 +0000 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-02-18 08:49:51 -0800 |
| commit | fc069869896c279f175d2d5acf1ef545278c7102 (patch) | |
| tree | 30a4d2c8dd725ccbba79cb6b1fcab55fd63eee6d /keyboards/fc980c | |
| parent | 7639edb0aeea7b16f49cad9963d32b7eace9434d (diff) | |
| download | qmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.tar.gz qmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.zip | |
Remove CUSTOM_MATRIX option from diode direction (#5090)
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION
* Remove '#define DIODE_DIRECTION CUSTOM_MATRIX'
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
Diffstat (limited to 'keyboards/fc980c')
| -rw-r--r-- | keyboards/fc980c/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/fc980c/config.h b/keyboards/fc980c/config.h index a6cb97756..b46bdfd55 100644 --- a/keyboards/fc980c/config.h +++ b/keyboards/fc980c/config.h | |||
| @@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 36 | // #define MATRIX_COL_PINS { F5, B1, F0, F1, F4, B3, D7, D6, D4, D5, D3, D2, D1, D0 } | 36 | // #define MATRIX_COL_PINS { F5, B1, F0, F1, F4, B3, D7, D6, D4, D5, D3, D2, D1, D0 } |
| 37 | // #define UNUSED_PINS | 37 | // #define UNUSED_PINS |
| 38 | 38 | ||
| 39 | #define DIODE_DIRECTION CUSTOM_MATRIX | 39 | //#define DIODE_DIRECTION |
| 40 | 40 | ||
| 41 | /* define if matrix has ghost */ | 41 | /* define if matrix has ghost */ |
| 42 | //#define MATRIX_HAS_GHOST | 42 | //#define MATRIX_HAS_GHOST |
