mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-14 07:55:28 +00:00
5 lines
82 B
C
5 lines
82 B
C
|
#ifndef TEENSY_LC_ONEKEY_H
|
||
|
#define TEENSY_LC_ONEKEY_H
|
||
|
#include "quantum.h"
|
||
|
#endif
|