Polish and cleanup
- Redid the tap hold to simplify maintenance - moved the ploopy nano stuff into tap hold - removed all mention of function layer - added double taps for programming macros
This commit is contained in:
parent
7c665ff65a
commit
082926a4e1
9 changed files with 217 additions and 232 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