aboutsummaryrefslogtreecommitdiff
path: root/keyboards/rart/rartlice/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rart/rartlice/config.h')
-rw-r--r--keyboards/rart/rartlice/config.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/keyboards/rart/rartlice/config.h b/keyboards/rart/rartlice/config.h
new file mode 100644
index 000000000..26f9324bd
--- /dev/null
+++ b/keyboards/rart/rartlice/config.h
@@ -0,0 +1,67 @@
1/*
2Copyright 2020 Alabahuy
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20/* USB Device descriptor parameter */
21#define VENDOR_ID 0x414C
22#define PRODUCT_ID 0x0065
23#define DEVICE_VER 0x0001
24#define MANUFACTURER Alabahuy
25#define PRODUCT Rartlice
26
27/* key matrix size */
28#define MATRIX_ROWS 5
29#define MATRIX_COLS 15
30
31#define MATRIX_COL_PINS { B12, B8, B5, B4, B3, B11, B10, B1, B0, A7, A6, A5, A3, A4, A1 }
32#define MATRIX_ROW_PINS { B13, A15, B9, A2, A0 }
33#define DIODE_DIRECTION COL2ROW
34
35/* define if matrix has ghost */
36//#define MATRIX_HAS_GHOST
37
38/* Set 0 if debouncing isn't needed */
39#define DEBOUNCE 5
40
41/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
42#define LOCKING_SUPPORT_ENABLE
43/* Locking resynchronize hack */
44#define LOCKING_RESYNC_ENABLE
45
46#define RGBLIGHT_ANIMATIONS
47#define RGB_DI_PIN B15
48#define RGBLED_NUM 11
49#define WS2812_SPI SPID2
50
51/*
52 * Feature disable options
53 * These options are also useful to firmware size reduction.
54 */
55
56/* disable debug print */
57//#define NO_DEBUG
58
59/* disable print */
60//#define NO_PRINT
61
62/* disable action features */
63//#define NO_ACTION_LAYER
64//#define NO_ACTION_TAPPING
65//#define NO_ACTION_ONESHOT
66//#define NO_ACTION_MACRO
67//#define NO_ACTION_FUNCTION