We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c34dc6 commit a7c348cCopy full SHA for a7c348c
keyboards/crkbd/rev1/keymaps/bpg/keymap.c
@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19
#include QMK_KEYBOARD_H
20
#include <stdio.h>
21
-#include "features/achordion.h"
22
23
enum board_layers {
24
_BASE,
@@ -180,13 +179,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
180
179
// }
181
182
183
-void matrix_scan_user(void) {
184
- achordion_task();
185
-}
186
-
187
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
188
- if (!process_achordion(keycode, record)) { return false; }
189
190
if (record->event.pressed) {
191
192
switch(keycode) {
0 commit comments