diff options
author | David Olsson <david.olsson@softhouse.se> | 2017-02-11 10:50:37 +0100 |
---|---|---|
committer | David Olsson <david.olsson@softhouse.se> | 2017-02-11 10:50:37 +0100 |
commit | 052f81aacaa3b5afa93f9db3667f31f9365348ce (patch) | |
tree | dcfde5c6fed00e248535ac4d975831f33316cc8a /quantum/template | |
parent | aa69337cf563d7b37722aabfcd1c5bae6c185208 (diff) | |
parent | 835556da9111d91b71c545d6a273e843f07631ae (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/template')
-rw-r--r-- | quantum/template/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/config.h b/quantum/template/config.h index b02f0c7ebc..c61c4a6181 100644 --- a/quantum/template/config.h +++ b/quantum/template/config.h @@ -46,7 +46,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { F1, F0, B0 } #define UNUSED_PINS -/* COL2ROW or ROW2COL */ +/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ #define DIODE_DIRECTION COL2ROW // #define BACKLIGHT_PIN B7 |