[Keyboard] Refactor deltasplit75 to use split_common (#8083)
* Refactor deltasplit75 to use split_common * Refactor deltasplit75 to use split_common - small tidy up
This commit is contained in:
parent
a6b0a74d95
commit
a557a5b2c5
16 changed files with 29 additions and 1083 deletions
|
@ -1,14 +1 @@
|
|||
#include "deltasplit75.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
// // green led on
|
||||
// DDRD |= (1<<5);
|
||||
// PORTD &= ~(1<<5);
|
||||
|
||||
// // orange led on
|
||||
// DDRB |= (1<<0);
|
||||
// PORTB &= ~(1<<0);
|
||||
|
||||
matrix_init_user();
|
||||
};
|
||||
|
||||
#include "v2.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue