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:
Victor 2024-04-21 10:32:13 -05:00
parent 7c665ff65a
commit 082926a4e1
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
9 changed files with 217 additions and 232 deletions

View file

@ -25,7 +25,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_NAVIGATION] = PLANCK(LAYER_NAVIGATION),
[_NUMBER] = PLANCK(LAYER_NUMBER),
[_SYMBOL] = PLANCK(LAYER_SYMBOL),
//[_FUNCTION] = PLANCK(LAYER_FUNCTION),
[_CONFIG] = PLANCK(LAYER_CONFIG)
};