+rev2 tested
This commit is contained in:
parent
923561d8e5
commit
5e300af537
4 changed files with 9 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define VIAL_UNLOCK_COMBO_COLS {0, 1}
|
||||
|
||||
// For master half only when MASTER_LEFT/MASTER_RIGHT using
|
||||
#define WAIT_FOR_USB
|
||||
//#define WAIT_FOR_USB
|
||||
|
||||
/* Select hand configuration */
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ COMBO_ENABLE = yes
|
|||
|
||||
QMK_SETTINGS = no
|
||||
|
||||
CAPS_WORD_ENABLE = no
|
||||
LAYER_LOCK_ENABLE = no
|
||||
REPEAT_KEY_ENABLE = no
|
||||
CAPS_WORD_ENABLE = no
|
||||
LAYER_LOCK_ENABLE = no
|
||||
REPEAT_KEY_ENABLE = no
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@
|
|||
|
||||
//#define SERIAL_USART_FULL_DUPLEX
|
||||
//#define SERIAL_USART_RX_PIN GP2
|
||||
#define SERIAL_USART_TX_PIN GP1
|
||||
//#define SERIAL_USART_TX_PIN GP1
|
||||
#define USE_SERIAL
|
||||
//#define SOFT_SERIAL_PIN GP1
|
||||
//#define USB_VBUS_PIN GP2
|
||||
|
||||
/* RP2040- and hardware-specific config */
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET // Activates the double-tap behavior
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@
|
|||
"pin": "GP8"
|
||||
},
|
||||
"serial": {
|
||||
"driver": "vendor"
|
||||
"driver": "vendor",
|
||||
"pin": "GP1"
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue