diff options
| -rw-r--r-- | keyboards/dztech/dz60rgb/config.h | 3 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb/keymaps/ansi/config.h | 2 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb/keymaps/default/config.h | 3 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb/keymaps/hhkb/config.h | 2 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h | 2 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb/keymaps/iso/config.h | 2 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb/keymaps/mekanist/config.h | 3 |
7 files changed, 10 insertions, 7 deletions
diff --git a/keyboards/dztech/dz60rgb/config.h b/keyboards/dztech/dz60rgb/config.h index 814cb6520..a1b3a19d9 100644 --- a/keyboards/dztech/dz60rgb/config.h +++ b/keyboards/dztech/dz60rgb/config.h | |||
| @@ -31,4 +31,5 @@ | |||
| 31 | #define DRIVER_ADDR_1 0b1010000 | 31 | #define DRIVER_ADDR_1 0b1010000 |
| 32 | #define DRIVER_ADDR_2 0b1010000 // this is here for compliancy reasons. | 32 | #define DRIVER_ADDR_2 0b1010000 // this is here for compliancy reasons. |
| 33 | #define DRIVER_COUNT 2 | 33 | #define DRIVER_COUNT 2 |
| 34 | 34 | #define DRIVER_1_LED_TOTAL 63 | |
| 35 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | ||
diff --git a/keyboards/dztech/dz60rgb/keymaps/ansi/config.h b/keyboards/dztech/dz60rgb/keymaps/ansi/config.h index 2e7122b3c..3ca582e84 100644 --- a/keyboards/dztech/dz60rgb/keymaps/ansi/config.h +++ b/keyboards/dztech/dz60rgb/keymaps/ansi/config.h | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | #define dzrgb60_ansi | 2 | #define dzrgb60_ansi |
| 3 | #undef DRIVER_1_LED_TOTAL | ||
| 4 | #undef DRIVER_LED_TOTAL | ||
| 3 | #define DRIVER_1_LED_TOTAL 61 | 5 | #define DRIVER_1_LED_TOTAL 61 |
| 4 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | 6 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL |
diff --git a/keyboards/dztech/dz60rgb/keymaps/default/config.h b/keyboards/dztech/dz60rgb/keymaps/default/config.h deleted file mode 100644 index 558b6023d..000000000 --- a/keyboards/dztech/dz60rgb/keymaps/default/config.h +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | #define DRIVER_1_LED_TOTAL 63 | ||
| 3 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | ||
diff --git a/keyboards/dztech/dz60rgb/keymaps/hhkb/config.h b/keyboards/dztech/dz60rgb/keymaps/hhkb/config.h index a0a0e899f..70f4bde25 100644 --- a/keyboards/dztech/dz60rgb/keymaps/hhkb/config.h +++ b/keyboards/dztech/dz60rgb/keymaps/hhkb/config.h | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | #define dzrgb60_hhkb | 2 | #define dzrgb60_hhkb |
| 3 | #undef DRIVER_1_LED_TOTAL | ||
| 4 | #undef DRIVER_LED_TOTAL | ||
| 3 | #define DRIVER_1_LED_TOTAL 62 | 5 | #define DRIVER_1_LED_TOTAL 62 |
| 4 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | 6 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL |
diff --git a/keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h b/keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h index bdafd9cd6..2bc3519de 100644 --- a/keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h +++ b/keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | #define dzrgb60_hhkb_iso | 2 | #define dzrgb60_hhkb_iso |
| 3 | #undef DRIVER_1_LED_TOTAL | ||
| 4 | #undef DRIVER_LED_TOTAL | ||
| 3 | #define DRIVER_1_LED_TOTAL 62 | 5 | #define DRIVER_1_LED_TOTAL 62 |
| 4 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | 6 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL |
diff --git a/keyboards/dztech/dz60rgb/keymaps/iso/config.h b/keyboards/dztech/dz60rgb/keymaps/iso/config.h index bc830ff18..7ad810a16 100644 --- a/keyboards/dztech/dz60rgb/keymaps/iso/config.h +++ b/keyboards/dztech/dz60rgb/keymaps/iso/config.h | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | #define dzrgb60_iso | 2 | #define dzrgb60_iso |
| 3 | #undef DRIVER_1_LED_TOTAL | ||
| 4 | #undef DRIVER_LED_TOTAL | ||
| 3 | #define DRIVER_1_LED_TOTAL 61 | 5 | #define DRIVER_1_LED_TOTAL 61 |
| 4 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | 6 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL |
diff --git a/keyboards/dztech/dz60rgb/keymaps/mekanist/config.h b/keyboards/dztech/dz60rgb/keymaps/mekanist/config.h deleted file mode 100644 index 558b6023d..000000000 --- a/keyboards/dztech/dz60rgb/keymaps/mekanist/config.h +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | #define DRIVER_1_LED_TOTAL 63 | ||
| 3 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | ||
