Files
cheapino_qmk_firmware/keyboards/cheapino/halconf.h
2022-10-16 19:05:46 +02:00

9 lines
117 B
C

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