1
0
Fork 0

Migrate dynamic_keymap.layer_count >= 4 (#22087)

This commit is contained in:
Joel Challis 2023-09-20 14:11:33 +01:00 committed by GitHub
parent 4b26d9b62b
commit 9a4c307740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 81 additions and 85 deletions

View file

@ -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

View file

@ -15,6 +15,9 @@
"vid": "0x04D8",
"pid": "0xE678"
},
"dynamic_keymap": {
"layer_count": 5
},
"encoder": {
"rotary": [
{"pin_a": "D6", "pin_b": "B5", "resolution": 2},