mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-05 13:25:39 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
e198643d66
@ -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)){
|
||||||
|
Loading…
Reference in New Issue
Block a user