aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
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 c5131a841..bc2a89058 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -59,6 +59,8 @@ This is a C header file that is one of the first things included, and will persi
59 * define is matrix has ghost (unlikely) 59 * define is matrix has ghost (unlikely)
60* `#define DIODE_DIRECTION COL2ROW` 60* `#define DIODE_DIRECTION COL2ROW`
61 * 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. 61 * 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.
62* `#define DIRECT_PINS { { F1, F0, B0, C7 }, { F4, F5, F6, F7 } }`
63 * pins mapped to rows and columns, from left to right. Defines a matrix where each switch is connected to a separate pin and ground.
62* `#define AUDIO_VOICES` 64* `#define AUDIO_VOICES`
63 * turns on the alternate audio voices (to cycle through) 65 * turns on the alternate audio voices (to cycle through)
64* `#define C4_AUDIO` 66* `#define C4_AUDIO`