mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 04:54:43 +00:00
41c50bb653
* Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
7 lines
109 B
C
7 lines
109 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#if defined(KEYBOARD_handwired_qc60_proto)
|
|
# include "proto.h"
|
|
#endif
|