forked from Eloy98/zmk-for-cygnus
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
137 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
#include <physical_layouts.dtsi> | ||
|
||
/ { | ||
cygnus_layout: cygnus_layout { | ||
compatible = "zmk,physical-layout"; | ||
display-name = "Layout"; | ||
transform = <&default_transform>; | ||
|
||
keys // w h x y rot rx ry | ||
= <&key_physical_attrs 100 100 0 50 0 0 0> | ||
, <&key_physical_attrs 100 100 100 50 0 0 0> | ||
, <&key_physical_attrs 100 100 200 12 0 0 0> | ||
, <&key_physical_attrs 100 100 300 0 0 0 0> | ||
, <&key_physical_attrs 100 100 400 12 0 0 0> | ||
, <&key_physical_attrs 100 100 500 37 0 0 0> | ||
, <&key_physical_attrs 100 100 1050 37 0 0 0> | ||
, <&key_physical_attrs 100 100 1150 12 0 0 0> | ||
, <&key_physical_attrs 100 100 1250 0 0 0 0> | ||
, <&key_physical_attrs 100 100 1350 12 0 0 0> | ||
, <&key_physical_attrs 100 100 1450 50 0 0 0> | ||
, <&key_physical_attrs 100 100 1550 50 0 0 0> | ||
, <&key_physical_attrs 100 100 750 37 0 0 0> | ||
, <&key_physical_attrs 100 100 850 37 0 0 0> | ||
, <&key_physical_attrs 100 100 0 150 0 0 0> | ||
, <&key_physical_attrs 100 100 100 150 0 0 0> | ||
, <&key_physical_attrs 100 100 200 112 0 0 0> | ||
, <&key_physical_attrs 100 100 300 100 0 0 0> | ||
, <&key_physical_attrs 100 100 400 112 0 0 0> | ||
, <&key_physical_attrs 100 100 500 137 0 0 0> | ||
, <&key_physical_attrs 100 100 1050 137 0 0 0> | ||
, <&key_physical_attrs 100 100 1150 112 0 0 0> | ||
, <&key_physical_attrs 100 100 1250 100 0 0 0> | ||
, <&key_physical_attrs 100 100 1350 112 0 0 0> | ||
, <&key_physical_attrs 100 100 1450 150 0 0 0> | ||
, <&key_physical_attrs 100 100 1550 150 0 0 0> | ||
, <&key_physical_attrs 100 100 0 250 0 0 0> | ||
, <&key_physical_attrs 100 100 100 250 0 0 0> | ||
, <&key_physical_attrs 100 100 200 212 0 0 0> | ||
, <&key_physical_attrs 100 100 300 200 0 0 0> | ||
, <&key_physical_attrs 100 100 400 212 0 0 0> | ||
, <&key_physical_attrs 100 100 500 237 0 0 0> | ||
, <&key_physical_attrs 100 100 1050 237 0 0 0> | ||
, <&key_physical_attrs 100 100 1150 212 0 0 0> | ||
, <&key_physical_attrs 100 100 1250 200 0 0 0> | ||
, <&key_physical_attrs 100 100 1350 212 0 0 0> | ||
, <&key_physical_attrs 100 100 1450 250 0 0 0> | ||
, <&key_physical_attrs 100 100 1550 250 0 0 0> | ||
, <&key_physical_attrs 100 100 400 362 0 0 0> | ||
, <&key_physical_attrs 100 100 550 362 3000 500 362> | ||
, <&key_physical_attrs 100 150 675 312 3000 500 362> | ||
, <&key_physical_attrs 100 150 875 312 (-3000) 1150 362> | ||
, <&key_physical_attrs 100 100 1000 362 (-3000) 1150 362> | ||
, <&key_physical_attrs 100 100 1150 362 0 0 0> | ||
; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,3 @@ | |
, <&pro_micro 5 GPIO_ACTIVE_HIGH> | ||
; | ||
}; | ||
|
||
/ { | ||
trackball: dummy_trackball { | ||
compatible = "zmk,virtual-input"; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,3 @@ | |
|
||
; | ||
}; | ||
|
||
/ { | ||
trackball: dummy_trackball { | ||
compatible = "zmk,virtual-input"; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
manifest: | ||
remotes: | ||
- name: zmkfirmware | ||
url-base: https://github.com/petejohanson | ||
url-base: https://github.com/zmkfirmware | ||
- name: badjeff | ||
url-base: https://github.com/badjeff | ||
projects: | ||
- name: zmk | ||
remote: zmkfirmware | ||
revision: feat/pointers-move-scroll | ||
revision: main | ||
import: app/west.yml | ||
- name: zmk-pmw3610-driver | ||
remote: badjeff | ||
revision: main | ||
- name: zmk-split-peripheral-input-relay | ||
remote: badjeff | ||
revision: main | ||
- name: zmk-input-behavior-listener | ||
remote: badjeff | ||
revision: main | ||
self: | ||
path: config |