Update keyboards/keychron/k11_pro/halconf.h
Co-authored-by: lokher <lokher@gmail.com>
This commit is contained in:
parent
56649bb02e
commit
1201be83b7
1 changed files with 4 additions and 1 deletions
|
|
@ -20,8 +20,11 @@
|
|||
|
||||
#define HAL_USE_I2C TRUE
|
||||
|
||||
#ifdef KC_BLUETOOTH_ENABLE
|
||||
#if defined(ENCODER_ENBALE) || defined(KC_BLUETOOTH_ENABLE)
|
||||
# define PAL_USE_CALLBACKS TRUE
|
||||
#endif
|
||||
|
||||
#ifdef KC_BLUETOOTH_ENABLE
|
||||
# define HAL_USE_SERIAL TRUE
|
||||
# define HAL_USE_RTC TRUE
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue