diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-26 16:37:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-26 16:37:29 +0000 |
commit | 0534b878c3750d45309dadfbcdceb66cd743e4da (patch) | |
tree | b390fa757962128f55f7833cc70f87f1d2332c2d /keyboards/wilba_tech/wt65_d/config.h | |
parent | 1cf68476cc126411d7df006e317cac3134df3ff0 (diff) | |
parent | 501276a8fd4139e56cb256d110ee2c6d250ce669 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/wilba_tech/wt65_d/config.h')
-rw-r--r-- | keyboards/wilba_tech/wt65_d/config.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt65_d/config.h b/keyboards/wilba_tech/wt65_d/config.h new file mode 100644 index 0000000000..84712921a6 --- /dev/null +++ b/keyboards/wilba_tech/wt65_d/config.h @@ -0,0 +1,33 @@ +// Copyright 2022 Jason Williams (@wilba) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once +#include "config_common.h" + +// USB Device descriptor parameter +#define VENDOR_ID 0x6582 // wilba.tech +#define PRODUCT_ID 0x0031 // PCB #49 +#define DEVICE_VER 0x0001 +#define MANUFACTURER wilba.tech +#define PRODUCT wilba.tech WT65-D + +// key matrix size +#define MATRIX_ROWS 5 +#define MATRIX_COLS 15 + +// Keyboard Matrix Assignments +#define MATRIX_ROW_PINS { E6, F0, F4, F6, F7 } +#define MATRIX_COL_PINS { F5, D5, D3, D2, B7, B0, B3, C7, C6, B6, B5, B4, D7, D6, D4 } +#define UNUSED_PINS +#define DIODE_DIRECTION COL2ROW + +// Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed +#define DEBOUNCE 5 + +#define LED_CAPS_LOCK_PIN F1 + +// Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap +#define LOCKING_SUPPORT_ENABLE + +// Locking resynchronize hack +#define LOCKING_RESYNC_ENABLE
\ No newline at end of file |