mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-26 11:59:26 +02:00
Add LED instructions to ALT default/mac, CTRL mac
This commit is contained in:
@@ -191,3 +191,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
return true; //Process all other keycodes normally
|
||||
}
|
||||
}
|
||||
|
||||
led_instruction_t led_instructions[] = {
|
||||
{ .end = 1 }
|
||||
};
|
||||
|
||||
@@ -191,3 +191,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
return true; //Process all other keycodes normally
|
||||
}
|
||||
}
|
||||
|
||||
led_instruction_t led_instructions[] = {
|
||||
{ .end = 1 }
|
||||
};
|
||||
|
||||
@@ -194,3 +194,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
return true; //Process all other keycodes normally
|
||||
}
|
||||
}
|
||||
|
||||
led_instruction_t led_instructions[] = {
|
||||
{ .end = 1 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user