mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 18:04:57 +00:00
38d8d5445e
* alias KEYMAP to LAYOUT * remove KEYMAP and LAYOUT_kc
10 lines
128 B
C
10 lines
128 B
C
#ifndef QC60_H
|
|
#define QC60_H
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_handwired_qc60_proto
|
|
#include "proto.h"
|
|
#endif
|
|
|
|
#endif
|