Launchpad (#2767)
* Line ending stuff again * Added base launchpad files and a default layout * Updated KEYMAP to LAYOUT, also editing default keymap a bit and added a readme
This commit is contained in:
parent
3bb647910a
commit
1de6458921
11 changed files with 350 additions and 0 deletions
14
keyboards/launchpad/rev1/rev1.c
Normal file
14
keyboards/launchpad/rev1/rev1.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include "launchpad.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
||||
// JTAG disable for PORT F. write JTD bit twice within four cycles.
|
||||
MCUCR |= (1<<JTD);
|
||||
MCUCR |= (1<<JTD);
|
||||
|
||||
// Undo init of RX LED, we use that port currently
|
||||
//DDRB &= ~(1<<0);
|
||||
|
||||
matrix_init_user();
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue