summaryrefslogtreecommitdiff
path: root/keyboards/handwired/qc60/qc60.h
blob: 944ec10f5e1959f1fa8c576617a3209cddeb584e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef QC60_H
#define QC60_H

#include "quantum.h"

#ifdef KEYBOARD_handwired_qc60_proto
    #include "proto.h"
#endif

#endif