Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24938)
Some checks failed
Update API Data / api_data (push) Has been cancelled
CI Build Major Branch / Determine concurrency (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (riot) (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (xap) (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
CI Build Major Branch / Compile keymap default (push) Has been cancelled
CI Build Major Branch / Consolidation (push) Has been cancelled

This commit is contained in:
Joel Challis
2025-02-22 01:48:42 +00:00
committed by GitHub
parent 50967dbe7e
commit 63daf94ee6
7 changed files with 15 additions and 9 deletions

View File

@@ -2025,6 +2025,18 @@
"pinky": {
"target": "pinky/3"
},
"ploopyco/madromys": {
"target": "ploopyco/madromys/rev1_001"
},
"ploopyco/trackball_mini": {
"target": "ploopyco/trackball_mini/rev1_001"
},
"ploopyco/trackball_nano": {
"target": "ploopyco/trackball_nano/rev1_001"
},
"ploopyco/trackball_thumb": {
"target": "ploopyco/trackball_thumb/rev1_001"
},
"primekb/meridian": {
"target": "primekb/meridian/ktr1010"
},

View File

@@ -0,0 +1 @@
POINTING_DEVICE_DRIVER = pmw3360

View File

@@ -1,3 +0,0 @@
POINTING_DEVICE_DRIVER = pmw3360
DEFAULT_FOLDER = ploopyco/madromys/rev1_001

View File

@@ -0,0 +1 @@
POINTING_DEVICE_DRIVER = adns5050

View File

@@ -1,3 +0,0 @@
POINTING_DEVICE_DRIVER = adns5050
DEFAULT_FOLDER = ploopyco/trackball_mini/rev1_001

View File

@@ -0,0 +1 @@
POINTING_DEVICE_DRIVER = adns5050

View File

@@ -1,3 +0,0 @@
POINTING_DEVICE_DRIVER = adns5050
DEFAULT_FOLDER = ploopyco/trackball_nano/rev1_001