mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 08:24:41 +00:00
7 lines
106 B
C
7 lines
106 B
C
#pragma once
|
|
|
|
#ifdef KEYBOARD_maple_computing_ivy_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|