mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 17:06:52 +06:00
8 lines
106 B
C
8 lines
106 B
C
#pragma once
|
|
|
|
#ifdef KEYBOARD_maple_computing_ivy_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|