summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dactyl_keyboard/dactyl.clj4
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
)))