Splitting up layers
- split mouse_func into mouse, function, config - thumb combos returned - adjusted combo and oled configuration - big ol keymap changes - hinting at return to boards without encoders
This commit is contained in:
parent
b3649afc23
commit
fee58201e5
12 changed files with 189 additions and 97 deletions
|
|
@ -40,5 +40,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
[_NAVIGATION] = CRKBD(LAYER_NAVIGATION),
|
||||
[_NUMBER] = CRKBD(LAYER_NUMBER),
|
||||
[_SYMBOL] = CRKBD(LAYER_SYMBOL),
|
||||
[_MOUSE_FUNC] = CRKBD(LAYER_MOUSE_FUNC)
|
||||
};
|
||||
[_MOUSE] = CRKBD(LAYER_MOUSE),
|
||||
[_FUNCTION] = CRKBD(LAYER_FUNCTION),
|
||||
[_CONFIG] = CRKBD(LAYER_CONFIG)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue