8 lines
119 B
C
8 lines
119 B
C
#ifndef TEENSY_LC_ONEKEY_H
|
|
#define TEENSY_LC_ONEKEY_H
|
|
#include "chibios_test.h"
|
|
|
|
#define LAYOUT(k00) {{ k00 }}
|
|
|
|
#endif
|