aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/quefrency/rev3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/quefrency/rev3/config.h')
-rw-r--r--keyboards/keebio/quefrency/rev3/config.h68
1 files changed, 68 insertions, 0 deletions
diff --git a/keyboards/keebio/quefrency/rev3/config.h b/keyboards/keebio/quefrency/rev3/config.h
new file mode 100644
index 000000000..5ab6d743f
--- /dev/null
+++ b/keyboards/keebio/quefrency/rev3/config.h
@@ -0,0 +1,68 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
3Copyright 2015 Jack Humbert
4
5This program is free software: you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation, either version 2 of the License, or
8(at your option) any later version.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/
18
19#pragma once
20
21/* USB Device descriptor parameter */
22#define VENDOR_ID 0xCB10
23#define PRODUCT_ID 0x3257
24#define DEVICE_VER 0x0300
25#define MANUFACTURER Keebio
26#define PRODUCT Quefrency Rev. 3
27
28/* key matrix size */
29// Rows are doubled-up
30#define MATRIX_ROWS 10
31#define MATRIX_COLS 9
32
33#define DIODE_DIRECTION COL2ROW
34// wiring of each half
35#define MATRIX_ROW_PINS { B1, B2, C7, B4, D7 }
36#define MATRIX_COL_PINS { F4, F1, F0, B7, B3, D2, D3, D5, D4 }
37#define MATRIX_ROW_PINS_RIGHT { B3, B2, B6, B4, D7 }
38#define MATRIX_COL_PINS_RIGHT { F1, F0, F4, F5, F6, D5, C7, D3, B7 }
39#define SPLIT_HAND_PIN F7
40#define ENCODERS_PAD_A { F5 }
41#define ENCODERS_PAD_B { F6 }
42#define ENCODERS_PAD_A_RIGHT { D6 }
43#define ENCODERS_PAD_B_RIGHT { D4 }
44
45/* Set 0 if debouncing isn't needed */
46#define DEBOUNCE 5
47
48#define BACKLIGHT_PIN B5
49#define CAPS_LOCK_LED_PIN B6
50
51/* serial.c configuration for split keyboard */
52#define SOFT_SERIAL_PIN D0
53
54/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
55#define LOCKING_SUPPORT_ENABLE
56/* Locking resynchronize hack */
57#define LOCKING_RESYNC_ENABLE
58
59/* ws2812 RGB LED */
60#define RGB_DI_PIN E6
61#define RGBLIGHT_ANIMATIONS
62#define RGBLED_NUM 16 // Number of LEDs
63#define RGBLED_SPLIT { 8, 8 }
64#define RGBLIGHT_LED_MAP { 1, 2, 3, 12, 13, 14, 15, 0, 7, 6, 5, 4, 11, 10, 9, 8 }
65
66// Set 65% column (option 3) and Macro (option 4) on by default
67#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x00DE
68#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2