summaryrefslogtreecommitdiffstats
path: root/docs/config_options.md
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-02-09 16:00:09 +1100
committerNick Brassel <nick@tzarc.org>2022-02-09 16:00:09 +1100
commita2ffdb4abdbaf7de5206a1114394fbd6fd0b3a19 (patch)
tree80d8c4bcb53ad7d08792d622ca0f65de5cc616a4 /docs/config_options.md
parent74e8a71768c5b6ce04e45b4418784c70d6ca3386 (diff)
parentefdaa7f97205f8964c076677519d1848c5ac4b41 (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index 832af78b22..838c4d86fd 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -61,6 +61,8 @@ This is a C header file that is one of the first things included, and will persi
* pins unused by the keyboard for reference
* `#define MATRIX_HAS_GHOST`
* define is matrix has ghost (unlikely)
+* `#define MATRIX_UNSELECT_DRIVE_HIGH`
+ * On un-select of matrix pins, rather than setting pins to input-high, sets them to output-high.
* `#define DIODE_DIRECTION COL2ROW`
* COL2ROW or ROW2COL - how your matrix is configured. COL2ROW means the black mark on your diode is facing to the rows, and between the switch and the rows.
* `#define DIRECT_PINS { { F1, F0, B0, C7 }, { F4, F5, F6, F7 } }`