forked from mirror/qmk_firmware
[CI] Format code according to conventions (#26000)
Format code according to conventions
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
|
||||
#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
|
||||
|
||||
@@ -102,4 +102,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGBLIGHT_LAYERS
|
||||
#define RGBLIGHT_LAYERS
|
||||
|
||||
@@ -87,4 +87,4 @@ layer_state_t default_layer_state_set_user(layer_state_t state) {
|
||||
rgblight_set_layer_state(3, layer_state_cmp(state, _QWERTY));
|
||||
rgblight_set_layer_state(4, layer_state_cmp(state, _COLEMAK));
|
||||
return state;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ There are two extended layers:
|
||||
When using a Waveshare RP2040-Matrix, the [RGB Light - Lighting Layers](https://docs.qmk.fm/#/feature_rgblight?id=lighting-layers) feature is used to demonstrate how the 5x5 RGB LEDs can indicate keyboard state. The indicators are:
|
||||
|
||||
* Base layer on the outer LED ring: QWERTY = yellow, Colemak = cyan
|
||||
* Lock status indicators using the center 3x3 LEDs: Scroll lock = blue, Caps lock = green, Num lock = red
|
||||
* Lock status indicators using the center 3x3 LEDs: Scroll lock = blue, Caps lock = green, Num lock = red
|
||||
|
||||
Reference in New Issue
Block a user