This website requires JavaScript.
Explore
Help
Sign In
andrejl
/
qmk-dactyl-manuform-a
Watch
1
Star
0
Fork
You've already forked qmk-dactyl-manuform-a
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9739d6ba0a
qmk-dactyl-manuform-a
/
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