diff options
author | Randall Mason <clashthebunny@gmail.com> | 2020-07-11 06:09:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-11 21:09:40 +1000 |
commit | 817de51c12fba2f616a24dab05328f107a54536a (patch) | |
tree | 984c59af0ecfa9440dd00505daf774fafbcacd8b /keyboards/atreus/atreus.h | |
parent | 6609197cde9420b1e9e8b2337d939df6475e8a3c (diff) | |
download | qmk_firmware-817de51c12fba2f616a24dab05328f107a54536a.tar.gz qmk_firmware-817de51c12fba2f616a24dab05328f107a54536a.zip |
Add config for Atreus based on Adafruit Feather BLE (#9140)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
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 a3d3507759..f4e7ba7f39 100644 --- a/keyboards/atreus/atreus.h +++ b/keyboards/atreus/atreus.h @@ -22,6 +22,8 @@ #include "astar.h" #elif KEYBOARD_atreus_astar_mirrored #include "astar_mirrored.h" +#elif KEYBOARD_atreus_feather + #include "feather.h" #elif KEYBOARD_atreus_teensy2 #include "teensy2.h" #elif KEYBOARD_atreus_promicro |