From 99a43b4c331d161079bbde08132242ea90490e82 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Tue, 12 Jun 2018 12:36:41 +0900 Subject: [PATCH] Enable sidenub --- src/dactyl_keyboard/dactyl.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index ac5e7d9..eff2afe 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -52,7 +52,7 @@ ; 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) +(def create-side-nubs? true) ;;;;;;;;;;;;;;;;;;;;;;; ;; General variables ;;