~ruther/qmk_firmware

ref: a6857d18e14322fb75bb168ab13fbea0ff631324 qmk_firmware/keyboards/helix/helix.h -rw-r--r-- 231 bytes
a6857d18 — Drashna Jaelre Change table names 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef HELIX_H
#define HELIX_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

#include "quantum.h"

#endif