Add halcyon module support
This commit is contained in:
parent
35edec2998
commit
0fe01454d8
48 changed files with 2511 additions and 18 deletions
37
qmk.json
37
qmk.json
|
|
@ -1,4 +1,37 @@
|
|||
{
|
||||
"userspace_version": "1.0",
|
||||
"build_targets": []
|
||||
"userspace_version": "1.1",
|
||||
"build_targets": [
|
||||
[
|
||||
"splitkb/halcyon/kyria/rev4",
|
||||
"default",
|
||||
{
|
||||
"HLC_TFT_DISPLAY": "1",
|
||||
"TARGET": "halcyon_kyria_rev4_default_display"
|
||||
}
|
||||
],
|
||||
[
|
||||
"splitkb/halcyon/kyria/rev4",
|
||||
"default",
|
||||
{
|
||||
"HLC_ENCODER": "1",
|
||||
"TARGET": "halcyon_kyria_rev4_default_encoder"
|
||||
}
|
||||
],
|
||||
[
|
||||
"splitkb/halcyon/kyria/rev4",
|
||||
"default",
|
||||
{
|
||||
"HLC_CIRQUE_TRACKPAD": "1",
|
||||
"TARGET": "halcyon_kyria_rev4_default_cirque_trackpad"
|
||||
}
|
||||
],
|
||||
[
|
||||
"splitkb/halcyon/kyria/rev4",
|
||||
"default",
|
||||
{
|
||||
"HLC_NONE": "1",
|
||||
"TARGET": "halcyon_kyria_rev4_default"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue