You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
176 B

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