9dd3e08fdd
* rename octagon_v2 directory to octagon directory * Move octagon_v2 files to v2 sub-directory * Edit readme files * setup header files for building multiple versions of the Duck Octagon. * Changes as per Jack's PR 2170 comments
11 lines
121 B
C
11 lines
121 B
C
#ifndef OCTAGON_H
|
|
#define OCTAGON_H
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_octagon_v2
|
|
#include "v2.h"
|
|
#endif
|
|
|
|
#endif
|