summaryrefslogtreecommitdiffstats
path: root/keyboards/frobiac/blackflat/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-03-10 07:06:40 +0000
committerQMK Bot <hello@qmk.fm>2023-03-10 07:06:40 +0000
commit6728b8c0f3d24d85023b6df8cd81f5728896dcf8 (patch)
tree8879921a5f3700e678af1c275034e120b59f2513 /keyboards/frobiac/blackflat/config.h
parent84d29a793fc9bcea5989b9d37049df90b31920e7 (diff)
parent313fc4cb8f4e41c921112d0b105b82ad5d8a653e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/frobiac/blackflat/config.h')
-rw-r--r--keyboards/frobiac/blackflat/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/frobiac/blackflat/config.h b/keyboards/frobiac/blackflat/config.h
new file mode 100644
index 0000000000..20801757dc
--- /dev/null
+++ b/keyboards/frobiac/blackflat/config.h
@@ -0,0 +1,12 @@
+// Copyright 2023 @frobiac
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#ifdef PS2_MOUSE_ENABLE
+# define PS2_DATA_PIN D4
+# define PS2_CLOCK_PIN B3
+
+# define PS2_MOUSE_USE_REMOTE_MODE
+# define PS2_MOUSE_INIT_DELAY 1000
+#endif