summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xealousbrown/config.h
diff options
context:
space:
mode:
authorAlex Ong <alex.ong@unsw.edu.au>2021-08-07 16:51:38 +1000
committerGitHub <noreply@github.com>2021-08-06 23:51:38 -0700
commit8a9688bc64ea4283ecfa19dc2bf2c3312e7c646f (patch)
treec8057c093a03d3cdf3a49736ffb26bd800ddff20 /keyboards/handwired/xealousbrown/config.h
parent9d88786b6fc6b1e9eeeba409cb5e4a17dd2bbe82 (diff)
[Keyboard] Use new matrix_output_select_delay api (#13861)
* Use new matrix_output_select_delay api * Updated delay to 15 after more spamming
Diffstat (limited to 'keyboards/handwired/xealousbrown/config.h')
-rw-r--r--keyboards/handwired/xealousbrown/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/handwired/xealousbrown/config.h b/keyboards/handwired/xealousbrown/config.h
index bf9ad3e052..70775ffaeb 100644
--- a/keyboards/handwired/xealousbrown/config.h
+++ b/keyboards/handwired/xealousbrown/config.h
@@ -32,6 +32,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USB_POLLING_INTERVAL_MS 1
/* layer optimization */
#define LAYER_STATE_8BIT
+#define MAX_LAYER 2
+
+//debug scanrate
+//#define DEBUG_MATRIX_SCAN_RATE
+//debug scans taking longer than one ms
+//#define BENCHMARK_MATRIX
+#define MATRIX_IO_DELAY 15
/*
* Keyboard Matrix Assignments
*