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:
Victor 2024-08-20 22:53:18 -05:00
parent b3649afc23
commit fee58201e5
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
12 changed files with 189 additions and 97 deletions

View file

@ -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)
};