mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
7 lines
84 B
C
7 lines
84 B
C
|
#ifndef CONTROLLER_H
|
||
|
#define CONTROLLER_H 1
|
||
|
|
||
|
#include "controller_teensy.h"
|
||
|
|
||
|
#endif
|