11 lines
128 B
C
11 lines
128 B
C
|
#ifndef QC60_H
|
||
|
#define QC60_H
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#ifdef KEYBOARD_handwired_qc60_proto
|
||
|
#include "proto.h"
|
||
|
#endif
|
||
|
|
||
|
#endif
|