]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodash/rev1/config.h
[Keyboard] Add QMK configurator JSON for Alice PCB (#6397)
[qmk_firmware.git] / keyboards / ergodash / rev1 / config.h
1 /*
2 Copyright 2012 Jun Wako <wakojun@gmail.com>
3 Copyright 2015 Jack Humbert
4
5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 2 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 */
18
19 #pragma once
20
21 #include "config_common.h"
22
23 /* USB Device descriptor parameter */
24 #define VENDOR_ID       0xFEED
25 #define PRODUCT_ID      0x6060
26 #define DEVICE_VER      0x0100
27 #define MANUFACTURER    Omkbd
28 #define PRODUCT         ErgoDash
29 #define DESCRIPTION     Power
30
31 /* key matrix size */
32 // Rows are doubled-up
33 #define MATRIX_ROWS 10
34 #define MATRIX_COLS 7
35
36 // wiring of each half
37 #define MATRIX_ROW_PINS { D4, D7, E6, B4, B5 }
38 #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 }
39 // #define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order
40
41 /* define tapping term */
42 #define TAPPING_TERM 120
43
44 /* define if matrix has ghost */
45 //#define MATRIX_HAS_GHOST
46
47 #define C6_AUDIO
48
49 /* number of backlight levels */
50 #ifdef BACKLIGHT_ENABLE
51   #define BACKLIGHT_PIN B6
52   #define BACKLIGHT_LEVELS 7
53 //  #define BACKLIGHT_BREATHING
54 //  #define BREATHING_PERIOD 4
55 #endif
56
57 /* Set 0 if debouncing isn't needed */
58 #define DEBOUNCE 5
59
60 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
61 #define LOCKING_SUPPORT_ENABLE
62 /* Locking resynchronize hack */
63 #define LOCKING_RESYNC_ENABLE
64
65 /* ws2812 RGB LED */
66 #define RGB_DI_PIN D3
67 #define RGBLIGHT_ANIMATIONS
68 #define RGBLED_NUM 24
69 #define RGBLIGHT_SPLIT
70 #define RGBLED_SPLIT { 12, 12 }    // Number of LEDs
71
72 #define SOFT_SERIAL_PIN D0
73 #define SELECT_SOFT_SERIAL_SPEED 1
74 /*Sets the protocol speed when using serial communication*/
75 //Speeds:
76 //0: about 189kbps (Experimental only)
77 //1: about 137kbps (default)
78 //2: about 75kbps
79 //3: about 39kbps
80 //4: about 26kbps
81 //5: about 20kbps