Migrate dynamic_keymap.layer_count >= 4 (#22087)
This commit is contained in:
parent
4b26d9b62b
commit
9a4c307740
59 changed files with 81 additions and 85 deletions
|
@ -14,8 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 6
|
||||
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
||||
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"rgb_matrix": true
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 6
|
||||
},
|
||||
"matrix_pins": {
|
||||
"rows": ["GP13", "GP12", "GP11", "GP10", "GP15", "GP14"],
|
||||
"cols": ["GP29", "GP28", "GP26", "GP25", "GP24", "GP23", "GP22", "GP21", "GP20", "GP19", "GP18", "GP17", "GP16", "GP27", "GP9", "GP1", "GP0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue