summaryrefslogtreecommitdiffstats
path: root/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h
blob: b9ba65a9e99fa0477c4434648d3dd274afc5b3b8 (plain)
1
2
3
4
5
6
7
#ifndef STM32_F103_ONEKEY_H
#define STM32_F103_ONEKEY_H
#include "chibios_test.h"

#define LAYOUT(k00) {{ k00 }}

#endif