This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
That-Canadian 1de6458921 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
2018-04-20 08:51:34 -07:00

12 lines
132 B
C

#ifndef LAUNCHPAD_H
#define LAUNCHPAD_H
#ifdef KEYBOARD_launchpad_rev1
#include "rev1.h"
#endif
#include "quantum.h"
#endif