From c90761dd7e3a3fab9ec60dd7712a80074f73a322 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Sat, 21 Apr 2018 10:39:53 +0900 Subject: [PATCH] Set default no side nubs --- src/dactyl_keyboard/dactyl.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 2106add..aee3330 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -50,7 +50,9 @@ (def fixed-z [12.1 8.3 0 5 10.7 14.5 17.5]) (def fixed-tenting (deg2rad 0)) -(def create-side-nubs? true) ; Cherry MX and Gateron switches can be used with side nubs. If you use other switches such as Kailh, you should set this as false +; If you use Cherry MX or Gateron switches, this can be turned on. +; If you use other switches such as Kailh, you should set this as false +(def create-side-nubs? false) ;;;;;;;;;;;;;;;;;;;;;;; ;; General variables ;;