Add Sinc Rev. 2 (#12138)

This commit is contained in:
Danny 2021-03-23 11:11:07 -04:00 committed by GitHub
commit be257b6f9f
Failed to generate hash of commit
7 changed files with 351 additions and 11 deletions

View file

@ -5,3 +5,6 @@
#ifdef KEYBOARD_keebio_sinc_rev1
#include "rev1.h"
#endif
#ifdef KEYBOARD_keebio_sinc_rev2
#include "rev2.h"
#endif