[Keyboard] fixes for KBD67 rev2 (#13906)

This commit is contained in:
kb-elmo 2021-08-07 16:57:14 +02:00 committed by GitHub
parent 85c32da989
commit 07e2c11e55
Failed to generate hash of commit
3 changed files with 10 additions and 22 deletions

View file

@ -1,12 +1 @@
#include "rev2.h"
void matrix_init_kb(void) {
setPinOutput(D4);
matrix_init_user();
}
bool led_update_kb(led_t led_state) {
bool res = led_update_user(led_state);
if(res) {
writePin(D4, !led_state.caps_lock);
}
return res;
}
#include "rev2.h"