This website requires JavaScript.
Explore
Help
Sign In
varl
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
forked from
forks/qmk_firmware
Code
Pull requests
Activity
e2d4cd1a41
qmk_firmware
/
keyboards
/
crkbd
/
rev1
/
serial_config.h
5 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349)
2018-11-04 19:46:26 +01:00
#
ifndef SOFT_SERIAL_PIN
#
define SOFT_SERIAL_PIN D2
Keyboard: Improvement of crkbd communication functions (based on helix-keyboard) (#3798) * improvement of crkbd communication functions (based on helix-keyboard) * Removed unnecessary code. * Changed read restriction from #define to #pragma once. * Changed from sizeof to defined size. * moved lib folder to crkbdroot. removed warning of ws2812.d
2018-09-04 01:34:16 +02:00
#
define SERIAL_USE_MULTI_TRANSACTION
Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349)
2018-11-04 19:46:26 +01:00
#
endif
Copy permalink