aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/wavelet/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/wavelet/config.h')
-rw-r--r--keyboards/keebio/wavelet/config.h54
1 files changed, 54 insertions, 0 deletions
diff --git a/keyboards/keebio/wavelet/config.h b/keyboards/keebio/wavelet/config.h
new file mode 100644
index 000000000..5610bba17
--- /dev/null
+++ b/keyboards/keebio/wavelet/config.h
@@ -0,0 +1,54 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
3Copyright 2015 Jack Humbert
4Copyright 2018 Danny Nguyen <danny@keeb.io>
5
6This program is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20#pragma once
21
22#include "config_common.h"
23
24/* USB Device descriptor parameter */
25#define VENDOR_ID 0xCB10
26#define PRODUCT_ID 0x1046
27#define DEVICE_VER 0x0100
28#define MANUFACTURER Keebio
29#define PRODUCT Wavelet
30#define DESCRIPTION 40 percent ortholinear keyboard
31
32/* key matrix size */
33#define MATRIX_ROWS 8
34#define MATRIX_COLS 6
35
36// wiring of each half
37#define MATRIX_ROW_PINS { F4, F5, F7, B3, D2, D1, D4, D7 }
38#define MATRIX_COL_PINS { F6, B1, B2, B6, B4, E6 }
39
40/* Set 0 if debouncing isn't needed */
41#define DEBOUNCING_DELAY 5
42
43/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
44#define LOCKING_SUPPORT_ENABLE
45/* Locking resynchronize hack */
46#define LOCKING_RESYNC_ENABLE
47
48/* ws2812 RGB LED */
49#define RGB_DI_PIN D3
50#define RGBLED_NUM 12 // Number of LEDs
51
52/* Backlight LEDs */
53#define BACKLIGHT_PIN B5
54#define BACKLIGHT_LEVELS 7