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

Brick #19851

Merged
merged 13 commits into from
Feb 18, 2023
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