mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-12-08 19:05:50 +08:00
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
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:
@@ -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"
|
||||
},
|
||||
|
||||
1
keyboards/ploopyco/madromys/post_rules.mk
Normal file
1
keyboards/ploopyco/madromys/post_rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
POINTING_DEVICE_DRIVER = pmw3360
|
||||
@@ -1,3 +0,0 @@
|
||||
POINTING_DEVICE_DRIVER = pmw3360
|
||||
|
||||
DEFAULT_FOLDER = ploopyco/madromys/rev1_001
|
||||
1
keyboards/ploopyco/trackball_mini/post_rules.mk
Normal file
1
keyboards/ploopyco/trackball_mini/post_rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
POINTING_DEVICE_DRIVER = adns5050
|
||||
@@ -1,3 +0,0 @@
|
||||
POINTING_DEVICE_DRIVER = adns5050
|
||||
|
||||
DEFAULT_FOLDER = ploopyco/trackball_mini/rev1_001
|
||||
1
keyboards/ploopyco/trackball_nano/post_rules.mk
Normal file
1
keyboards/ploopyco/trackball_nano/post_rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
POINTING_DEVICE_DRIVER = adns5050
|
||||
@@ -1,3 +0,0 @@
|
||||
POINTING_DEVICE_DRIVER = adns5050
|
||||
|
||||
DEFAULT_FOLDER = ploopyco/trackball_nano/rev1_001
|
||||
Reference in New Issue
Block a user