]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/clueboard_66/rev1/config.h
Address #1689 by using a formula to define the breathing curve (#1692)
[qmk_firmware.git] / keyboards / clueboard_66 / rev1 / config.h
1 #ifndef REV2_CONFIG_H
2 #define REV2_CONFIG_H
3
4 #include "config_common.h"
5
6 #define PRODUCT_ID      0x2301
7 #define DEVICE_VER      0x0003
8
9 /* key matrix size */
10 #define MATRIX_ROWS 5
11 #define MATRIX_COLS 16
12
13 // ROWS: Top to bottom, COLS: Left to right
14 /* Column pin configuration
15 * col: 0  1  2  3  4  5  6  7  8  9  10 11 12 13 14 15
16 * pin: B3 F1 F4 F5 F6 C7 C6 B6 B5 B4 D7 D6 D4 F7 B0 B1
17 */
18 #define MATRIX_COL_PINS { B3, F1, F4, F5, F6, C7, C6, B6, B5, B4, D7, D6, D4, F7, B0, B1 }
19 /* Row pin configuration
20 * row: 0  1  2  3  4
21 * pin: D1 D0 D2 D5 D3
22 */
23 #define MATRIX_ROW_PINS { D1, D0, D2, D5, D3 }
24 #define UNUSED_PINS
25
26 /* Underlight configuration
27  */
28 #define RGB_DI_PIN B2
29 #define RGBLIGHT_ANIMATIONS
30 #define RGBLED_NUM 14     // Number of LEDs
31 #define RGBLIGHT_HUE_STEP 10
32 #define RGBLIGHT_SAT_STEP 17
33 #define RGBLIGHT_VAL_STEP 17
34
35
36 #endif