diff options
author | Tom Short <tshort.rlists@gmail.com> | 2017-03-11 15:54:07 -0500 |
---|---|---|
committer | Tom Short <tshort.rlists@gmail.com> | 2017-03-11 15:54:07 -0500 |
commit | 2ab979f8e0e83e60eca454a9f6627c89e7df5299 (patch) | |
tree | 06df3c2f83a73b5db2e41bfab721714fbd36ca60 | |
parent | dee473036d7799d791c45f002c1ab8184f0bf0b9 (diff) |
Fix hex-spacers
-rw-r--r-- | src/dactyl_keyboard/dactyl.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index df8a0f6..0f69fed 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -611,13 +611,13 @@ connectors thumb thumb-connectors - (difference case-walls + (difference (union case-walls hex-spacer-outers) rj9-space usb-cutout hex-spacer-holes) rj9-holder (if (= nrows 4) teensy-holder) - hex-spacer-outers + ; thumbcaps ; caps ))) |