summaryrefslogtreecommitdiff
path: root/keyboards/handwired/splittest/bluepill/halconf.h
blob: d85c8b842e44830821081a1f4d250c6dec74f021 (plain)
1
2
3
4
5
6
/* Needed for serial bitbang, half-duplex and full-duplex */
#define HAL_USE_PAL TRUE
#define PAL_USE_WAIT TRUE
#define PAL_USE_CALLBACKS TRUE

#include_next <halconf.h>