remove diag config

This commit is contained in:
Tim Eastwood 2025-06-24 13:34:38 +10:00
parent 3cbd4685ca
commit 6e5fe5f77c
2 changed files with 0 additions and 10 deletions

View File

@ -23,8 +23,6 @@
"features": {
"backlight": true,
"bootmagic": true,
"command": true,
"console": true,
"extrakey": true,
"mousekey": false,
"nkro": true

View File

@ -16,14 +16,6 @@
#include QMK_KEYBOARD_H
#define CTALDEL LCTL(LALT(KC_DEL))
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
// If console is enabled, it will print the matrix position and status of each key pressed
#ifdef CONSOLE_ENABLE
uprintf("KL: kc: 0x%04X, col: %2u, row: %2u, pressed: %u, time: %5u, int: %u, count: %u\n", keycode, record->event.key.col, record->event.key.row, record->event.pressed, record->event.time, record->tap.interrupted, record->tap.count);
#endif
return true;
}
/* Membrane labels - base
* .----------------------------------------------------------------------------.
* |light | home | GUI | MUTE | VOL- | VOL+ | Prev | Pause| Next | Bksp |