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
|
|
@ -25,5 +25,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
[_NAVIGATION] = PLANCK(LAYER_NAVIGATION),
|
||||
[_NUMBER] = PLANCK(LAYER_NUMBER),
|
||||
[_SYMBOL] = PLANCK(LAYER_SYMBOL),
|
||||
[_MOUSE_FUNC] = PLANCK(LAYER_MOUSE_FUNC)
|
||||
};
|
||||
[_MOUSE] = PLANCK(LAYER_MOUSE),
|
||||
[_FUNCTION] = PLANCK(LAYER_FUNCTION),
|
||||
[_CONFIG] = PLANCK(LAYER_CONFIG)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue