diff --git a/src/kaleidoscope/layers.h b/src/kaleidoscope/layers.h index 587a5e5a..74b970b2 100644 --- a/src/kaleidoscope/layers.h +++ b/src/kaleidoscope/layers.h @@ -99,6 +99,9 @@ class Layer_ { static Key getKeyFromPROGMEM(uint8_t layer, byte row, byte col); static void updateLiveCompositeKeymap(byte row, byte col); + static void updateLiveCompositeKeymap(byte row, byte col, Key mappedKey) { + live_composite_keymap_[row][col] = mappedKey; + } static void updateActiveLayers(void); private: