]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Keyboards/template.bash
Moving defaultMap.kll to scancode_map.kll (less confusing)
[kiibohd-controller.git] / Keyboards / template.bash
index c5227268362556200e38abdbe30b6983a8d73589..acbe954d8de2fe2a93e5a02d7f7dfaf4f34288e3 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # This is a build script template
 # These build scripts are just a convenience for configuring your keyboard (less daunting than CMake)
-# Jacob Alexander 2015
+# Jacob Alexander 2015-2016
 
 
 
@@ -16,7 +16,7 @@ BuildPath="template"
 ## KLL Configuration ##
 
 # Generally shouldn't be changed, this will affect every layer
-BaseMap="defaultMap"
+BaseMap="scancode_map"
 
 # This is the default layer of the keyboard
 # NOTE: To combine kll files into a single layout, separate them by spaces