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
|
@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 5
|
||||
|
||||
//Digital joystick (4-way switch + encoder)
|
||||
#define PIN_JU D4
|
||||
#define PIN_JD B6
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"vid": "0x04D8",
|
||||
"pid": "0xE678"
|
||||
},
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 5
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "D6", "pin_b": "B5", "resolution": 2},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue