diff options
author | QMK Bot <hello@qmk.fm> | 2022-11-29 19:44:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-11-29 19:44:26 +0000 |
commit | d648eb42caa633ab411da93d2bbe9c3eacaa8172 (patch) | |
tree | d534ed33cdfac430a19818c514dff90b337b1c8a /layouts/community/split_3x6_3/drashna/halconf.h | |
parent | c146563f4b12d8ef1446318a65c61dac1b197b23 (diff) | |
parent | 4a87af0e9af046d5fc00d930476920c0c34a57a7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community/split_3x6_3/drashna/halconf.h')
-rw-r--r-- | layouts/community/split_3x6_3/drashna/halconf.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/layouts/community/split_3x6_3/drashna/halconf.h b/layouts/community/split_3x6_3/drashna/halconf.h index b099320b30..7cc1306598 100644 --- a/layouts/community/split_3x6_3/drashna/halconf.h +++ b/layouts/community/split_3x6_3/drashna/halconf.h @@ -15,8 +15,9 @@ */ #pragma once -// #define HAL_USE_DAC TRUE -#define HAL_USE_PWM TRUE -#define HAL_USE_SERIAL TRUE +#if defined(KEYBOARD_crkbd) +# define HAL_USE_PWM TRUE +# define HAL_USE_SERIAL TRUE +#endif #include_next <halconf.h> |