diff options
author | TerryMathews <terry@terrymathews.net> | 2017-01-22 15:57:30 -0500 |
---|---|---|
committer | TerryMathews <terry@terrymathews.net> | 2017-01-22 15:57:30 -0500 |
commit | 99d548c4fbf207a0d38077d655bcf86a92db562f (patch) | |
tree | 09b05c19eae2a7dc16fd958fea2061a3175035b2 /keyboards/lets_split/rev1/config.h | |
parent | a00957abca4a7c67d25450246fbe73fda09b0e72 (diff) |
Missed commenting out notes at end of line
Diffstat (limited to 'keyboards/lets_split/rev1/config.h')
-rw-r--r-- | keyboards/lets_split/rev1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/rev1/config.h b/keyboards/lets_split/rev1/config.h index b73a7fb34e..e5e9a1c827 100644 --- a/keyboards/lets_split/rev1/config.h +++ b/keyboards/lets_split/rev1/config.h @@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // wiring of each half #define MATRIX_ROW_PINS { B5, B4, E6, D7 } #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } -// #define MATRIX_COL_PINS { B3, B1, F7, F6, F5, F4 } uncomment this line and comment line above if you need to reverse left-to-right key order +// #define MATRIX_COL_PINS { B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order #define CATERINA_BOOTLOADER |