This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2020-06-09 22:32:46 -04:00

8 lines
130 B
C

#pragma once
#ifdef KEYBOARD_keebio_bdn9_rev1
#include "rev1.h"
#elif KEYBOARD_keebio_bdn9_rev2
#include "rev2.h"
#endif