Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
@ -23,8 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
/* Synchronize Caps Lock LED across halves */
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
|
||||
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2)
|
||||
|
||||
|
|
|
@ -18,7 +18,10 @@
|
|||
"enabled": true,
|
||||
"soft_serial_pin": "D0",
|
||||
"transport": {
|
||||
"protocol": "serial"
|
||||
"protocol": "serial",
|
||||
"sync" :{
|
||||
"indicators": true
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
"right": {
|
||||
|
|
|
@ -23,8 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
/* Synchronize Caps Lock LED across halves */
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
|
||||
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2)
|
||||
|
||||
|
|
|
@ -18,7 +18,10 @@
|
|||
"enabled": true,
|
||||
"soft_serial_pin": "D0",
|
||||
"transport": {
|
||||
"protocol": "serial"
|
||||
"protocol": "serial",
|
||||
"sync" :{
|
||||
"indicators": true
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
"right": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue