summaryrefslogtreecommitdiffstats
path: root/keyboards/meishi
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-02-18 17:49:51 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-18 17:49:51 +0100
commitfc069869896c279f175d2d5acf1ef545278c7102 (patch)
tree30a4d2c8dd725ccbba79cb6b1fcab55fd63eee6d /keyboards/meishi
parent7639edb0aeea7b16f49cad9963d32b7eace9434d (diff)
downloadqmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.tar.gz
qmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.tar.xz
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 'keyboards/meishi')
-rw-r--r--keyboards/meishi/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/meishi/config.h b/keyboards/meishi/config.h
index 6c712e2ad..6aa4e6b6e 100644
--- a/keyboards/meishi/config.h
+++ b/keyboards/meishi/config.h
@@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS { B1, B3, B2, B6 }
#define UNUSED_PINS
-/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
+/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
// #define BACKLIGHT_PIN B7