]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/clueboard/66_hotswap/config.h
88adb57378d34c91cf4a0678a97c2c9a72aaf84c
[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
20 #include "config_common.h"
21
22 /* USB Device descriptor parameter */
23 #define VENDOR_ID       0xC1ED
24 #define MANUFACTURER    Clueboard
25 #define PRODUCT         Clueboard 66% HotSwap
26 #define DESCRIPTION     QMK keyboard firmware for Clueboard 66%
27
28 /* COL2ROW or ROW2COL */
29 #define DIODE_DIRECTION COL2ROW
30
31 /* Set 0 if debouncing isn't needed */
32 #define DEBOUNCING_DELAY 5
33
34 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
35 #define LOCKING_SUPPORT_ENABLE
36 /* Locking resynchronize hack */
37 #define LOCKING_RESYNC_ENABLE
38
39 /*
40  * Feature disable options
41  *  These options are also useful to firmware size reduction.
42  */
43
44 //#define NO_DEBUG
45 //#define NO_PRINT
46 //#define NO_ACTION_LAYER
47 //#define NO_ACTION_TAPPING
48 #define NO_ACTION_ONESHOT
49 #define NO_ACTION_MACRO
50 //#define NO_ACTION_FUNCTION