]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ymd75/config.h
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / keyboards / ymd75 / config.h
1 /*
2 Base Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
3 Modified 2017 Andrew Novak <ndrw.nvk@gmail.com>
4 Modified 2018 Wayne Jones (WarmCatUK) <waynekjones@gmail.com>
5
6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 */
19
20 #ifndef CONFIG_H
21 #define CONFIG_H
22
23 #include "config_common.h"
24
25 #define VENDOR_ID       0x20A0
26 #define PRODUCT_ID      0x422D
27
28 // TODO: share these strings with usbconfig.h
29 // Edit usbconfig.h to change these.
30 #define MANUFACTURER    YMDK
31 #define PRODUCT         ymd75 / mt84
32 #define DESCRIPTION     75% Keyboard
33
34 /* matrix size */
35 #define MATRIX_ROWS 8
36 #define MATRIX_COLS 15
37 #define DIODE_DIRECTION ROW2COL
38
39 #define BACKLIGHT_LEVELS 12
40
41 #define RGB_DI_PIN E2
42 #define RGBLED_NUM 16
43 #define RGBLIGHT_ANIMATIONS
44 #define RGBLIGHT_HUE_STEP 12
45 #define RGBLIGHT_SAT_STEP 15
46 #define RGBLIGHT_VAL_STEP 18
47
48 #define NO_UART 1
49 #define BOOTLOADHID_BOOTLOADER 1
50
51 #endif