mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 21:22:05 +00:00
remove diag config
This commit is contained in:
parent
3cbd4685ca
commit
6e5fe5f77c
@ -23,8 +23,6 @@
|
||||
"features": {
|
||||
"backlight": true,
|
||||
"bootmagic": true,
|
||||
"command": true,
|
||||
"console": true,
|
||||
"extrakey": true,
|
||||
"mousekey": false,
|
||||
"nkro": true
|
||||
|
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user