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

#define LAYOUT(k00) {{ k00 }}

#endif