1
0
Fork 0

[Keyboard] Add Mode Eighty M80v2 PCB support (#15486)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Álvaro A. Volpato 2021-12-29 07:57:22 -03:00 committed by GitHub
parent 9475767e7a
commit dea23720e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 804 additions and 35 deletions

View file

@ -0,0 +1,9 @@
#pragma once
#include "quantum.h"
#if defined(KEYBOARD_mode_m80v1_m80h)
#include "m80h.h"
#elif defined(KEYBOARD_mode_m80v1_m80s)
#include "m80s.h"
#endif // Mode80 solderable "S" and hotswap "H" revisions