diff options
Diffstat (limited to 'keyboards/acheron/apollo/87htsc/87htsc.c')
-rw-r--r-- | keyboards/acheron/apollo/87htsc/87htsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/acheron/apollo/87htsc/87htsc.c b/keyboards/acheron/apollo/87htsc/87htsc.c index a476b7086e..de66897f72 100644 --- a/keyboards/acheron/apollo/87htsc/87htsc.c +++ b/keyboards/acheron/apollo/87htsc/87htsc.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "87htsc.h" +#include "quantum.h" void board_init(void) { setPinInput(B9); |