diff options
author | Ibnu Daru Aji <ibnuda@users.noreply.github.com> | 2020-02-05 23:53:28 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 08:53:28 -0800 |
commit | fb980cf0320dfd5ce46086113df69415e332aad4 (patch) | |
tree | 4e574135b2c6eb18fd93b3d5624d36b27f42ca43 /keyboards/atreus/atreus.h | |
parent | d3286af398c76749cc57d807ff3513d6547e9a9a (diff) | |
download | qmk_firmware-fb980cf0320dfd5ce46086113df69415e332aad4.tar.gz qmk_firmware-fb980cf0320dfd5ce46086113df69415e332aad4.zip |
[Keyboard] Added Atreus Pro Micro variant (#8059)
* new alternative controller.
* following suggestions at qmk's 8059.
* forgot to replace some underscores and keycodes.
* following drashna's suggestions at qmk's 8059.
* following zvecr's suggestion in qmk's 8059.
* following noroadsleft's suggestion at qmk's 8059.
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 88dd4d9dc8..a3d3507759 100644 --- a/keyboards/atreus/atreus.h +++ b/keyboards/atreus/atreus.h @@ -24,6 +24,8 @@ #include "astar_mirrored.h" #elif KEYBOARD_atreus_teensy2 #include "teensy2.h" +#elif KEYBOARD_atreus_promicro + #include "promicro.h" #endif // This a shortcut to help you visually see your layout. |