]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/clueboard/66_hotswap/config.h
Clueboard 66% Hotswap Support (#5204)
[qmk_firmware.git] / keyboards / clueboard / 66_hotswap / config.h
1 /*
2 Copyright 2012 Jun Wako <wakojun@gmail.com>
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 */
17
18 #pragma once
19 #include "config_common.h"
20
21 /* USB Device descriptor parameter */
22 #define VENDOR_ID       0xC1ED
23 #define MANUFACTURER    Clueboard
24 #define PRODUCT         Clueboard 66% HotSwap
25 #define DESCRIPTION     QMK keyboard firmware for Clueboard 66%
26
27 /* COL2ROW or ROW2COL */
28 #define DIODE_DIRECTION COL2ROW
29
30 /* Set 0 if debouncing isn't needed */
31 #define DEBOUNCING_DELAY 5
32
33 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
34 #define LOCKING_SUPPORT_ENABLE
35 /* Locking resynchronize hack */
36 #define LOCKING_RESYNC_ENABLE
37
38 /*
39  * Feature disable options
40  *  These options are also useful to firmware size reduction.
41  */
42
43 //#define NO_DEBUG
44 //#define NO_PRINT
45 //#define NO_ACTION_LAYER
46 //#define NO_ACTION_TAPPING
47 #define NO_ACTION_ONESHOT
48 #define NO_ACTION_MACRO
49 //#define NO_ACTION_FUNCTION