mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-18 18:46:54 +00:00
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
|