1
0

[CI] Format code according to conventions (#26000)

Format code according to conventions
This commit is contained in:
QMK Bot
2026-02-12 03:06:13 +11:00
committed by GitHub
parent 5ad6d44e18
commit 4f7a7873c8
1230 changed files with 1230 additions and 1230 deletions

View File

@@ -18,4 +18,4 @@
#ifdef OLED_ENABLE
# define OLED_FONT_H "keyboards/splitkb/aurora/helix/glcdfont.c"
#endif
#endif

View File

@@ -13,4 +13,4 @@
"device_version": "1.0.0",
"vid": "0x8D1D"
}
}
}

View File

@@ -16,4 +16,4 @@
#pragma once
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_BREATHING

View File

@@ -65,4 +65,4 @@ bool oled_task_user(void) {
oled_write_P(PSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789!@#$%^&*()[]{}-=_+?"), false);
return false;
}
#endif
#endif

View File

@@ -21,4 +21,4 @@ Both underglow and per-key RGB should be fading between red and off.
## OLEDs
Both the primary and secondary side should be filled with characters.
Both the primary and secondary side should be filled with characters.

View File

@@ -5,4 +5,4 @@
# RGB Matrix is enabled at the revision level,
# while we use the regular RGB underglow for testing
RGB_MATRIX_ENABLE = no
RGBLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes

View File

@@ -21,4 +21,4 @@
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_RAINBOW_BEACON
#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT

View File

@@ -49,4 +49,4 @@
],
"layout": "LAYOUT",
"version": 1
}
}

View File

@@ -85,4 +85,4 @@ qmk json2c -o keymap.c keymap.json
```
You can add custom C code to the newly generated `keymap.c` file. Do note that you have to use **either** a C file **or** a JSON file - you cannot do both!
**If a JSON file is present, the C file is ignored.**
**If a JSON file is present, the C file is ignored.**

View File

@@ -45,4 +45,4 @@ The Aurora series were designed as a homage to open source keyboard kits that ha
With the Aurora series, we aim to make these kits available to the community in a way that both honors the original, while also offering the best possible feature set and a consistent, well-documented build experience.
For each kit sold, we give back to the community by donating €1 across [the firmware projects we support](https://opencollective.com/splitkb). This way we support open source projects and benefit everyone using keyboards, whether they use our kits or their own.
For each kit sold, we give back to the community by donating €1 across [the firmware projects we support](https://opencollective.com/splitkb). This way we support open source projects and benefit everyone using keyboards, whether they use our kits or their own.

View File

@@ -207,4 +207,4 @@
]
}
}
}
}

View File

@@ -85,4 +85,4 @@ qmk json2c -o keymap.c keymap.json
```
You can add custom C code to the newly generated `keymap.c` file. Do note that you have to use **either** a C file **or** a JSON file - you cannot do both!
**If a JSON file is present, the C file is ignored.**
**If a JSON file is present, the C file is ignored.**

View File

@@ -18,4 +18,4 @@
#ifdef OLED_ENABLE
# define OLED_FONT_H "keyboards/splitkb/aurora/sofle_v2/glcdfont.c"
#endif
#endif

View File

@@ -16,4 +16,4 @@
#pragma once
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_BREATHING

View File

@@ -66,4 +66,4 @@ bool oled_task_user(void) {
oled_write_P(PSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789!@#$%^&*()[]{}-=_+?"), false);
return false;
}
#endif
#endif

View File

@@ -21,4 +21,4 @@ Both underglow and per-key RGB should be fading between red and off.
## OLEDs
Both the primary and secondary side should be filled with characters.
Both the primary and secondary side should be filled with characters.

View File

@@ -5,4 +5,4 @@
# RGB Matrix is enabled at the revision level,
# while we use the regular RGB underglow for testing
RGB_MATRIX_ENABLE = no
RGBLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes

View File

@@ -21,4 +21,4 @@
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_RAINBOW_BEACON
#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT

View File

@@ -49,4 +49,4 @@
"sleep": true
}
}
}
}

View File

@@ -85,4 +85,4 @@ qmk json2c -o keymap.c keymap.json
```
You can add custom C code to the newly generated `keymap.c` file. Do note that you have to use **either** a C file **or** a JSON file - you cannot do both!
**If a JSON file is present, the C file is ignored.**
**If a JSON file is present, the C file is ignored.**

View File

@@ -45,4 +45,4 @@ The Aurora series were designed as a homage to open source keyboard kits that ha
With the Aurora series, we aim to make these kits available to the community in a way that both honors the original, while also offering the best possible feature set and a consistent, well-documented build experience.
For each kit sold, we give back to the community by donating €1 across [the firmware projects we support](https://opencollective.com/splitkb). This way we support open source projects and benefit everyone using keyboards, whether they use our kits or their own.
For each kit sold, we give back to the community by donating €1 across [the firmware projects we support](https://opencollective.com/splitkb). This way we support open source projects and benefit everyone using keyboards, whether they use our kits or their own.

View File

@@ -31,4 +31,4 @@
# define MOUSEKEY_WHEEL_INTERVAL 50
// The default is 40
# define MOUSEKEY_WHEEL_TIME_TO_MAX 100
#endif
#endif