diff options
Diffstat (limited to 'keyboards/jian/handwired')
-rw-r--r-- | keyboards/jian/handwired/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/jian/handwired/config.h b/keyboards/jian/handwired/config.h index 92767c00ac..c5ff591727 100644 --- a/keyboards/jian/handwired/config.h +++ b/keyboards/jian/handwired/config.h @@ -27,6 +27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // wiring of each half #define MATRIX_ROW_PINS { D3, D2, B5, B6 } #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B4, E6, D7, C6, D4, D0, D1 } - -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 |