1
0

Add LED instructions to ALT default/mac, CTRL mac

This commit is contained in:
jonathan.liu
2018-10-17 11:43:40 -07:00
parent 02d6be34d7
commit e0e57110e0
3 changed files with 12 additions and 0 deletions

View File

@@ -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 }
};

View File

@@ -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 }
};

View File

@@ -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 }
};