This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Zach White 38d8d5445e
Remove KEYMAP and LAYOUT_kc (#12160)
* alias KEYMAP to LAYOUT

* remove KEYMAP and LAYOUT_kc
2021-05-11 10:10:31 -07:00

11 lines
128 B
C

#ifndef QC60_H
#define QC60_H
#include "quantum.h"
#ifdef KEYBOARD_handwired_qc60_proto
#include "proto.h"
#endif
#endif