aboutsummaryrefslogtreecommitdiff
path: root/keyboards/quad_h/lb75/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/quad_h/lb75/config.h')
-rw-r--r--keyboards/quad_h/lb75/config.h196
1 files changed, 196 insertions, 0 deletions
diff --git a/keyboards/quad_h/lb75/config.h b/keyboards/quad_h/lb75/config.h
new file mode 100644
index 000000000..1c23ed5b3
--- /dev/null
+++ b/keyboards/quad_h/lb75/config.h
@@ -0,0 +1,196 @@
1/*
2Copyright 2019 Ryota Goto
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along 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 0xA103
24#define PRODUCT_ID 0x0007
25#define DEVICE_VER 0x0001
26#define MANUFACTURER QUADH
27#define PRODUCT LB75
28#define DESCRIPTION Custom 75% keyboard
29
30/* key matrix size */
31#define MATRIX_ROWS 12
32#define MATRIX_COLS 8
33
34/*
35 * Keyboard Matrix Assignments
36 *
37 * Change this to how you wired your keyboard
38 * COLS: AVR pins used for columns, left to right
39 * ROWS: AVR pins used for rows, top to bottom
40 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
41 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
42 *
43*/
44
45#define MATRIX_ROW_PINS { D4, D6, D7, B4, B5, B6, C6, C7, D3, D5, F0, E6 }
46#define MATRIX_COL_PINS { D2, D1, D0, F1, F4, F5, F6, F7 }
47#define UNUSED_PINS
48
49/* COL2ROW, ROW2COL*/
50#define DIODE_DIRECTION COL2ROW
51
52#define BACKLIGHT_PIN B7
53// #define BACKLIGHT_BREATHING
54#define BACKLIGHT_LEVELS 5
55
56#define RGB_DI_PIN B0
57#ifdef RGB_DI_PIN
58 #define RGBLED_NUM 16
59 #define RGBLIGHT_HUE_STEP 8
60 #define RGBLIGHT_SAT_STEP 8
61 #define RGBLIGHT_VAL_STEP 8
62 #define RGBLIGHT_LIMIT_VAL 220 /* The maximum brightness level */
63 #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
64/*== all animations enable ==*/
65 #define RGBLIGHT_ANIMATIONS
66// /*== or choose animations ==*/
67// #define RGBLIGHT_EFFECT_BREATHING
68// #define RGBLIGHT_EFFECT_RAINBOW_MOOD
69// #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
70// #define RGBLIGHT_EFFECT_SNAKE
71// #define RGBLIGHT_EFFECT_KNIGHT
72// #define RGBLIGHT_EFFECT_CHRISTMAS
73// #define RGBLIGHT_EFFECT_STATIC_GRADIENT
74// #define RGBLIGHT_EFFECT_RGB_TEST
75// #define RGBLIGHT_EFFECT_ALTERNATING
76// /*== customize breathing effect ==*/
77// /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/
78// #define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64
79// /*==== use exp() and sin() ====*/
80// #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7
81// #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
82#endif
83
84/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
85#define DEBOUNCE 5
86
87/* define if matrix has ghost (lacks anti-ghosting diodes) */
88//#define MATRIX_HAS_GHOST
89
90/* number of backlight levels */
91
92/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
93#define LOCKING_SUPPORT_ENABLE
94/* Locking resynchronize hack */
95#define LOCKING_RESYNC_ENABLE
96
97/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
98 * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
99 */
100// #define GRAVE_ESC_CTRL_OVERRIDE
101
102/*
103 * Force NKRO
104 *
105 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
106 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
107 * makefile for this to work.)
108 *
109 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
110 * until the next keyboard reset.
111 *
112 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
113 * fully operational during normal computer usage.
114 *
115 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
116 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
117 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
118 * power-up.
119 *
120 */
121//#define FORCE_NKRO
122
123/*
124 * Magic Key Options
125 *
126 * Magic keys are hotkey commands that allow control over firmware functions of
127 * the keyboard. They are best used in combination with the HID Listen program,
128 * found here: https://www.pjrc.com/teensy/hid_listen.html
129 *
130 * The options below allow the magic key functionality to be changed. This is
131 * useful if your keyboard/keypad is missing keys and you want magic key support.
132 *
133 */
134
135/* key combination for magic key command */
136/* defined by default; to change, uncomment and set to the combination you want */
137// #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
138
139/* control how magic key switches layers */
140//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
141//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
142//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
143
144/* override magic key keymap */
145//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
146//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
147//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
148//#define MAGIC_KEY_HELP H
149//#define MAGIC_KEY_HELP_ALT SLASH
150//#define MAGIC_KEY_DEBUG D
151//#define MAGIC_KEY_DEBUG_MATRIX X
152//#define MAGIC_KEY_DEBUG_KBD K
153//#define MAGIC_KEY_DEBUG_MOUSE M
154//#define MAGIC_KEY_VERSION V
155//#define MAGIC_KEY_STATUS S
156//#define MAGIC_KEY_CONSOLE C
157//#define MAGIC_KEY_LAYER0 0
158//#define MAGIC_KEY_LAYER0_ALT GRAVE
159//#define MAGIC_KEY_LAYER1 1
160//#define MAGIC_KEY_LAYER2 2
161//#define MAGIC_KEY_LAYER3 3
162//#define MAGIC_KEY_LAYER4 4
163//#define MAGIC_KEY_LAYER5 5
164//#define MAGIC_KEY_LAYER6 6
165//#define MAGIC_KEY_LAYER7 7
166//#define MAGIC_KEY_LAYER8 8
167//#define MAGIC_KEY_LAYER9 9
168//#define MAGIC_KEY_BOOTLOADER B
169//#define MAGIC_KEY_BOOTLOADER_ALT ESC
170//#define MAGIC_KEY_LOCK CAPS
171//#define MAGIC_KEY_EEPROM E
172//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
173//#define MAGIC_KEY_NKRO N
174//#define MAGIC_KEY_SLEEP_LED Z
175
176/*
177 * Feature disable options
178 * These options are also useful to firmware size reduction.
179 */
180
181/* disable debug print */
182//#define NO_DEBUG
183
184/* disable print */
185//#define NO_PRINT
186
187/* disable action features */
188//#define NO_ACTION_LAYER
189//#define NO_ACTION_TAPPING
190//#define NO_ACTION_ONESHOT
191//#define NO_ACTION_MACRO
192//#define NO_ACTION_FUNCTION
193
194/* Bootmagic Lite key configuration */
195// #define BOOTMAGIC_LITE_ROW 0
196// #define BOOTMAGIC_LITE_COLUMN 0