Skip to content

Commit

Permalink
[Keyboard] Fix settings for 4pplet/waffling60 (qmk#23862)
Browse files Browse the repository at this point in the history
  • Loading branch information
4pplet authored and nuess0r committed Sep 8, 2024
1 parent ea6697d commit f25cd18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion keyboards/4pplet/waffling60/rev_e/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"console": false,
"extrakey": true,
"key_lock": true,
"mousekey": false,
"mousekey": true,
"encoder": true,
"nkro": true,
"rgblight": true
},
Expand Down
3 changes: 2 additions & 1 deletion keyboards/4pplet/waffling60/rev_e_ansi/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"console": false,
"extrakey": true,
"key_lock": true,
"mousekey": false,
"mousekey": true,
"encoder": true,
"nkro": true,
"rgblight": true
},
Expand Down
1 change: 1 addition & 0 deletions keyboards/4pplet/waffling60/rev_e_iso/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"extrakey": true,
"key_lock": true,
"mousekey": true,
"encoder": true,
"nkro": true,
"rgblight": true
},
Expand Down

0 comments on commit f25cd18

Please sign in to comment.