Octagon V2 Refactor (#2170)
* 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 commentspull/2182/head
parent
b3bcafcc4b
commit
9dd3e08fdd
@ -0,0 +1 @@
|
||||
#include "octagon.h"
|
@ -0,0 +1,10 @@
|
||||
#ifndef OCTAGON_H
|
||||
#define OCTAGON_H
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef KEYBOARD_octagon_v2
|
||||
#include "v2.h"
|
||||
#endif
|
||||
|
||||
#endif
|
@ -0,0 +1,9 @@
|
||||
# Duck Octagon
|
||||
|
||||
Non official firmware for custom Korean keyboard with 75% key layout made by Duck.
|
||||
|
||||
See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make octagon/v2:default
|
@ -0,0 +1 @@
|
||||
DEFAULT_FOLDER = octagon/v2
|
Loading…
Reference in new issue