diff options
Diffstat (limited to 'keyboards/nack/config.h')
-rw-r--r-- | keyboards/nack/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/nack/config.h b/keyboards/nack/config.h index ad7c7d423f..666f196327 100644 --- a/keyboards/nack/config.h +++ b/keyboards/nack/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" #define MATRIX_ROWS 4 #define MATRIX_COLS 13 @@ -25,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { A6, A7, A8, A9, A10, B0, B1, B2, B6, B7, C13, C14, C15 } #define DIODE_DIRECTION ROW2COL -#define DEBOUNCE 5 #define TAPPING_TOGGLE 2 #ifdef RGB_MATRIX_ENABLE |