forked from mirror/qmk_firmware
[CI] Format code according to conventions (#26000)
Format code according to conventions
This commit is contained in:
@@ -169,4 +169,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
// Myriad boilerplate
|
||||
#define MYRIAD_ENABLE
|
||||
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
RGB_MATRIX_ENABLE = no
|
||||
RGBLIGHT_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
#pragma once
|
||||
|
||||
// Myriad boilerplate
|
||||
#define MYRIAD_ENABLE
|
||||
#define MYRIAD_ENABLE
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -54,4 +54,4 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) {
|
||||
#else
|
||||
return matrix_has_changed;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user