]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Keyboards/ergodox.bash
add da layer to the build script
[kiibohd-controller.git] / Keyboards / ergodox.bash
index 1865dce38390972d95fa268bd421c56d97d2761b..4e3be9b9f5387532167efc13069bdac4443fe4e4 100755 (executable)
@@ -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"
 
 
 ##########################