From 208aad93d389c35c925d93381981f3874bcf29b1 Mon Sep 17 00:00:00 2001 From: Ryan Prince Date: Mon, 8 Apr 2013 08:48:46 -0700 Subject: [PATCH] Revert "adding local makefile changes" This reverts commit d88b55a6d9635845628d528daca050bf3b1aa462. --- src/makefile | 2 +- src/makefile-options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makefile b/src/makefile index bbf993b..dc9bea9 100644 --- a/src/makefile +++ b/src/makefile @@ -120,7 +120,7 @@ all: $(TARGET).hex $(TARGET).eep clean: @echo @echo --- cleaning --- - git clean -dXf # remove ignored files and directories + git clean -dX # remove ignored files and directories # ----------------------------------------------------------------------------- diff --git a/src/makefile-options b/src/makefile-options index 5bfe33b..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 := colemak-jc-mod # keyboard layout +LAYOUT := qwerty-kinesis-mod # keyboard layout # see "src/keyboard/*/layout" for what's # available