diff options
Diffstat (limited to 'keyboards/j80/config.h')
-rw-r--r-- | keyboards/j80/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/j80/config.h b/keyboards/j80/config.h index dbf277bc4e..9c94cb7153 100644 --- a/keyboards/j80/config.h +++ b/keyboards/j80/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" #define MATRIX_ROWS 7 #define MATRIX_COLS 14 @@ -26,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, A0 } #define DIODE_DIRECTION COL2ROW -#define DEBOUNCE 5 #define LED_NUM_LOCK_PIN D0 #define LED_CAPS_LOCK_PIN D1 @@ -34,7 +32,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_LEVELS 3 #define BACKLIGHT_PIN D4 - -/* Bootmagic Lite key configuration */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 0 |