1
0
Fork 0

adds planck light keyboard

This commit is contained in:
Jack Humbert 2017-11-20 23:25:38 -05:00
parent 7ff96877d2
commit b669d115c2
20 changed files with 278 additions and 361 deletions

View file

@ -10,6 +10,7 @@ const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
};
#endif
__attribute__ ((weak))
void matrix_init_kb(void) {
// Turn status LED on
DDRE |= (1<<6);