diff options
Diffstat (limited to 'keyboards/ydkb')
-rw-r--r-- | keyboards/ydkb/just60/config.h | 3 | ||||
-rw-r--r-- | keyboards/ydkb/just60/info.json | 4 |
2 files changed, 4 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 */ diff --git a/keyboards/ydkb/just60/info.json b/keyboards/ydkb/just60/info.json index 808341a5d1..618f0d8eac 100644 --- a/keyboards/ydkb/just60/info.json +++ b/keyboards/ydkb/just60/info.json @@ -8,6 +8,10 @@ "pid": "0x1960", "device_version": "0.0.1" }, + "qmk_lufa_bootloader": { + "esc_input": "E2", + "esc_output": "D6" + }, "processor": "atmega32u4", "bootloader": "lufa-ms", "layouts": { |