diff options
Diffstat (limited to 'keyboards/ep/40')
-rw-r--r-- | keyboards/ep/40/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ep/40/config.h b/keyboards/ep/40/config.h index 0a2495953d..b7f99a3b7c 100644 --- a/keyboards/ep/40/config.h +++ b/keyboards/ep/40/config.h @@ -44,7 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROW_PINS { C7, C6, B6, B5 } #define MATRIX_COL_PINS { F6, F5, F4, F1, F0, D2, D3, D5, D4, D6, D7, B4 } -/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ +/* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |