1
0
Fork 0

Fix SET_DEFAULT_LAYER action and keymap of gh60

This commit is contained in:
tmk 2013-02-27 10:32:46 +09:00
parent a207e848b3
commit 40f1a4930a
3 changed files with 41 additions and 22 deletions

View file

@ -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[].