summaryrefslogtreecommitdiffstats
path: root/keyboards/ydkb/just60/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-23 09:20:23 +1100
committerGitHub <noreply@github.com>2023-02-23 09:20:23 +1100
commit3bf01bb9ed202b14f78105db2aa2a75d01fc4323 (patch)
treee492f428742358d7e75a228314d92b818ee0370d /keyboards/ydkb/just60/config.h
parent7f805cc7799deb0ca75f751cebd32c6640058af9 (diff)
Move QMK LUFA bootloader config to data driven (#19879)
Diffstat (limited to 'keyboards/ydkb/just60/config.h')
-rw-r--r--keyboards/ydkb/just60/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/ydkb/just60/config.h b/keyboards/ydkb/just60/config.h
index 69a48877fb..bc86dc02e5 100644
--- a/keyboards/ydkb/just60/config.h
+++ b/keyboards/ydkb/just60/config.h
@@ -22,9 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS { D6, D7, B4, B6, B5, B7, F7, F6, F5, F4, F1, F0, E6, B0 }
#define DIODE_DIRECTION COL2ROW
-#define QMK_ESC_OUTPUT D6 // usually COL
-#define QMK_ESC_INPUT E2 // usually ROW
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */