aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xelus/dawn60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xelus/dawn60/config.h')
-rw-r--r--keyboards/xelus/dawn60/config.h145
1 files changed, 145 insertions, 0 deletions
diff --git a/keyboards/xelus/dawn60/config.h b/keyboards/xelus/dawn60/config.h
new file mode 100644
index 000000000..da709aa4a
--- /dev/null
+++ b/keyboards/xelus/dawn60/config.h
@@ -0,0 +1,145 @@
1/* Copyright 2017 Jason Williams (Wilba)
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#pragma once
17
18#include "config_common.h"
19
20// USB Device descriptor parameter
21#define VENDOR_ID 0x5845 // XE
22#define PRODUCT_ID 0x0060 // Dawn60
23#define DEVICE_VER 0x0001
24#define MANUFACTURER Xelus
25#define PRODUCT Dawn60
26#define DESCRIPTION Dawn60
27
28// key matrix size
29#define MATRIX_ROWS 5
30#define MATRIX_COLS 14
31
32//no underglow - prototype
33//#define MATRIX_ROW_PINS { B1, B3, B7, F6, F7 }
34//#define MATRIX_COL_PINS { B0, D5, B2, F5, D2, D3, D4, D6, D7, B4, B5, B6, C6, C7 }
35//#define UNUSED_PINS
36
37//underglow
38#define MATRIX_ROW_PINS { B1, B3, F1, F6, F7 }
39#define MATRIX_COL_PINS { B0, D5, B2, F5, D3, D2, C7, C6, B6, B5, B4, D7, D6, D4 }
40#define UNUSED_PINS
41
42// IS31FL3731 driver
43#define DRIVER_COUNT 2
44#define DRIVER_LED_TOTAL 64
45
46// COL2ROW or ROW2COL
47#define DIODE_DIRECTION COL2ROW
48
49// Set 0 if debouncing isn't needed
50#define DEBOUNCE 5
51
52// Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap
53#define LOCKING_SUPPORT_ENABLE
54// Locking resynchronize hack
55#define LOCKING_RESYNC_ENABLE
56
57/*
58 * Feature disable options
59 * These options are also useful to firmware size reduction.
60 */
61
62// disable debug print
63//#define NO_DEBUG
64
65// disable print
66//#define NO_PRINT
67
68// disable action features
69//#define NO_ACTION_LAYER
70//#define NO_ACTION_TAPPING
71//#define NO_ACTION_ONESHOT
72//#define NO_ACTION_MACRO
73//#define NO_ACTION_FUNCTION
74
75#define RGB_BACKLIGHT_ENABLED 1
76
77// This conditionally compiles the backlight code for Dawn60 specifics
78#define RGB_BACKLIGHT_DAWN60
79
80// enable/disable LEDs based on layout
81// switch between split backspace (1) or normal backspace(0)
82#define RGB_BACKLIGHT_USE_SPLIT_BACKSPACE 1
83// switch between Tsangan (1) or Arrows Bottom Row (0)
84#define RGB_BACKLIGHT_USE_7U_SPACEBAR 0
85// switch between standard split rshift (0) or arrows r shift (1)
86// .------------------. .-------------------.
87// | ? | Shift | Fn | vs | Shift | Up | Fn |
88// `------------------' `-------------------'
89#define RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT 1
90
91//not used
92#define RGB_BACKLIGHT_USE_ISO_ENTER 0
93#define RGB_BACKLIGHT_USE_SPLIT_LEFT_SHIFT 0
94#define RGB_BACKLIGHT_DISABLE_HHKB_BLOCKER_LEDS 0
95
96// disable backlight when USB suspended (PC sleep/hibernate/shutdown)
97#define RGB_BACKLIGHT_DISABLE_WHEN_USB_SUSPENDED 0
98
99// disable backlight after timeout in minutes, 0 = no timeout
100#define RGB_BACKLIGHT_DISABLE_AFTER_TIMEOUT 0
101
102// the default brightness
103#define RGB_BACKLIGHT_BRIGHTNESS 255
104
105// the default effect (RGB test)
106#define RGB_BACKLIGHT_EFFECT 255
107
108// the default effect speed (0-3)
109#define RGB_BACKLIGHT_EFFECT_SPEED 0
110
111// the default color1 and color2
112#define RGB_BACKLIGHT_COLOR_1 { .h = 0, .s = 255 }
113#define RGB_BACKLIGHT_COLOR_2 { .h = 127, .s = 255 }
114
115//RGB Underglow defines
116#define RGB_DI_PIN F0
117#define WS2812_LED_TOTAL 20
118
119#define RGB_UNDERGLOW_ALPHA_TOP_START 0
120#define RGB_UNDERGLOW_ALPHA_TOP_END 6
121#define RGB_UNDERGLOW_ALPHA_BOT_START 12
122#define RGB_UNDERGLOW_ALPHA_BOT_END 15
123
124// These define which keys in the matrix are alphas/mods
125// Used for backlight effects so colors are different for
126// alphas vs. mods
127// Each value is for a row, bit 0 is column 0
128// Alpha=0 Mod=1
129#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_0 0b0000000000000001
130#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_1 0b0010000000000001
131#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_2 0b0011000000000001
132#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_3 0b0011000000000001
133#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_4 0b0011111000011111
134
135#define RGB_BACKLIGHT_CAPS_LOCK_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
136#define RGB_BACKLIGHT_LAYER_1_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
137#define RGB_BACKLIGHT_LAYER_2_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
138#define RGB_BACKLIGHT_LAYER_3_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
139
140//RGB reactive only on keypress (put 1 to enable)
141#define RGB_REACTIVE_LEFT_RIGHT 0
142#define RGB_REACTIVE_CYCLE_ALL 0
143#define RGB_REACTIVE_VERTICAL 0
144
145#define DYNAMIC_KEYMAP_LAYER_COUNT 4