diff options
| author | tmk <nobody@nowhere> | 2013-02-27 10:32:46 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-02-27 10:32:46 +0900 |
| commit | 40f1a4930a10ce9253c1215949b497c322db41da (patch) | |
| tree | 4af0422e601d01571488626bc360ae2eba75333a /README.md | |
| parent | a207e848b3b308406263576c1e0d066067888416 (diff) | |
| download | qmk_firmware-40f1a4930a10ce9253c1215949b497c322db41da.tar.gz qmk_firmware-40f1a4930a10ce9253c1215949b497c322db41da.zip | |
Fix SET_DEFAULT_LAYER action and keymap of gh60
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -470,7 +470,7 @@ See `keyboard/hhkb/keymap.c` for sample. | |||
| 470 | ### 3. Layer | 470 | ### 3. Layer |
| 471 | 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. | 471 | 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. |
| 472 | 472 | ||
| 473 | First layer is indexed by `0` which usually become **`default layer`** and active in initial state. | 473 | First layer is indexed by `0` which usually become `default layer` and active in initial state. |
| 474 | 474 | ||
| 475 | You can define **16 layers** at most in each keymaps[] and overlays[]. | 475 | You can define **16 layers** at most in each keymaps[] and overlays[]. |
| 476 | 476 | ||
