1
0
Fork 0

Add Sinc Rev. 2 (#12138)

This commit is contained in:
Danny 2021-03-23 11:11:07 -04:00 committed by GitHub
parent d4a8123267
commit be257b6f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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