summaryrefslogtreecommitdiffstats
path: root/keyboards/mt/split75/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-10 08:05:15 +0000
committerQMK Bot <hello@qmk.fm>2022-10-10 08:05:15 +0000
commitaab2bad08966bfea083b9b50486c82dba380a25a (patch)
treeba03ab7baa1b9a98d29184f21f1d024df62a8172 /keyboards/mt/split75/config.h
parent9f5806781ce60c17ddb82278dbc3b325dbb76f75 (diff)
parentcd4a265560b45d117ac8296887188015c907e3c8 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mt/split75/config.h')
-rw-r--r--keyboards/mt/split75/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/mt/split75/config.h b/keyboards/mt/split75/config.h
index dce3f6eea8..b146d03314 100644
--- a/keyboards/mt/split75/config.h
+++ b/keyboards/mt/split75/config.h
@@ -1,3 +1,6 @@
+// Copyright 2022 Artjoms Rizihs (@artjomsR)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
#pragma once
/* matrix size */
@@ -13,3 +16,5 @@
#define RGBLIGHT_SLEEP
#define BACKLIGHT_PIN D4
+
+#define I2C_START_RETRY_COUNT 1 \ No newline at end of file