]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/octagon/octagon.h
Some more tweaks to make everything look nice
[qmk_firmware.git] / keyboards / octagon / octagon.h
1 #ifndef OCTAGON_H
2 #define OCTAGON_H
3
4 #include "quantum.h"
5
6 #ifdef KEYBOARD_octagon_v1
7     #include "v1.h"
8 #endif
9
10 #ifdef KEYBOARD_octagon_v2
11     #include "v2.h"
12 #endif
13
14 #endif