Skip to content

Commit

Permalink
docs: Update examples with new combo features
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jul 10, 2023
1 parent cb8215d commit 7b2a628
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
30 changes: 15 additions & 15 deletions examples/ardux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ draw_config:
layers:
ARDUX:
- [{t: S, h: Number}, T, R, {t: A, h: Paren}]
- [{t: O, h: Custom}, I, Y, {t: E, h: Symbol}]
- [{t: O, s: Custom}, I, Y, {t: E, s: Symbol}]
Number:
- [Number, '3', '2', '1']
- ['', '6', '5', '4']
Expand All @@ -30,7 +30,7 @@ layers:
- ['', VOL UP, INS, MUTE]
- [Custom, VOL DN, PSCRN, {t: RSHFT, h: sticky}]
combos:
- {p: [3, 7], k: ENT, a: right}
- {p: [3, 7], k: ENT, a: right, arc_scale: 0.6}
- {p: [5, 2], k: DEL, d: true}
- {p: [2, 6], k: 'SFT'}
- {p: [7, 6], k: C, l: [ARDUX]}
Expand All @@ -41,19 +41,19 @@ combos:
- {p: [1, 0], k: J, l: [ARDUX]}
- {p: [3, 6], k: ., l: [ARDUX], d: True}
- {p: [1, 5], k: '!', l: [ARDUX]}
- {p: [2, 0], k: V, l: [ARDUX], a: top, o: 1.75}
- {p: [3, 2, 1, 0], k: Z, l: [ARDUX], a: top, o: 1.45}
- {p: [3, 1, 0], k: Q, l: [ARDUX], a: top, o: 1.0}
- {p: [3, 0], k: W, l: [ARDUX], a: top, o: 0.55}
- {p: [3, 2, 1], k: D, l: [ARDUX], a: top, o: 0.25}
- {p: [2, 1, 0], k: X, l: [ARDUX], a: top, o: 0.0}
- {p: [6, 4], k: K, l: [ARDUX], a: bottom, o: 1.75}
- {p: [7, 5], k: H, l: [ARDUX], a: bottom, o: 1.5}
- {p: [7, 6, 5, 4], k: SPC, l: [ARDUX], a: bottom, o: 1.2}
- {p: [7, 5, 4], k: P, l: [ARDUX], a: bottom, o: 0.75}
- {p: [7, 6, 5], k: L, l: [ARDUX], a: bottom, o: 0.5}
- {p: [7, 4], k: B, l: [ARDUX], a: bottom, o: 0.25}
- {p: [6, 5, 4], k: M, l: [ARDUX], a: bottom, o: 0.0}
- {p: [2, 0], k: V, l: [ARDUX], a: top, o: 1.75, arc_scale: 1.2}
- {p: [3, 2, 1, 0], k: Z, l: [ARDUX], a: top, o: 1.45, arc_scale: 1.1}
- {p: [3, 1, 0], k: Q, l: [ARDUX], a: top, o: 1.0, arc_scale: 1.05, slide: -0.2}
- {p: [3, 0], k: W, l: [ARDUX], a: top, o: 0.55, slide: -0.1}
- {p: [3, 2, 1], k: D, l: [ARDUX], a: top, o: 0.25, arc_scale: 0.75, slide: -0.2}
- {p: [2, 1, 0], k: X, l: [ARDUX], a: top, o: 0.0, arc_scale: 0.75, slide: -0.45}
- {p: [6, 4], k: K, l: [ARDUX], a: bottom, o: 1.75, arc_scale: 1.3}
- {p: [7, 5], k: H, l: [ARDUX], a: bottom, o: 1.5, arc_scale: 0.97}
- {p: [7, 6, 5, 4], k: SPC, l: [ARDUX], a: bottom, o: 1.2, arc_scale: 1.15}
- {p: [7, 5, 4], k: P, l: [ARDUX], a: bottom, o: 0.75, arc_scale: 1.05, slide: 0.0}
- {p: [7, 6, 5], k: L, l: [ARDUX], a: bottom, o: 0.5, arc_scale: 0.9, slide: 0.0}
- {p: [7, 4], k: B, l: [ARDUX], a: bottom, o: 0.25, arc_scale: 0.9, slide: 0.0}
- {p: [6, 5, 4], k: M, l: [ARDUX], a: bottom, o: 0.0, arc_scale: 0.7, slide: -0.4}
- {p: [3, 2], k: '7', l: [Number]}
- {p: [2, 1], k: '8', l: [Number]}
- {p: [7, 6], k: '9', l: [Number]}
Expand Down
16 changes: 8 additions & 8 deletions examples/combo_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ layers:
- [2A, 2B, 2C]
- [3A, 3B, 3C]
combos:
- {p: [0, 1], k: "1AB"}
- {p: [4, 8], k: "2B3C", dendron: true}
- {p: [0, 1, 2], k: "1ABC", a: top}
- {p: [0, 2], k: "1AC", a: top, offset: 0.6}
- {p: [6, 8], k: "3AC", a: bottom}
- {p: [0, 3, 6], k: "123A", a: left}
- {p: [2, 8], k: "13C", a: right}
- {p: [0, 3], k: "12A"}
- {p: [0, 1], k: "1AB"}
- {p: [4, 8], k: "2B3C", dendron: true}
- {p: [0, 1, 2], k: "1ABC", a: top, arc_scale: 0.9}
- {p: [0, 2], k: "1AC", a: top, offset: 0.6}
- {p: [6, 8], k: "3AC", a: bottom}
- {p: [0, 3, 6], k: "123A", a: left, slide: 0.5}
- {p: [2, 8], k: "13C", a: right}
- {p: [0, 3], k: "12A"}

0 comments on commit 7b2a628

Please sign in to comment.