disable debugging
This commit is contained in:
parent
15c84baed3
commit
e36fc17f4c
@ -67,10 +67,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||||||
|
|
||||||
void keyboard_post_init_user(void) {
|
void keyboard_post_init_user(void) {
|
||||||
// Customise these values to desired behaviour
|
// Customise these values to desired behaviour
|
||||||
debug_enable=true;
|
// debug_enable=true;
|
||||||
debug_matrix=true;
|
// debug_matrix=true;
|
||||||
debug_keyboard=true;
|
// debug_keyboard=true;
|
||||||
//debug_mouse=true;
|
// debug_mouse=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef OLED_ENABLE
|
#ifdef OLED_ENABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user