From 71bf4204e9e0cf39339153376a930704e55a4f31 Mon Sep 17 00:00:00 2001 From: Ben Blazak Date: Fri, 1 Jun 2012 21:12:52 -0700 Subject: [PATCH] (small update to a comment) --- src/keyboard/ergodox/matrix.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/keyboard/ergodox/matrix.h b/src/keyboard/ergodox/matrix.h index 832a805..ce499b5 100644 --- a/src/keyboard/ergodox/matrix.h +++ b/src/keyboard/ergodox/matrix.h @@ -29,7 +29,9 @@ * * - location numbers are in the format `row##column`, where * both 'row' and 'column' are single digit hex numbers - * corresponding to the matrix position + * corresponding to the matrix position (which also + * corresponds to the row and column pin labels used in the + * teensy and mcp23018 files) * - coordinates not listed are unused * * --- other info ---------------------------------------------