diff options
Diffstat (limited to 'keyboards/maple_computing/minidox/minidox.h')
-rw-r--r-- | keyboards/maple_computing/minidox/minidox.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/maple_computing/minidox/minidox.h b/keyboards/maple_computing/minidox/minidox.h new file mode 100644 index 0000000000..bae36b5560 --- /dev/null +++ b/keyboards/maple_computing/minidox/minidox.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef KEYBOARD_maple_computing_minidox_rev1 + #include "rev1.h" +#endif + +#include "quantum.h" |