mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 20:09:23 +00:00
bootmagic lite rename
This commit is contained in:
parent
ab68b06f26
commit
3755e50477
@ -23,7 +23,7 @@ analog_config g_config = {
|
||||
#ifdef BOOTMAGIC_ENABLE
|
||||
extern pin_t matrix_pins[MATRIX_ROWS][MATRIX_COLS];
|
||||
void bootmagic_lite(void) {
|
||||
if (analogReadPin(matrix_pins[BOOTMAGIC_LITE_ROW][BOOTMAGIC_LITE_COLUMN]) < 1350) {
|
||||
if (analogReadPin(matrix_pins[BOOTMAGIC_ROW][BOOTMAGIC_COLUMN]) < 1350) {
|
||||
bootloader_jump();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user