]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h
Clean up some long-standing errors when populating the API (#2715)
[qmk_firmware.git] / keyboards / chibios_test / stm32_f103_onekey / stm32_f103_onekey.h
1 #ifndef STM32_F103_ONEKEY_H
2 #define STM32_F103_ONEKEY_H
3 #include "chibios_test.h"
4
5 #define LAYOUT(k00) {{ k00 }}
6
7 #endif