From 7431e81157f7017a5907a53e11fd7c6163aee712 Mon Sep 17 00:00:00 2001 From: Ben Blazak Date: Mon, 10 Aug 2015 19:35:57 -0700 Subject: [PATCH] Update makefile-options (changed default layout back to qwerty) --- src/makefile-options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile-options b/src/makefile-options index 2ae5b1e..ab08efa 100644 --- a/src/makefile-options +++ b/src/makefile-options @@ -9,7 +9,7 @@ TARGET := firmware # the name we want for our program binary KEYBOARD := ergodox # keyboard model; see "src/keyboard" for what's available -LAYOUT := workman-p-kinesis-mod # keyboard layout +LAYOUT := qwerty-kinesis-mod # keyboard layout # see "src/keyboard/*/layout" for what's # available