aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/helix/helix.h
blob: d3d3b04169b1aaa2265ead5a2112b9e51d25a8ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "quantum.h"

#ifdef KEYBOARD_helix_rev1
    #include "rev1.h"
#endif
#ifdef KEYBOARD_helix_rev2
    #include "rev2.h"
#endif
#ifdef KEYBOARD_helix_pico
    #include "pico.h"
#endif