summaryrefslogtreecommitdiff
path: root/keyboards/lily58/lily58.h
blob: c082030032438d20220ed248a86fbae9abd12dd8 (plain)
1
2
3
4
5
6
7
8
9
#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