Deploying to gh-pages from @ qmk/qmk_firmware@7df44ffb75 🚀

This commit is contained in:
zvecr 2024-02-20 00:46:36 +00:00
parent e7cc1a1aad
commit 24eb2cd03f

View File

@ -335,7 +335,6 @@ is not set, all other layers will reference themselves.
```c ```c
#define COMBO_REF_DEFAULT _MY_COMBO_LAYER #define COMBO_REF_DEFAULT _MY_COMBO_LAYER
...
uint8_t combo_ref_from_layer(uint8_t layer){ uint8_t combo_ref_from_layer(uint8_t layer){
switch (get_highest_layer(layer_state)){ switch (get_highest_layer(layer_state)){