aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-03-05 13:51:43 -0800
committerGitHub <noreply@github.com>2020-03-05 13:51:43 -0800
commit4ef10a424ae1174bc108de9014dfd1f0ff6751e0 (patch)
tree7efa25a1b8c13ed7b658e3ffe890bf7bef6acacb /keyboards
parent23c31dd9292ba98b460bf9ce0598d393a7338ac0 (diff)
downloadqmk_firmware-4ef10a424ae1174bc108de9014dfd1f0ff6751e0.tar.gz
qmk_firmware-4ef10a424ae1174bc108de9014dfd1f0ff6751e0.zip
[Keyboard] add miller/gm-862 keyboard (#8230)
* add miller/gm-862 keyboard * Update keyboards/miller/gm862/gm862.c * Update keyboards/miller/gm862/gm862.h * Update keyboards/miller/gm862/gm862.h * Update keyboards/miller/gm862/readme.md * Update keyboards/miller/gm862/readme.md * Update keyboards/miller/gm862/readme.md * Update keyboards/miller/gm862/readme.md * Update config.h * Update keyboards/miller/gm862/config.h * Update keyboards/miller/gm862/readme.md
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/miller/gm862/config.h63
-rw-r--r--keyboards/miller/gm862/gm862.c106
-rw-r--r--keyboards/miller/gm862/gm862.h19
-rw-r--r--keyboards/miller/gm862/info.json78
-rw-r--r--keyboards/miller/gm862/keymaps/default/keymap.c17
-rw-r--r--keyboards/miller/gm862/keymaps/via/keymap.c17
-rw-r--r--keyboards/miller/gm862/keymaps/via/rules.mk2
-rw-r--r--keyboards/miller/gm862/readme.md13
-rw-r--r--keyboards/miller/gm862/rules.mk34
9 files changed, 349 insertions, 0 deletions
diff --git a/keyboards/miller/gm862/config.h b/keyboards/miller/gm862/config.h
new file mode 100644
index 000000000..fb44ed6c8
--- /dev/null
+++ b/keyboards/miller/gm862/config.h
@@ -0,0 +1,63 @@
1#pragma once
2
3#include "config_common.h"
4
5/* USB Device descriptor parameter */
6#define VENDOR_ID 0x4B42
7#define PRODUCT_ID 0x0223
8#define DEVICE_VER 0x0001
9#define MANUFACTURER MILLER
10#define PRODUCT GM862
11#define DESCRIPTION GM862 AVR RGB keyboard
12
13/* key matrix size */
14#define MATRIX_ROWS 5
15#define MATRIX_COLS 14
16/*
17 * Keyboard Matrix Assignments
18 *
19 * Change this to how you wired your keyboard
20 * COLS: AVR pins used for columns, left to right
21 * ROWS: AVR pins used for rows, top to bottom
22 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
23 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
24 *
25 */
26#define MATRIX_ROW_PINS {F0, F1, F4, F5, B4}
27#define MATRIX_COL_PINS {B5, B6, C6, C7, F7, F6, B0, B1, B2, B3, B7, D2, D3, D5 }
28#define UNUSED_PINS
29/* COL2ROW, ROW2COL*/
30#define DIODE_DIRECTION COL2ROW
31/* disable these deprecated features by default */
32#ifndef LINK_TIME_OPTIMIZATION_ENABLE
33# define NO_ACTION_MACRO
34# define NO_ACTION_FUNCTION
35#endif
36/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
37#define DEBOUNCE 3
38#ifdef RGB_MATRIX_ENABLE
39# define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
40# define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended
41# define RGB_MATRIX_KEYPRESSES
42# define RGB_MATRIX_FRAMEBUFFER_EFFECTS
43# define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN
44# define DISABLE_RGB_MATRIX_BAND_SAT
45# define DISABLE_RGB_MATRIX_BAND_PINWHEEL_SAT
46# define DISABLE_RGB_MATRIX_BAND_SPIRAL_SAT
47# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE
48# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE
49# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS
50# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
51# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS
52# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
53# define DISABLE_RGB_MATRIX_SPLASH
54# define DISABLE_RGB_MATRIX_MULTISPLASH
55# define DISABLE_RGB_MATRIX_SOLID_SPLASH
56# define DISABLE_RGB_MATRIX_SOLID_MULTISPLASH
57# define DISABLE_RGB_MATRIX_DIGITAL_RAIN
58# define DRIVER_ADDR_1 0b1010000
59# define DRIVER_ADDR_2 0b1010000 // this is here for compliancy reasons.
60# define DRIVER_COUNT 2
61# define DRIVER_1_LED_TOTAL 62
62# define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
63#endif
diff --git a/keyboards/miller/gm862/gm862.c b/keyboards/miller/gm862/gm862.c
new file mode 100644
index 000000000..5af66dd39
--- /dev/null
+++ b/keyboards/miller/gm862/gm862.c
@@ -0,0 +1,106 @@
1#include "gm862.h"
2
3#ifdef RGB_MATRIX_ENABLE
4const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
5 {0, B_1, A_1, C_1},
6 {0, B_2, A_2, C_2},
7 {0, B_3, A_3, C_3},
8 {0, B_4, A_4, C_4},
9 {0, B_5, A_5, C_5},
10 {0, B_6, A_6, C_6},
11 {0, B_7, A_7, C_7},
12 {0, B_8, A_8, C_8},
13 {0, B_9, A_9, C_9},
14 {0, B_10, A_10, C_10},
15 {0, B_11, A_11, C_11},
16 {0, B_12, A_12, C_12},
17 {0, B_13, A_13, C_13},
18 {0, B_14, A_14, C_14},
19 {0, E_1, D_1, F_1},
20 {0, E_2, D_2, F_2},
21 {0, E_3, D_3, F_3},
22 {0, E_4, D_4, F_4},
23 {0, E_5, D_5, F_5},
24 {0, E_6, D_6, F_6},
25 {0, E_7, D_7, F_7},
26 {0, E_8, D_8, F_8},
27 {0, E_9, D_9, F_9},
28 {0, E_10, D_10, F_10},
29 {0, E_11, D_11, F_11},
30 {0, E_12, D_12, F_12},
31 {0, E_13, D_13, F_13},
32 {0, E_14, D_14, F_14},
33 {0, H_1, G_1, I_1},
34 {0, H_2, G_2, I_2},
35 {0, H_3, G_3, I_3},
36 {0, H_4, G_4, I_4},
37 {0, H_5, G_5, I_5},
38 {0, H_6, G_6, I_6},
39 {0, H_7, G_7, I_7},
40 {0, H_8, G_8, I_8},
41 {0, H_9, G_9, I_9},
42 {0, H_10, G_10, I_10},
43 {0, H_11, G_11, I_11},
44 {0, H_12, G_12, I_12},
45 {0, H_13, G_13, I_13},
46 {0, K_1, J_1, L_1},
47 {0, K_2, J_2, L_2},
48 {0, K_3, J_3, L_3},
49 {0, K_4, J_4, L_4},
50 {0, K_5, J_5, L_5},
51 {0, K_6, J_6, L_6},
52 {0, K_7, J_7, L_7},
53 {0, K_8, J_8, L_8},
54 {0, K_9, J_9, L_9},
55 {0, K_10, J_10, L_10},
56 {0, K_11, J_11, L_11},
57 {0, K_14, J_14, L_14},
58 {0, B_16, A_16, C_16},
59 {0, E_16, D_16, F_16},
60 {0, H_16, G_16, I_16},
61 {0, K_16, J_16, L_16},
62 {0, K_15, J_15, L_15},
63 {0, K_12, J_12, L_12},
64 {0, K_13, J_13, L_13},
65 {0, H_14, G_14, I_14},
66};
67
68led_config_t g_led_config = { {
69 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 },
70 { 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 },
71 { 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, NO_LED, 40 },
72 { 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, NO_LED,NO_LED, 52 },
73 { 53, 54, 55, NO_LED, NO_LED, 56, NO_LED, NO_LED, NO_LED, 57, 58, NO_LED,59, 60 }
74}, {
75 { 0, 0 }, { 16, 0 }, { 32, 0 }, { 48, 0 }, { 64, 0 }, { 80, 0 }, { 96, 0 }, { 112, 0 }, { 128, 0 }, { 144, 0 }, { 160, 0 }, { 176, 0 }, { 192, 0 }, { 216, 0 },
76 { 4, 16 }, { 24, 16 }, { 40, 16 }, { 56, 16 }, { 72, 16 }, { 88, 16 }, { 104, 16 }, { 120, 16 }, { 136, 16 }, { 152, 16 }, { 168, 16 }, { 184, 16 }, { 200, 16 }, { 220, 16 },
77 { 6, 32 }, { 28, 32 }, { 44, 32 }, { 60, 32 }, { 76, 32 }, { 92, 32 }, { 108, 32 }, { 124, 32 }, { 140, 32 }, { 156, 32 }, { 172, 32 }, { 188, 32 }, { 204, 32 },
78 { 10, 48 }, { 20, 48 }, { 52, 48 }, { 68, 48 }, { 84, 48 }, { 100, 48 }, { 116, 48 }, { 132, 48 }, { 148, 48 }, { 164, 48 }, { 180, 48 }, { 210, 48 },
79 { 2, 64 }, { 22, 64 }, { 42, 64 }, { 102, 64 }, { 162, 64 }, { 182, 64 }, { 202, 64 }, { 222, 64 },
80}, {
81 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
82 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
83 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
84 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
85 1, 1, 1, 4, 1, 1, 1, 1
86} };
87#endif
88
89void suspend_power_down_kb(void) {
90 rgb_matrix_set_suspend_state(true);
91 suspend_power_down_user();
92}
93
94void suspend_wakeup_init_kb(void) {
95 rgb_matrix_set_suspend_state(false);
96 suspend_wakeup_init_user();
97}
98
99__attribute__ ((weak))
100void rgb_matrix_indicators_user(void)
101{
102 if (host_keyboard_led_state().caps_lock)
103 {
104 rgb_matrix_set_color(28, 0xFF, 0xFF, 0xFF);
105 }
106}
diff --git a/keyboards/miller/gm862/gm862.h b/keyboards/miller/gm862/gm862.h
new file mode 100644
index 000000000..2e16d8286
--- /dev/null
+++ b/keyboards/miller/gm862/gm862.h
@@ -0,0 +1,19 @@
1#pragma once
2
3#include "quantum.h"
4
5#define XXX KC_NO
6
7#define LAYOUT_60_ansi( \
8 K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D,\
9 K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D,\
10 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D,\
11 K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3D,\
12 K40, K41, K42, K45, K49, K4A, K4C, K4D \
13) { \
14 { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \
15 { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \
16 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, XXX, K2D }, \
17 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, XXX, XXX, K3D }, \
18 { K40, K41, K42, XXX, XXX, K45, XXX, XXX, XXX, K49, K4A, XXX, K4C, K4D } \
19}
diff --git a/keyboards/miller/gm862/info.json b/keyboards/miller/gm862/info.json
new file mode 100644
index 000000000..1eb136195
--- /dev/null
+++ b/keyboards/miller/gm862/info.json
@@ -0,0 +1,78 @@
1{
2 "keyboard_name": "GM862",
3 "url": "",
4 "maintainer": "MILLER",
5 "width": 14,
6 "height": 5,
7 "layouts": {
8 "LAYOUT_60_ansi": {
9 "layout": [
10 {"x":0, "y":0},
11 {"x":1, "y":0},
12 {"x":2, "y":0},
13 {"x":3, "y":0},
14 {"x":4, "y":0},
15 {"x":5, "y":0},
16 {"x":6, "y":0},
17 {"x":7, "y":0},
18 {"x":8, "y":0},
19 {"x":9, "y":0},
20 {"x":10, "y":0},
21 {"x":11, "y":0},
22 {"x":12, "y":0},
23 {"x":13, "y":0, "w":2},
24
25 {"x":0, "y":1, "w":1.5},
26 {"x":1.5, "y":1},
27 {"x":2.5, "y":1},
28 {"x":3.5, "y":1},
29 {"x":4.5, "y":1},
30 {"x":5.5, "y":1},
31 {"x":6.5, "y":1},
32 {"x":7.5, "y":1},
33 {"x":8.5, "y":1},
34 {"x":9.5, "y":1},
35 {"x":10.5, "y":1},
36 {"x":11.5, "y":1},
37 {"x":12.5, "y":1},
38 {"x":13.5, "y":1, "w":1.5},
39
40 {"x":0, "y":2, "w":1.75},
41 {"x":1.75, "y":2},
42 {"x":2.75, "y":2},
43 {"x":3.75, "y":2},
44 {"x":4.75, "y":2},
45 {"x":5.75, "y":2},
46 {"x":6.75, "y":2},
47 {"x":7.75, "y":2},
48 {"x":8.75, "y":2},
49 {"x":9.75, "y":2},
50 {"x":10.75, "y":2},
51 {"x":11.75, "y":2},
52 {"x":12.75, "y":2, "w":2.25},
53
54 {"x":0, "y":3, "w":2.25},
55 {"x":2.25, "y":3},
56 {"x":3.25, "y":3},
57 {"x":4.25, "y":3},
58 {"x":5.25, "y":3},
59 {"x":6.25, "y":3},
60 {"x":7.25, "y":3},
61 {"x":8.25, "y":3},
62 {"x":9.25, "y":3},
63 {"x":10.25, "y":3},
64 {"x":11.25, "y":3},
65 {"x":12.25, "y":3, "w":2.75},
66
67 {"x":0, "y":4, "w":1.25},
68 {"x":1.25, "y":4, "w":1.25},
69 {"x":2.5, "y":4, "w":1.25},
70 {"x":3.75, "y":4, "w":6.25},
71 {"x":10, "y":4, "w":1.25},
72 {"x":11.25, "y":4, "w":1.25},
73 {"x":12.5, "y":4, "w":1.25},
74 {"x":13.75, "y":4, "w":1.25}
75 ]
76 }
77 }
78}
diff --git a/keyboards/miller/gm862/keymaps/default/keymap.c b/keyboards/miller/gm862/keymaps/default/keymap.c
new file mode 100644
index 000000000..f508bcbb5
--- /dev/null
+++ b/keyboards/miller/gm862/keymaps/default/keymap.c
@@ -0,0 +1,17 @@
1#include QMK_KEYBOARD_H
2#define _LAYER0 0
3#define _LAYER1 1
4const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
5 [_LAYER0] = LAYOUT_60_ansi( /* Base */
6 KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,\
7 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLASH,\
8 CTL_T(KC_CAPS), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, \
9 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, \
10 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RGUI, KC_RCTL),
11 [_LAYER1] = LAYOUT_60_ansi( /* FN */
12 KC_GESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL ,\
13 KC_TRNS, RGB_TOG, KC_UP, RGB_MOD, KC_TRNS, KC_TRNS, KC_CALC, KC_TRNS, KC_INS, KC_TRNS, KC_PSCR, KC_SLCK, KC_PAUS, RESET ,\
14 KC_TRNS, KC_LEFT, KC_DOWN, KC_RIGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_HOME, KC_PGUP, KC_TRNS,\
15 KC_MPRV, KC_VOLD, KC_VOLU, KC_MUTE, KC_TRNS, KC_TRNS, MAGIC_TOGGLE_NKRO, KC_TRNS, KC_TRNS, KC_END, KC_PGDOWN,KC_MNXT, \
16 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
17 }; \ No newline at end of file
diff --git a/keyboards/miller/gm862/keymaps/via/keymap.c b/keyboards/miller/gm862/keymaps/via/keymap.c
new file mode 100644
index 000000000..f508bcbb5
--- /dev/null
+++ b/keyboards/miller/gm862/keymaps/via/keymap.c
@@ -0,0 +1,17 @@
1#include QMK_KEYBOARD_H
2#define _LAYER0 0
3#define _LAYER1 1
4const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
5 [_LAYER0] = LAYOUT_60_ansi( /* Base */
6 KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,\
7 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLASH,\
8 CTL_T(KC_CAPS), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, \
9 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, \
10 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RGUI, KC_RCTL),
11 [_LAYER1] = LAYOUT_60_ansi( /* FN */
12 KC_GESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL ,\
13 KC_TRNS, RGB_TOG, KC_UP, RGB_MOD, KC_TRNS, KC_TRNS, KC_CALC, KC_TRNS, KC_INS, KC_TRNS, KC_PSCR, KC_SLCK, KC_PAUS, RESET ,\
14 KC_TRNS, KC_LEFT, KC_DOWN, KC_RIGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_HOME, KC_PGUP, KC_TRNS,\
15 KC_MPRV, KC_VOLD, KC_VOLU, KC_MUTE, KC_TRNS, KC_TRNS, MAGIC_TOGGLE_NKRO, KC_TRNS, KC_TRNS, KC_END, KC_PGDOWN,KC_MNXT, \
16 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
17 }; \ No newline at end of file
diff --git a/keyboards/miller/gm862/keymaps/via/rules.mk b/keyboards/miller/gm862/keymaps/via/rules.mk
new file mode 100644
index 000000000..bfbf8681c
--- /dev/null
+++ b/keyboards/miller/gm862/keymaps/via/rules.mk
@@ -0,0 +1,2 @@
1VIA_ENABLE = yes
2LTO_ENABLE = yes
diff --git a/keyboards/miller/gm862/readme.md b/keyboards/miller/gm862/readme.md
new file mode 100644
index 000000000..d6321a115
--- /dev/null
+++ b/keyboards/miller/gm862/readme.md
@@ -0,0 +1,13 @@
1# GM-862
2
3A hotswap 60% RGB keyboard.
4
5* Keyboard Maintainer: [moyi4681](https://github.com/moyi4681)
6* Hardware Supported: MILLER GM-862
7* Hardware Availability: MILLER
8
9Make example for this keyboard (after setting up your build environment):
10
11 make miller/gm862:default
12
13See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/miller/gm862/rules.mk b/keyboards/miller/gm862/rules.mk
new file mode 100644
index 000000000..ed91876fb
--- /dev/null
+++ b/keyboards/miller/gm862/rules.mk
@@ -0,0 +1,34 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu
13
14# Build Options
15# change yes to no to disable
16#
17BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
18MOUSEKEY_ENABLE = yes # Mouse keys
19EXTRAKEY_ENABLE = yes # Audio control and System control
20CONSOLE_ENABLE = no # Console for debug
21COMMAND_ENABLE = no # Commands for debug and configuration
22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
24# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
25NKRO_ENABLE = yes # USB Nkey Rollover
26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
27RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
28MIDI_ENABLE = no # MIDI support
29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32HD44780_ENABLE = no # Enable support for HD44780 based LCDs
33RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
34NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in