qmk_userspace/keyboards/callmemero/halconf.h
2024-12-18 13:14:05 +00: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>