We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92e34a commit b107da3Copy full SHA for b107da3
src/dactyl_keyboard/common.clj
@@ -135,7 +135,7 @@
135
It is the implementation detail of `key-place`."
136
[c translate-fn rotate-x-fn rotate-y-fn column row shape]
137
(let [original-alpha (get c :configuration-alpha)
138
- pinky-alpha (get c :configuration-pinky-alpha)
+ pinky-alpha (get c :configuration-pinky-alpha original-alpha)
139
alpha (if (>= column 4) pinky-alpha original-alpha)
140
beta (get c :configuration-beta)
141
centercol (get c :configuration-centercol 2)
0 commit comments