From 1506793f38efeac084f59cfa98cbe81cab4cd2ce Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Mon, 12 Jun 2023 15:01:12 +0800 Subject: [PATCH] fl16: Don't periodically print scan rate Useful for debugging but causes constant USB traffic, preventing the host from going to sleep. Signed-off-by: Daniel Schaefer --- keyboards/framework/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboards/framework/config.h b/keyboards/framework/config.h index 6e278d3f58..a76674d659 100644 --- a/keyboards/framework/config.h +++ b/keyboards/framework/config.h @@ -7,7 +7,8 @@ #define VIA_EEPROM_ALLOW_RESET // Prints every second how many matrix scans were done (Frequency in Hz) -#define DEBUG_MATRIX_SCAN_RATE +// Only during debugging, since it prevents the host from going to sleep +//#define DEBUG_MATRIX_SCAN_RATE // Prototype for Framework Laptop 16 with Raspberry Pi Pico // It'll disable column drive because we need to remap some pins to there