Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Empty file removed keyboards/.keep
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include QMK_KEYBOARD_H
#include <stdio.h>
#include "features/achordion.h"

enum board_layers {
_BASE,
Expand Down Expand Up @@ -180,13 +179,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// }
// }

void matrix_scan_user(void) {
achordion_task();
}

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
if (!process_achordion(keycode, record)) { return false; }

if (record->event.pressed) {

switch(keycode) {
Expand Down
2 changes: 1 addition & 1 deletion qmk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"userspace_version": "1.0",
"build_targets": [
["crkbd/rev1", "bpruitt-goddard"]
["crkbd/rev1", "bpg"]
]
}