[Keyboard] Add Mode Eighty M80v2 PCB support (#15486)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
9475767e7a
commit
dea23720e6
49 changed files with 804 additions and 35 deletions
9
keyboards/mode/m80v1/m80v1.h
Normal file
9
keyboards/mode/m80v1/m80v1.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue