mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-29 10:30:09 -04:00
7 lines
116 B
C
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>
|