diff options
author | Theodore S Lindsey <RagingRoosevelt@users.noreply.github.com> | 2019-10-24 14:16:24 -0700 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-24 22:16:24 +0100 |
commit | e8453bbc1218a2cb40d4eac6cb543bd0c45d3de9 (patch) | |
tree | 01d8e342ae84fcf5a892f0d97b7c9b5e20653e22 /keyboards/atreus/atreus.h | |
parent | 71d64c85d627fb6a6d3ba04f1de6f3bfe3873ff8 (diff) | |
download | firmware-e8453bbc1218a2cb40d4eac6cb543bd0c45d3de9.tar.gz firmware-e8453bbc1218a2cb40d4eac6cb543bd0c45d3de9.tar.bz2 firmware-e8453bbc1218a2cb40d4eac6cb543bd0c45d3de9.zip |
copied atreus astar to mirrored, set PCBDOWN flag (#7137)
* copied atreus astar to mirrored, set PCBDOWN flag
* re-pointed include
* mirrored layout will always be true here
Diffstat (limited to 'keyboards/atreus/atreus.h')
-rw-r--r-- | keyboards/atreus/atreus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/atreus/atreus.h b/keyboards/atreus/atreus.h index ce08cccf0..88dd4d9dc 100644 --- a/keyboards/atreus/atreus.h +++ b/keyboards/atreus/atreus.h @@ -20,6 +20,8 @@ #ifdef KEYBOARD_atreus_astar #include "astar.h" +#elif KEYBOARD_atreus_astar_mirrored + #include "astar_mirrored.h" #elif KEYBOARD_atreus_teensy2 #include "teensy2.h" #endif |