Skip to content

Commit

Permalink
Fixed issue where external-holder-offset was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Razerban committed Apr 18, 2020
1 parent ec5484c commit 5b300fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/dactyl_keyboard/lightcycle.clj
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,11 @@
(let [use-numrow? (get c :configuration-use-numrow?)]
[-10 (if use-numrow? 55 35) 0]))

; Offsets for the controller/trrs external holder cutout
(defn external-holder-offset [c]
(let [use-external-holder? (get c :configuration-use-external-holder?)]
(if use-external-holder? 0 -3.5)))

; Cutout for controller/trrs jack holder
(defn external-holder-ref [c]
(let [tenting-angle (get c :configuration-tenting-angle)]
Expand Down

0 comments on commit 5b300fb

Please sign in to comment.