]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - README.md
Fix SET_DEFAULT_LAYER action and keymap of gh60
[max/tmk_keyboard.git] / README.md
index d4fee96c4c6a96dcd8357a7e4eb7d3156379ba65..7ceffce7724e9e019d1a009814f6dd67c49fcb5f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -470,7 +470,7 @@ See `keyboard/hhkb/keymap.c` for sample.
 ### 3. Layer
  Layer is key-action map to assign action to every physical key. You can define multiple layers in keymap and make layers active out of keymap during operation at will.
 
- First layer is indexed by `0` which usually become **`default layer`** and active in initial state.
+ First layer is indexed by `0` which usually become `default layer` and active in initial state.
 
 You can define **16 layers** at most in each keymaps[] and overlays[].