fix dz60rgb config.qmk.fm non-combile (#5356)
* Update config.h * Update config.h * Update config.h * Delete config.h * Update config.h * Update config.h * Update config.h * Delete config.hpull/5362/head
parent
2b1b5fed2a
commit
c8ad13d0f9
@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#define dzrgb60_ansi
|
||||
#undef DRIVER_1_LED_TOTAL
|
||||
#undef DRIVER_LED_TOTAL
|
||||
#define DRIVER_1_LED_TOTAL 61
|
||||
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
|
||||
|
@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
#define DRIVER_1_LED_TOTAL 63
|
||||
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
|
@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#define dzrgb60_hhkb
|
||||
#undef DRIVER_1_LED_TOTAL
|
||||
#undef DRIVER_LED_TOTAL
|
||||
#define DRIVER_1_LED_TOTAL 62
|
||||
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
|
||||
|
@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#define dzrgb60_hhkb_iso
|
||||
#undef DRIVER_1_LED_TOTAL
|
||||
#undef DRIVER_LED_TOTAL
|
||||
#define DRIVER_1_LED_TOTAL 62
|
||||
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
|
||||
|
@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#define dzrgb60_iso
|
||||
#undef DRIVER_1_LED_TOTAL
|
||||
#undef DRIVER_LED_TOTAL
|
||||
#define DRIVER_1_LED_TOTAL 61
|
||||
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
|
||||
|
@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
#define DRIVER_1_LED_TOTAL 63
|
||||
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
|
Loading…
Reference in new issue