Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the AT101 PCB firmware #3785

Merged
merged 13 commits into from
Aug 29, 2018
Prev Previous commit
Next Next commit
More Fixes for AT101 firmware
  • Loading branch information
blindassassin111 committed Aug 29, 2018
commit 4dce05eb034f0e7ca1c6e500d708ce4628d9dd51
2 changes: 1 addition & 1 deletion keyboards/AT101_Blackheart/AT101_Blackheart.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "AT101_Blackheart.h"
#include "at101_blackheart.h"
4 changes: 2 additions & 2 deletions keyboards/AT101_Blackheart/AT101_Blackheart.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef AT101_Blackheart_H
#define AT101_Blackheart_H
#ifndef at101_blackheart_H
#define at101_blackheart_H

#include "quantum.h"

Expand Down