diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-20 16:57:07 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-20 16:57:07 +0000 |
commit | 5aa3fd5ac707ff35296ef0339ced022753ebd499 (patch) | |
tree | e7c210419010c5c1a24666319c820f3dd40e7a13 /keyboards/mechlovin/infinity87/rev1/rev1.h | |
parent | 6620b6c5155a9139b210d1fbec526eb3ebac5de8 (diff) | |
parent | 21c147c11b23aad7a9335fee309531eac22ecf6b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechlovin/infinity87/rev1/rev1.h')
-rw-r--r-- | keyboards/mechlovin/infinity87/rev1/rev1.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/keyboards/mechlovin/infinity87/rev1/rev1.h b/keyboards/mechlovin/infinity87/rev1/rev1.h index 16cdf9ed85..de623a1cdd 100644 --- a/keyboards/mechlovin/infinity87/rev1/rev1.h +++ b/keyboards/mechlovin/infinity87/rev1/rev1.h @@ -1,4 +1,4 @@ -/* Copyright 2020 Team Mechlovin +/* Copyright 2021 Mechlovin' Studio * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,3 +17,11 @@ #pragma once #include "quantum.h" + +#ifdef KEYBOARD_mechlovin_infinity87_rev1_rogue87 + #include "rogue87.h" +#elif KEYBOARD_mechlovin_infinity87_rev1_rouge87 + #include "rouge87.h" +#elif KEYBOARD_mechlovin_infinity87_rev1_standard + #include "infinity87.h" +#endif |