]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/clueboard/66_hotswap/prototype/config.h
Clueboard 66% Hotswap Support (#5204)
[qmk_firmware.git] / keyboards / clueboard / 66_hotswap / prototype / config.h
1 #pragma once
2 #include "config_common.h"
3
4 #define PRODUCT_ID      0x2390
5 #define DEVICE_VER      0x0001
6
7 /* key matrix size */
8 #define MATRIX_ROWS 10
9 #define MATRIX_COLS 8
10
11 // ROWS: Top to bottom, COLS: Left to right
12 /* Row pin configuration
13 * row: 0  1  2  3  4  5  6  7  8  9
14 * pin: B2 C7 C6 B6 B5 B0 B3 D5 D3 D2
15 */
16
17 #define MATRIX_ROW_PINS { B2, C7, C6, B6, B5, B0, B3, D5, D3, D2 }
18 /* Column pin configuration
19  * col: 0  1  2  3  4  5  6  7
20  * pin: F0 F1 F4 F5 F6 F7 E6 B1
21  */
22 #define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, E6, B1 }
23 #define UNUSED_PINS
24
25 /* Speaker configuration
26  */
27 #define B7_AUDIO
28 #define NO_MUSIC_MODE
29 #define AUDIO_CLICKY
30
31 /* Space savings
32  */
33 #define NO_ACTION_TAPPING
34
35 /* Backlight configuration
36  */
37 #define BACKLIGHT_LEVELS 1
38
39 /* Underlight configuration
40  */
41 #define RGB_DI_PIN D7
42 #define RGBLED_NUM 26     // Number of LEDs
43 #define RGBLIGHT_HUE_STEP 32
44 #define RGBLIGHT_SAT_STEP 17
45 #define RGBLIGHT_VAL_STEP 17
46
47 #define RGBLIGHT_ANIMATIONS
48 #define RGBLIGHT_EFFECT_BREATHE_CENTER 1
49 #define RGBLIGHT_EFFECT_BREATHE_MAX 200
50 #define RGBLIGHT_EFFECT_CHRISTMAS_INTERVAL 666*2
51 #define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1
52 #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 4   // How many LEDs wide to light up
53 #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 16   // The led to start at
54 #define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 8  // How many LEDs to travel
55 #define RGBLIGHT_EFFECT_SNAKE_LENGTH 4    // How many LEDs wide to light up