From 0c9ceeb1a7ef67251dab871f25f36273c71d9381 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 3 Jun 2016 10:06:40 -0500 Subject: [PATCH] add da layer to the build script --- Keyboards/ergodox.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Keyboards/ergodox.bash b/Keyboards/ergodox.bash index 1865dce..4e3be9b 100755 --- a/Keyboards/ergodox.bash +++ b/Keyboards/ergodox.bash @@ -23,7 +23,7 @@ BaseMap="scancode_map leftHand slave1 rightHand" # This is the default layer of the keyboard # NOTE: To combine kll files into a single layout, separate them by spaces # e.g. DefaultMap="mylayout mylayoutmod" -DefaultMap="mdergo1Overlay lcdFuncMap" +DefaultMap="da_layer0 lcdFuncMap" # This is where you set the additional layers # NOTE: Indexing starts at 1 @@ -31,9 +31,9 @@ DefaultMap="mdergo1Overlay lcdFuncMap" # e.g. PartialMaps[1]="layer1 layer1mod" # PartialMaps[2]="layer2" # PartialMaps[3]="layer3" -PartialMaps[1]="iced_func" -PartialMaps[2]="iced_numpad" - +PartialMaps[1]="da_layer1" +PartialMaps[2]="da_layer2" +PartialMaps[3]="da_layer3" ########################## -- 2.39.5