mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-01 21:41:43 +01:00
8 lines
130 B
C
8 lines
130 B
C
#pragma once
|
|
|
|
#ifdef KEYBOARD_keebio_bdn9_rev1
|
|
#include "rev1.h"
|
|
#elif KEYBOARD_keebio_bdn9_rev2
|
|
#include "rev2.h"
|
|
#endif
|