mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
Fix double code indenting (#23117)
This commit is contained in:
parent
672986a078
commit
7df44ffb75
@ -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