mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
add '#define SOFT_SERIAL_PIN D0' to keyboards/nyquist/rev?/config.h
This commit is contained in:
parent
f97e68e506
commit
b26a4b4b30
@ -46,6 +46,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Set 0 if debouncing isn't needed */
|
||||
#define DEBOUNCING_DELAY 5
|
||||
|
||||
/* serial.c configuration for split keyboard */
|
||||
#define SOFT_SERIAL_PIN D0
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
@ -43,6 +43,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Set 0 if debouncing isn't needed */
|
||||
#define DEBOUNCING_DELAY 5
|
||||
|
||||
/* serial.c configuration for split keyboard */
|
||||
#define SOFT_SERIAL_PIN D0
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
@ -43,6 +43,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Set 0 if debouncing isn't needed */
|
||||
#define DEBOUNCING_DELAY 5
|
||||
|
||||
/* serial.c configuration for split keyboard */
|
||||
#define SOFT_SERIAL_PIN D0
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
@ -10,7 +10,7 @@ ok keyboards/iris/rules.mk:SPLIT_KEYBOARD = yes
|
||||
ok keyboards/lets_split_eh/rules.mk:SPLIT_KEYBOARD = yes
|
||||
ok keyboards/levinson/rules.mk:SPLIT_KEYBOARD = yes
|
||||
ok keyboards/miniaxe/rules.mk:SPLIT_KEYBOARD = yes # Use shared split_common code
|
||||
keyboards/nyquist/rules.mk:SPLIT_KEYBOARD = yes
|
||||
ok keyboards/nyquist/rules.mk:SPLIT_KEYBOARD = yes
|
||||
keyboards/quefrency/rules.mk:SPLIT_KEYBOARD = yes
|
||||
keyboards/qwertyydox/rules.mk:SPLIT_KEYBOARD = yes
|
||||
keyboards/redox/rules.mk:SPLIT_KEYBOARD = yes
|
||||
|
Loading…
Reference in New Issue
Block a user