1
0
Fork 0
qmk_firmware/keyboards/octagon/octagon.h

11 lines
121 B
C

#ifndef OCTAGON_H
#define OCTAGON_H
#include "quantum.h"
#ifdef KEYBOARD_octagon_v2
#include "v2.h"
#endif
#endif