diff options
author | zvecr <git@zvecr.com> | 2019-02-18 17:49:51 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-18 17:49:51 +0100 |
commit | fc069869896c279f175d2d5acf1ef545278c7102 (patch) | |
tree | 30a4d2c8dd725ccbba79cb6b1fcab55fd63eee6d /keyboards/handwired/datahand | |
parent | 7639edb0aeea7b16f49cad9963d32b7eace9434d (diff) | |
download | qmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.tar.gz qmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.tar.xz |
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/handwired/datahand')
-rw-r--r-- | keyboards/handwired/datahand/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/datahand/config.h b/keyboards/handwired/datahand/config.h index 75d8372bf..a269775f3 100644 --- a/keyboards/handwired/datahand/config.h +++ b/keyboards/handwired/datahand/config.h @@ -30,7 +30,7 @@ #define MATRIX_ROWS 13 #define MATRIX_COLS 4 -#define DIODE_DIRECTION CUSTOM_MATRIX +//#define DIODE_DIRECTION /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCING_DELAY 0 |