Add empty led control functions to Infinity Ergodox
So that most keymaps compiles and links
This commit is contained in:
parent
e01b4c3fd9
commit
e0f28c2b10
2 changed files with 96 additions and 0 deletions
|
@ -91,3 +91,33 @@ void matrix_scan_kb(void) {
|
|||
|
||||
matrix_scan_user();
|
||||
}
|
||||
|
||||
void ergodox_board_led_on(void){
|
||||
}
|
||||
|
||||
void ergodox_right_led_1_on(void){
|
||||
}
|
||||
|
||||
void ergodox_right_led_2_on(void){
|
||||
}
|
||||
|
||||
void ergodox_right_led_3_on(void){
|
||||
}
|
||||
|
||||
void ergodox_right_led_on(uint8_t led){
|
||||
}
|
||||
|
||||
void ergodox_board_led_off(void){
|
||||
}
|
||||
|
||||
void ergodox_right_led_1_off(void){
|
||||
}
|
||||
|
||||
void ergodox_right_led_2_off(void){
|
||||
}
|
||||
|
||||
void ergodox_right_led_3_off(void){
|
||||
}
|
||||
|
||||
void ergodox_right_led_off(uint8_t led){
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue