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

@@ -169,4 +169,4 @@
]
}
}
}
}

View File

@@ -6,4 +6,4 @@
// Myriad boilerplate
#define MYRIAD_ENABLE
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_BREATHING

View File

@@ -1,2 +1,2 @@
RGB_MATRIX_ENABLE = no
RGBLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes

View File

@@ -4,4 +4,4 @@
#pragma once
// Myriad boilerplate
#define MYRIAD_ENABLE
#define MYRIAD_ENABLE

View File

@@ -47,4 +47,4 @@ The underglow LEDs should default red.
## Going further…
This default keymap can be used as is, unchanged, as a daily driver for your Elora but you're invited to treat your keymap like a bonsai. At the beginning, it's just like the default keymap but from time to time, you can tweak it a little. Cut a little key here, let another combo grow there. Slowly but surely it will be a unique keymap that will fit you like a glove.
Check out the #keymap-ideas channel on the official splitkb Discord server for inspiration.
Check out the #keymap-ideas channel on the official splitkb Discord server for inspiration.

View File

@@ -54,4 +54,4 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) {
#else
return matrix_has_changed;
#endif
}
}

View File

@@ -338,4 +338,4 @@ bool pointing_device_driver_init(void) {
gpio_set_pin_input(MYRIAD_ADC1); // Y
gpio_set_pin_input(MYRIAD_ADC2); // X
return true;
}
}

View File

@@ -4,4 +4,4 @@ CUSTOM_MATRIX = lite
# Myriad boilerplate
SRC += myriad.c matrix.c
ANALOG_DRIVER_REQUIRED = yes
POINTING_DEVICE_DRIVER = custom
POINTING_DEVICE_DRIVER = custom