1
0
Fork 0
* 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:
That-Canadian 2018-04-20 08:51:34 -07:00 committed by Drashna Jaelre
parent 3bb647910a
commit 1de6458921
11 changed files with 350 additions and 0 deletions

View 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