mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 13:04:38 +00:00
10 lines
160 B
C
10 lines
160 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_keebio_sinc_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
#ifdef KEYBOARD_keebio_sinc_rev2
|
|
#include "rev2.h"
|
|
#endif
|