qmk_userspace/keyboards/totem/halconf.h
Sebastian Haack 568a946b55 Revert "next try"
This reverts commit 4f41cec3cb.
2024-12-25 22:37:20 +01:00

7 lines
116 B
C

#pragma once
#define HAL_USE_I2C TRUE
#define HAL_USE_PWM TRUE
#define HAL_USE_PAL TRUE
#include_next <halconf.h>