diff options
| author | Joel Challis <git@zvecr.com> | 2023-10-21 12:21:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 12:21:23 +0100 |
| commit | 3f1b3a512532b8e6ebd2f73df5222ae146b1f490 (patch) | |
| tree | b74d6f2e4c4ced38da9b0dda44965d87249513fe /keyboards/kapl | |
| parent | 87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff) | |
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/kapl')
| -rw-r--r-- | keyboards/kapl/rev1/config.h | 4 | ||||
| -rw-r--r-- | keyboards/kapl/rev1/info.json | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/keyboards/kapl/rev1/config.h b/keyboards/kapl/rev1/config.h index c5c9ada22b..db7eaaee49 100644 --- a/keyboards/kapl/rev1/config.h +++ b/keyboards/kapl/rev1/config.h | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | #define RGB_MATRIX_LED_COUNT 88 | 8 | #define RGB_MATRIX_LED_COUNT 88 |
| 9 | #define RGB_MATRIX_SPLIT { 44, 44 } | 9 | #define RGB_MATRIX_SPLIT { 44, 44 } |
| 10 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash. | 10 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash. |
| 11 | #define SPLIT_TRANSPORT_MIRROR | ||
| 12 | 11 | ||
| 13 | #ifdef RGB_MATRIX_ENABLE | 12 | #ifdef RGB_MATRIX_ENABLE |
| 14 | // EFFECTS | 13 | // EFFECTS |
| @@ -41,6 +40,3 @@ | |||
| 41 | #define LOCKING_SUPPORT_ENABLE | 40 | #define LOCKING_SUPPORT_ENABLE |
| 42 | /* Locking resynchronize hack */ | 41 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 42 | #define LOCKING_RESYNC_ENABLE |
| 44 | |||
| 45 | #define SPLIT_LAYER_STATE_ENABLE | ||
| 46 | #define SPLIT_LED_STATE_ENABLE | ||
diff --git a/keyboards/kapl/rev1/info.json b/keyboards/kapl/rev1/info.json index 5ef44ccaaa..b649c055ac 100644 --- a/keyboards/kapl/rev1/info.json +++ b/keyboards/kapl/rev1/info.json | |||
| @@ -36,7 +36,14 @@ | |||
| 36 | }, | 36 | }, |
| 37 | "diode_direction": "COL2ROW", | 37 | "diode_direction": "COL2ROW", |
| 38 | "split": { | 38 | "split": { |
| 39 | "soft_serial_pin": "D2" | 39 | "soft_serial_pin": "D2", |
| 40 | "transport": { | ||
| 41 | "sync": { | ||
| 42 | "indicators": true, | ||
| 43 | "layer_state": true, | ||
| 44 | "matrix_state": true | ||
| 45 | } | ||
| 46 | } | ||
| 40 | }, | 47 | }, |
| 41 | "processor": "atmega32u4", | 48 | "processor": "atmega32u4", |
| 42 | "bootloader": "caterina", | 49 | "bootloader": "caterina", |
