From 97b70cb06921c382664b131f1cfa73229ae22d83 Mon Sep 17 00:00:00 2001 From: Kai Ryu Date: Fri, 22 Aug 2014 19:52:32 +0900 Subject: [PATCH] Change to build V3 by default --- keyboard/akb96/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboard/akb96/Makefile b/keyboard/akb96/Makefile index 75dbfb19..fdb99046 100644 --- a/keyboard/akb96/Makefile +++ b/keyboard/akb96/Makefile @@ -115,6 +115,8 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # PCB Revision ifdef REV OPT_DEFS += -DREV_$(REV) +else + OPT_DEFS += -DREV_V3 endif # Additional definitions from command line