put features to separate files

This commit is contained in:
Norbert Csibra 2024-11-02 14:44:58 +01:00
parent 568e2f86ad
commit 1c39a28ca0
8 changed files with 440 additions and 94 deletions

View file

@ -15,4 +15,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_NUM] = LAYOUT_wrapper(NUM_LAYER),
[_WOW] = LAYOUT_wrapper(WOW_LAYER),
[_MOD] = LAYOUT_wrapper(MOD_LAYER),
};