0206bd9df3
* add bluepill mcu to splittest * fix typo * refactoring * mcu config goes to mcuconf.h of keyboard * keymap specific config goes to keymap config.h * keyboard specific depending of keymap goes to post_config.h * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * splittest/bluepill: improve documentation Co-authored-by: Ryan <fauxpark@gmail.com>
6 lines
170 B
C
6 lines
170 B
C
/* 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>
|