]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Show correct function name for default layer set
authorJohan Isacsson <johan@generatorhallen.se>
Thu, 27 Mar 2014 22:59:25 +0000 (23:59 +0100)
committerJohan Isacsson <johan@generatorhallen.se>
Thu, 27 Mar 2014 22:59:25 +0000 (23:59 +0100)
doc/keymap.md

index 7ef7430c961dd7f97f9a0f7f9fe6d3d78e840ba6..3d78fc9c9c2d8255b436ff49339ddeb89d83cbc3 100644 (file)
@@ -269,7 +269,7 @@ Default Layer is a layer which always is valid and referred to when actions is n
 
 This sets Default Layer to given parameter `layer` and activate it.
 
-    ACTION_DEFAULT_LAYER(layer)
+    ACTION_DEFAULT_LAYER_SET(layer)
 
 
 #### 2.2.2 Momentary