diff options
author | milestogo <milestogo@users.noreply.github.com> | 2017-02-09 23:28:15 -0800 |
---|---|---|
committer | milestogo <milestogo@users.noreply.github.com> | 2017-02-09 23:28:15 -0800 |
commit | 41c93575a838e9b201ca113165085f47198e109d (patch) | |
tree | 897558fe82aa473d9461ba350c939c75a3ac6b5f /quantum/template/config.h | |
parent | b0dfb037dc0b8b20fd87b3c88449a2ce20ff80e1 (diff) | |
parent | 6c462e0c0155a892a6efd0881086f8a7032316d2 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/template/config.h')
-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 |