From: Don Armstrong Date: Fri, 3 Jun 2016 15:06:40 +0000 (-0500) Subject: add da layer to the build script X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0c9ceeb1a7ef67251dab871f25f36273c71d9381;p=kiibohd-controller.git add da layer to the build script --- 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" ##########################