Merge pull request #199 from KeychronMacro/playground

Fix Q11 halconf.h
This commit is contained in:
Keychron_Macro 2023-11-01 12:04:25 +08:00 committed by GitHub
commit 7ce8c46e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,5 +19,7 @@
#define HAL_USE_I2C TRUE
#define HAL_USE_SERIAL TRUE
#define HAL_USE_ADC TRUE
#ifdef ENCODER_ENABLE
# define PAL_USE_CALLBACKS TRUE
#endif
#include_next <halconf.h>