update handwire with arm changes
This commit is contained in:
parent
4bdde668e1
commit
8b5b41bb47
@ -1171,7 +1171,7 @@
|
|||||||
* USB bus de-activation macro, required by the USB driver.
|
* USB bus de-activation macro, required by the USB driver.
|
||||||
*/
|
*/
|
||||||
// #define usb_lld_disconnect_bus(usbp)
|
// #define usb_lld_disconnect_bus(usbp)
|
||||||
#define usb_lld_disconnect_bus(usbp) (palSetPadMode(GPIOA, GPIOA_USB_DP, PAL_MODE_OUTPUT_PUSHPULL))
|
#define usb_lld_disconnect_bus(usbp) (palSetPadMode(GPIOA, GPIOA_USB_DP, PAL_MODE_OUTPUT_PUSHPULL)); palClearPad(GPIOA, GPIOA_USB_DP)
|
||||||
// #define usb_lld_disconnect_bus(usbp) palSetPadMode(GPIOA, 12, PAL_MODE_OUTPUT_PUSHPULL); palClearPad(GPIOA, 12)
|
// #define usb_lld_disconnect_bus(usbp) palSetPadMode(GPIOA, 12, PAL_MODE_OUTPUT_PUSHPULL); palClearPad(GPIOA, 12)
|
||||||
|
|
||||||
#if !defined(_FROM_ASM_)
|
#if !defined(_FROM_ASM_)
|
||||||
|
@ -22,10 +22,8 @@
|
|||||||
#define VENDOR_ID 0x125A
|
#define VENDOR_ID 0x125A
|
||||||
#define PRODUCT_ID 0x1770
|
#define PRODUCT_ID 0x1770
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
#define MANUFACTURER "QMK"
|
#define MANUFACTURER QMK
|
||||||
#define USBSTR_MANUFACTURER 'Q', '\x00', 'M', '\x00', 'K', '\x00'
|
#define PRODUCT Handwire
|
||||||
#define PRODUCT "Handwire"
|
|
||||||
#define USBSTR_PRODUCT 'H', '\x00', 'a', '\x00', 'n', '\x00', 'd', '\x00', 'w', '\x00', 'i', '\x00', 'r', '\x00', 'e', '\x00'
|
|
||||||
#define DESCRIPTION "Handwire protoboard"
|
#define DESCRIPTION "Handwire protoboard"
|
||||||
|
|
||||||
/* key matrix size */
|
/* key matrix size */
|
||||||
|
Loading…
Reference in New Issue
Block a user