Skip to content

Commit a7c348c

Browse files
fix: remove achordion
1 parent 4c34dc6 commit a7c348c

File tree

1 file changed

+0
-7
lines changed
  • keyboards/crkbd/rev1/keymaps/bpg

1 file changed

+0
-7
lines changed

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) {

0 commit comments

Comments
 (0)