mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 20:44:38 +00:00
9 lines
155 B
C
9 lines
155 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#if defined(KEYBOARD_ymd75_rev1)
|
|
#include "rev1.h"
|
|
#elif defined(KEYBOARD_ymd75_rev2)
|
|
#include "rev2.h"
|
|
#endif
|