]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h
[Keyboard] Add QMK configurator JSON for Alice PCB (#6397)
[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