Skip to content

Commit d4b4674

Browse files
Merge pull request #5 from bpruitt-goddard/fix/github_build
Fix Github Action Build
2 parents 7832300 + 724d7c8 commit d4b4674

File tree

6 files changed

+1
-8
lines changed

6 files changed

+1
-8
lines changed

keyboards/.keep

Whitespace-only changes.
File renamed without changes.

keyboards/crkbd/rev1/keymaps/bpruitt-goddard/features/achordion.c renamed to keyboards/crkbd/rev1/keymaps/bpg/features/achordion.c

File renamed without changes.

keyboards/crkbd/rev1/keymaps/bpruitt-goddard/features/achordion.h renamed to keyboards/crkbd/rev1/keymaps/bpg/features/achordion.h

File renamed without changes.

keyboards/crkbd/rev1/keymaps/bpruitt-goddard/keymap.c renamed to keyboards/crkbd/rev1/keymaps/bpg/keymap.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
#include QMK_KEYBOARD_H
2020
#include <stdio.h>
21-
#include "features/achordion.h"
2221

2322
enum board_layers {
2423
_BASE,
@@ -180,13 +179,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
180179
// }
181180
// }
182181

183-
void matrix_scan_user(void) {
184-
achordion_task();
185-
}
186-
187182
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
188-
if (!process_achordion(keycode, record)) { return false; }
189-
190183
if (record->event.pressed) {
191184

192185
switch(keycode) {

qmk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"userspace_version": "1.0",
33
"build_targets": [
4-
["crkbd/rev1", "bpruitt-goddard"]
4+
["crkbd/rev1", "bpg"]
55
]
66
}

0 commit comments

Comments
 (0)