summaryrefslogtreecommitdiffstats
path: root/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h
blob: 345bf3bede31911c2c799a56034ad14739c6b3e5 (plain)
1
2
3
4
5
6
7
#ifndef STM32_F072_ONEKEY_H
#define STM32_F072_ONEKEY_H
#include "chibios_test.h"

#define LAYOUT(k00) {{ k00 }}

#endif