mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 21:01:17 +08:00
[CI] Format code according to conventions (#25820)
This commit is contained in:
parent
b321789d7b
commit
c7e17538ee
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
enum combos { modtest, osmshift, single_key };
|
enum combos { modtest, osmshift, single_key };
|
||||||
|
|
||||||
uint16_t const modtest_combo[] = {KC_Y, KC_U, COMBO_END};
|
uint16_t const modtest_combo[] = {KC_Y, KC_U, COMBO_END};
|
||||||
uint16_t const osmshift_combo[] = {KC_Z, KC_X, COMBO_END};
|
uint16_t const osmshift_combo[] = {KC_Z, KC_X, COMBO_END};
|
||||||
uint16_t const single_key_combo[] = {KC_A, COMBO_END};
|
uint16_t const single_key_combo[] = {KC_A, COMBO_END};
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user