aboutsummaryrefslogtreecommitdiff
path: root/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'matrix.c')
-rw-r--r--matrix.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/matrix.c b/matrix.c
index 4b0aaed..47623f7 100644
--- a/matrix.c
+++ b/matrix.c
@@ -54,8 +54,9 @@ static bool read_row(uint8_t row);
void matrix_init(void)
{
- debug_enable = true;
- debug_matrix = true;
+ /* Can still be activated with LSHIFT+ET1+ET2+D and LSHIFT+ET1+ET2+X */
+ //debug_enable = true;
+ //debug_matrix = true;
/* this also configures all LED pins and brings them into defined states */
led_set(host_keyboard_leds());