Bump to latest QMK, cleanup

This commit is contained in:
2022-12-27 13:22:07 -08:00
parent 5165e637e7
commit 18596b85e9
20 changed files with 281 additions and 354 deletions

View File

@ -181,7 +181,7 @@ void suspend_wakeup_init_kb(void) {
suspend_wakeup_init_user();
}
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
const is31_led g_is31_leds[RGB_MATRIX_LED_COUNT] = {
//{driver, R location, G location, B location}
{0, C3_1, C2_1, C4_1}, // LED1 on right
@ -476,7 +476,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return process_record_user(keycode, record);
}
uint32_t layer_state_set_kb(uint32_t state) {
layer_state_t layer_state_set_kb(layer_state_t state) {
//uint8_t layer = biton32(state);
hid_send_state(