comparison Keyboards/ergodox.bash @ 452:31daf3b37f7a

Modify the ergodox buildscript for my configuration
author Louis Opter <kalessin@kalessin.fr>
date Mon, 27 Jun 2016 21:21:53 -0700
parents 99f93dec8fea
children
comparison
equal deleted inserted replaced
451:ff02808ad467 452:31daf3b37f7a
21 BaseMap="defaultMap leftHand slave1 rightHand" 21 BaseMap="defaultMap leftHand slave1 rightHand"
22 22
23 # This is the default layer of the keyboard 23 # This is the default layer of the keyboard
24 # NOTE: To combine kll files into a single layout, separate them by spaces 24 # NOTE: To combine kll files into a single layout, separate them by spaces
25 # e.g. DefaultMap="mylayout mylayoutmod" 25 # e.g. DefaultMap="mylayout mylayoutmod"
26 DefaultMap="mdergo1Overlay lcdFuncMap" 26 DefaultMap="louis_lmain lcdFuncMap"
27 27
28 # This is where you set the additional layers 28 # This is where you set the additional layers
29 # NOTE: Indexing starts at 1 29 # NOTE: Indexing starts at 1
30 # NOTE: Each new layer is another array entry 30 # NOTE: Each new layer is another array entry
31 # e.g. PartialMaps[1]="layer1 layer1mod" 31 # e.g. PartialMaps[1]="layer1 layer1mod"
32 # PartialMaps[2]="layer2" 32 # PartialMaps[2]="layer2"
33 # PartialMaps[3]="layer3" 33 # PartialMaps[3]="layer3"
34 PartialMaps[1]="iced_func" 34 PartialMaps[1]="lcdFuncMap louis_l1"
35 PartialMaps[2]="iced_numpad" 35 PartialMaps[7]="lcdFuncMap louis_l7"
36 36
37 37
38 38
39 ########################## 39 ##########################
40 # Advanced Configuration # 40 # Advanced Configuration #