mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-14 09:53:22 +01:00
ADD: keymap macro for human to read easier
ADD: controller.h for controller board definition(teensy) ADD: debug toggle
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef CONTROLLER_H
|
||||
#define CONTROLLER_H 1
|
||||
|
||||
#include "controller_teensy.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user