mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 09:56:54 +06:00
10 lines
179 B
C
10 lines
179 B
C
#pragma once
|
|
|
|
#ifdef KEYBOARD_lily58_rev1
|
|
#include "rev1.h"
|
|
#elif KEYBOARD_lily58_light
|
|
#include "light.h"
|
|
#elif KEYBOARD_lily58_glow_enc
|
|
#include "glow_enc.h"
|
|
#endif
|