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
24
keyboards/launchpad/rev1/rev1.h
Normal file
24
keyboards/launchpad/rev1/rev1.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
#ifndef REV1_H
|
||||
#define REV1_H
|
||||
|
||||
#include "../launchpad.h"
|
||||
|
||||
//void promicro_bootloader_jmp(bool program);
|
||||
#include "quantum.h"
|
||||
|
||||
//void promicro_bootloader_jmp(bool program);
|
||||
|
||||
#define LAYOUT( \
|
||||
K00, K01, \
|
||||
K10, K11, \
|
||||
K20, K21, \
|
||||
K30, K31 \
|
||||
) \
|
||||
{ \
|
||||
{ K00, K01 }, \
|
||||
{ K10, K11 }, \
|
||||
{ K20, K21 }, \
|
||||
{ K30, K31 } \
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue