summaryrefslogtreecommitdiff
path: root/layouts/community/split_3x6_3/drashna/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/split_3x6_3/drashna/halconf.h')
-rw-r--r--layouts/community/split_3x6_3/drashna/halconf.h7
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>