Skip to content

Commit

Permalink
[Keyboard] Brick (#19851)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local>
  • Loading branch information
3 people authored Feb 18, 2023
1 parent d1420cf commit 7ce7162
Show file tree
Hide file tree
Showing 13 changed files with 306 additions and 196 deletions.
3 changes: 3 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"bpiphany/pegasushoof": {
"target": "bpiphany/pegasushoof/2013"
},
"brick": {
"target": "pauperboards/brick"
},
"chavdai40": {
"target": "chavdai40/rev1"
},
Expand Down
60 changes: 0 additions & 60 deletions keyboards/brick/brick.h

This file was deleted.

44 changes: 0 additions & 44 deletions keyboards/brick/config.h

This file was deleted.

25 changes: 0 additions & 25 deletions keyboards/brick/info.json

This file was deleted.

24 changes: 0 additions & 24 deletions keyboards/brick/readme.md

This file was deleted.

14 changes: 0 additions & 14 deletions keyboards/brick/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2023 Juno Nguyen <juno.ngx@gmail.com>
/* Copyright 2023 Jason Chestnut <pauperboards@gmail.com> @pauperboards
*
* 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
Expand All @@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "brick.h"
#include "quantum.h"

#ifdef ENCODER_ENABLE
bool encoder_update_kb(uint8_t index, bool clockwise) {
Expand All @@ -28,4 +28,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
}
return true;
}
#endif
#endif
Loading

0 comments on commit 7ce7162

Please sign in to comment.