JJ40 updates (#2056)
* my bits * fixed safdb * readme * readme * better name, fixed compile error * fixed matrix user * cleanup
This commit is contained in:
committed by
Jack Humbert
parent
0bd453b527
commit
9113f3387a
@@ -26,3 +26,15 @@ __attribute__ ((weak))
|
||||
void matrix_scan_user(void) {
|
||||
/* Nothing to do here... yet */
|
||||
}
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
||||
// Call the keymap level matrix init.
|
||||
matrix_init_user();
|
||||
|
||||
// Set our LED pins as output
|
||||
DDRB |= (1<<6);
|
||||
}
|
||||
|
||||
void matrix_init_user(void) {
|
||||
}
|
||||
Reference in New Issue
Block a user