-
Notifications
You must be signed in to change notification settings - Fork 11
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
16 changed files
with
177 additions
and
441 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,18 @@ | ||
name: Draw Keymap | ||
on: | ||
workflow_dispatch: | ||
push: | ||
paths: | ||
- "config/**" | ||
- .github/workflows/draw.yml | ||
- keymap_drawer.config.yaml | ||
|
||
jobs: | ||
draw: | ||
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main | ||
permissions: | ||
contents: write | ||
with: | ||
commit_message: "[Draw] ${{ github.event.head_commit.message }}" | ||
destination: "commit" | ||
fail_on_error: ${{ fromJSON(true) }} of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'" |
This file was deleted.
Oops, something went wrong.
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,52 @@ | ||
#include <physical_layouts.dtsi> | ||
|
||
/ { | ||
oddball_layout: oddball_layout { | ||
compatible = "zmk,physical-layout"; | ||
display-name = "default"; | ||
transform = <&default_transform>; | ||
|
||
keys // w h x y rot rx ry | ||
= <&key_physical_attrs 100 100 0 38 0 0 0> | ||
, <&key_physical_attrs 100 100 100 38 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 25 0 0 0> | ||
, <&key_physical_attrs 100 100 900 25 0 0 0> | ||
, <&key_physical_attrs 100 100 1000 12 0 0 0> | ||
, <&key_physical_attrs 100 100 1100 0 0 0 0> | ||
, <&key_physical_attrs 100 100 1200 12 0 0 0> | ||
, <&key_physical_attrs 100 100 1300 38 0 0 0> | ||
, <&key_physical_attrs 100 100 1400 38 0 0 0> | ||
, <&key_physical_attrs 100 100 0 138 0 0 0> | ||
, <&key_physical_attrs 100 100 100 138 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 125 0 0 0> | ||
, <&key_physical_attrs 100 100 900 125 0 0 0> | ||
, <&key_physical_attrs 100 100 1000 112 0 0 0> | ||
, <&key_physical_attrs 100 100 1100 100 0 0 0> | ||
, <&key_physical_attrs 100 100 1200 112 0 0 0> | ||
, <&key_physical_attrs 100 100 1300 138 0 0 0> | ||
, <&key_physical_attrs 100 100 1400 138 0 0 0> | ||
, <&key_physical_attrs 100 100 0 238 0 0 0> | ||
, <&key_physical_attrs 100 100 100 238 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 225 0 0 0> | ||
, <&key_physical_attrs 100 100 900 225 0 0 0> | ||
, <&key_physical_attrs 100 100 1000 212 0 0 0> | ||
, <&key_physical_attrs 100 100 1100 200 0 0 0> | ||
, <&key_physical_attrs 100 100 1200 212 0 0 0> | ||
, <&key_physical_attrs 100 100 1300 238 0 0 0> | ||
, <&key_physical_attrs 100 100 1400 238 0 0 0> | ||
, <&key_physical_attrs 100 100 348 314 0 0 0> | ||
, <&key_physical_attrs 100 100 348 314 1500 398 764> | ||
, <&key_physical_attrs 100 100 348 312 3000 398 764> | ||
, <&key_physical_attrs 100 100 1052 314 (-1500) 1102 764> | ||
; | ||
}; | ||
}; |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.