[Keyboard] Add ReverseStudio-DecadePad (#8553)
* ADD DecadePad * Fix Key display bug * fix * firmware1 THIS IS A Backup commit * firmware2 * rename all fill with lower case * fix bug * Final Version Fix all bugs * Requested change apply * suggested apply * change apply * via test * Apply change and fix via support problem
This commit is contained in:
parent
120fcc58b6
commit
04c81a04c7
9 changed files with 247 additions and 0 deletions
7
keyboards/reversestudio/decadepad/decadepad.c
Normal file
7
keyboards/reversestudio/decadepad/decadepad.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "decadepad.h"
|
||||
bool led_update_kb(led_t led_state) {
|
||||
if (led_update_user(led_state)){
|
||||
writePin(D4, led_state.num_lock);
|
||||
}
|
||||
return true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue