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/handwired/jn68m/config.h | |
parent | 7639edb0aeea7b16f49cad9963d32b7eace9434d (diff) |
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/jn68m/config.h')
-rw-r--r-- | keyboards/handwired/jn68m/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/jn68m/config.h b/keyboards/handwired/jn68m/config.h index 9cb0017237..f6ab4056ba 100644 --- a/keyboards/handwired/jn68m/config.h +++ b/keyboards/handwired/jn68m/config.h @@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, C7, C6, B6, B5, B4, D7, D6, D4, E6, D1 } #define UNUSED_PINS -/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ +/* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |