mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 06:54:08 +00:00
Apply suggestions from code review
Added all suggestions given by @dunk2k Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
parent
4925d01dc1
commit
4f695ba3b5
@ -7,27 +7,3 @@
|
||||
|
||||
#define SERIAL_USART_TX_PIN B6 // USART TX pin
|
||||
#define SERIAL_USART_RX_PIN B7 // USART RX pin
|
||||
|
||||
/*
|
||||
* In case Kaly doesn't start with your computer, try adding these lines and
|
||||
* flashing to the left half of your keyboard:
|
||||
*/
|
||||
|
||||
//#define SPLIT_USB_TIMEOUT 10000
|
||||
//#define SPLIT_USB_TIMEOUT_POLL 10
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
*/
|
||||
|
||||
/* disable debug print */
|
||||
//#define NO_DEBUG
|
||||
|
||||
/* disable print */
|
||||
//#define NO_PRINT
|
||||
|
||||
/* disable action features */
|
||||
//#define NO_ACTION_LAYER
|
||||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_ACTION_ONESHOT
|
||||
|
@ -2,7 +2,7 @@
|
||||
"manufacturer": "Dwctor",
|
||||
"keyboard_name": "kaly/kaly42",
|
||||
"maintainer": "Dwctor",
|
||||
"bootloader": "stm32-dfu",
|
||||
"development_board": "blackpill_f401",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
@ -20,6 +20,7 @@
|
||||
]
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"bootmagic": {
|
||||
"matrix": [4, 5]
|
||||
},
|
||||
@ -34,7 +35,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"processor": "STM32F401",
|
||||
"url": "https://github.com/Dwctor/Kaly",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
|
@ -1,2 +1 @@
|
||||
SPLIT_KEYBOARD = yes
|
||||
SERIAL_DRIVER = usart
|
||||
|
Loading…
Reference in New Issue
Block a user