]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/satan/keymaps/ben_iso/config.h
Small fix to allow board to override split keyboard master check
[qmk_firmware.git] / keyboards / satan / keymaps / ben_iso / 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 #ifndef CONFIG_H_BEN
19 #define CONFIG_H_BEN
20
21 #include "config_common.h"
22 #include "../../config.h"
23
24 /* USB Device descriptor parameter */
25 #define VENDOR_ID       0xFEED
26 #define PRODUCT_ID      0x6060
27 #define DEVICE_VER      0x0003
28 #define MANUFACTURER    SATAN
29 #define PRODUCT         GH60
30 #define DESCRIPTION     QMK keyboard firmware for Satan GH60 with WS2812 support
31
32 /*MOUSE CONFIG OPTIONS */
33
34 #define MOUSEKEY_INTERVAL       20
35 #define MOUSEKEY_DELAY          0
36 #define MOUSEKEY_TIME_TO_MAX    45
37 #define MOUSEKEY_MAX_SPEED      3
38 #define MOUSEKEY_WHEEL_DELAY    0
39
40 /*
41  * Feature disable options
42  *  These options are also useful to firmware size reduction.
43  */
44
45 /* disable debug print */
46 //#define NO_DEBUG
47
48 /* disable print */
49 //#define NO_PRINT
50
51 /* disable action features */
52 //#define NO_ACTION_LAYER
53 //#define NO_ACTION_TAPPING
54 //#define NO_ACTION_ONESHOT
55 //#define NO_ACTION_MACRO
56 //#define NO_ACTION_FUNCTION
57
58 #endif