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:
committed by
Drashna Jaelre
parent
3bb647910a
commit
1de6458921
11
keyboards/launchpad/launchpad.h
Normal file
11
keyboards/launchpad/launchpad.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LAUNCHPAD_H
|
||||
#define LAUNCHPAD_H
|
||||
|
||||
#ifdef KEYBOARD_launchpad_rev1
|
||||
#include "rev1.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user