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 Z-150 PCB firmware #3793

Merged
merged 23 commits into from
Aug 31, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fb8a3f3
Adding the AT101 PCB firmware
blindassassin111 Aug 29, 2018
b34a72d
Fixed AT101 keymap error
blindassassin111 Aug 29, 2018
639258a
Fixing AT101 firmware
blindassassin111 Aug 29, 2018
4dce05e
More Fixes for AT101 firmware
blindassassin111 Aug 29, 2018
2f03348
Rename AT101_Blackheart.c to at101_blackheart.c
blindassassin111 Aug 29, 2018
93d171f
Rename AT101_Blackheart.h to at101_blackheart.h
blindassassin111 Aug 29, 2018
f5afeff
Update readme.md
blindassassin111 Aug 29, 2018
218d20c
Renaming AT101 folder pt1
blindassassin111 Aug 29, 2018
9e40154
Renaming AT101 folder pt2
blindassassin111 Aug 29, 2018
d6818bc
Fixing AT101 LED function name
blindassassin111 Aug 29, 2018
9e2893b
Redoing the AT101 naming pt1
blindassassin111 Aug 29, 2018
fa7e737
Redoing AT101 folder naming pt2
blindassassin111 Aug 29, 2018
7f9d217
Fixing missing comma in at101_blackheart.h
blindassassin111 Aug 29, 2018
79b32cb
Adding Z-150 PCB
blindassassin111 Aug 29, 2018
bf224d1
Adding Z-150 readme file
blindassassin111 Aug 29, 2018
141a2ae
Fixing Z-150 firmware errors
blindassassin111 Aug 29, 2018
298f530
Fixing Z-150 layout error
blindassassin111 Aug 30, 2018
694d1ec
Fixing Z-150 firmware errors
blindassassin111 Aug 30, 2018
45c48e0
Fixing Z-150 Issues
blindassassin111 Aug 30, 2018
b6a4229
Fixing more Z-150 errors
blindassassin111 Aug 30, 2018
7caa2f8
Finally fixing the Z-150 error
blindassassin111 Aug 30, 2018
4b7c632
Fixed Z-150 layout naming
blindassassin111 Aug 30, 2018
625c3b9
Removed Z-150 layout fillers
blindassassin111 Aug 31, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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