Tune and polish
- Zoom shortcuts are now the scroll wheel - removed function layer - updated documentation - Enabled Tab to work on Navigation layer - Had to go back to basic minus keycode for F12 to work
This commit is contained in:
parent
f8d8e3fdee
commit
6e9fb9373a
12 changed files with 34 additions and 49 deletions
|
|
@ -25,7 +25,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
[_NAVIGATION] = CRKBD(LAYER_NAVIGATION),
|
||||
[_NUMBER] = CRKBD(LAYER_NUMBER),
|
||||
[_SYMBOL] = CRKBD(LAYER_SYMBOL),
|
||||
//[_FUNCTION] = CRKBD(LAYER_FUNCTION),
|
||||
[_CONFIG] = CRKBD(LAYER_CONFIG)
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue