diff options
| author | zvecr <git@zvecr.com> | 2019-02-18 16:49:51 +0000 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-02-18 08:49:51 -0800 |
| commit | fc069869896c279f175d2d5acf1ef545278c7102 (patch) | |
| tree | 30a4d2c8dd725ccbba79cb6b1fcab55fd63eee6d /docs/hardware_avr.md | |
| parent | 7639edb0aeea7b16f49cad9963d32b7eace9434d (diff) | |
| download | qmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.tar.gz qmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.zip | |
Remove CUSTOM_MATRIX option from diode direction (#5090)
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION
* Remove '#define DIODE_DIRECTION CUSTOM_MATRIX'
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
Diffstat (limited to 'docs/hardware_avr.md')
| -rw-r--r-- | docs/hardware_avr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_avr.md b/docs/hardware_avr.md index 2c3652a02..12a0059c3 100644 --- a/docs/hardware_avr.md +++ b/docs/hardware_avr.md | |||
| @@ -87,7 +87,7 @@ Once you've defined the size of your matrix you need to define which pins on you | |||
| 87 | 87 | ||
| 88 | The number of `MATRIX_ROW_PINS` entries must be the same as the number you assigned to `MATRIX_ROWS`, and likewise for `MATRIX_COL_PINS` and `MATRIX_COLS`. You do not have to specify `UNUSED_PINS`, but you can if you want to document what pins are open. | 88 | The number of `MATRIX_ROW_PINS` entries must be the same as the number you assigned to `MATRIX_ROWS`, and likewise for `MATRIX_COL_PINS` and `MATRIX_COLS`. You do not have to specify `UNUSED_PINS`, but you can if you want to document what pins are open. |
| 89 | 89 | ||
| 90 | Finally, you can specify the direction your diodes point. This can be `COL2ROW`, `ROW2COL`, or `CUSTOM_MATRIX`. | 90 | Finally, you can specify the direction your diodes point. This can be `COL2ROW` or `ROW2COL`. |
| 91 | 91 | ||
| 92 | ```c | 92 | ```c |
| 93 | #define DIODE_DIRECTION COL2ROW | 93 | #define DIODE_DIRECTION COL2ROW |
