12 lines
132 B
C
12 lines
132 B
C
#ifndef LAUNCHPAD_H
|
|
#define LAUNCHPAD_H
|
|
|
|
#ifdef KEYBOARD_launchpad_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|
|
|
|
|
|
#endif
|