mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 00:47:02 +06:00
10 lines
214 B
C
10 lines
214 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#if defined(KEYBOARD_mode_eighty_m80h)
|
||
|
#include "m80h.h"
|
||
|
#elif defined(KEYBOARD_mode_eighty_m80s)
|
||
|
#include "m80s.h"
|
||
|
#endif // Mode80 solderable "S" and hotswap "H" revisions
|