Skip to content

Commit

Permalink
Merge pull request ibnuda#87 from yejianfengblue/refaktor
Browse files Browse the repository at this point in the history
Fix parsing of connector.type in manuform api body
  • Loading branch information
ibnuda authored Jul 18, 2021
2 parents b6cb9ce + bcb3eff commit 5e0d697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dactyl_keyboard/handler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
:configuration-rotate-x-angle (/ pi (get curve :rotate-x 15))

:configuration-use-external-holder? (get connector :external false)
:configuration-connector-type (get connector :type :none)
:configuration-connector-type (keyword (get connector :type "none"))
:configuration-use-promicro-usb-hole? (get connector :micro-usb false)

:configuration-thumb-cluster-offset-x (get form :thumb-cluster-offset-x 6)
Expand Down

0 comments on commit 5e0d697

Please sign in to comment.