mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-13 12:04:42 +00:00
461e0d3d8c
ADD: controller.h for controller board definition(teensy) ADD: debug toggle
6 lines
84 B
C
6 lines
84 B
C
#ifndef CONTROLLER_H
|
|
#define CONTROLLER_H 1
|
|
|
|
#include "controller_teensy.h"
|
|
|
|
#endif
|