diff options
author | wanleg <32079073+wanleg@users.noreply.github.com> | 2018-11-03 10:39:40 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-03 10:39:40 -0700 |
commit | 80c04b29194a0023b8e47f3ac49ea248c8ec953d (patch) | |
tree | 43ea6e09ebfdb1d788018edae92b3d4e3616c55a /layouts/community/ortho_4x12/wanleg | |
parent | bdc72740cb5f9d7d6d5df574b39721ec479dc733 (diff) | |
download | qmk_firmware-80c04b29194a0023b8e47f3ac49ea248c8ec953d.tar.gz qmk_firmware-80c04b29194a0023b8e47f3ac49ea248c8ec953d.zip |
5x5bt (#4333)
* got bluetooth working
* get rid of description on bluetooth
* get rid of commented code used for testing
* Update config.h
Diffstat (limited to 'layouts/community/ortho_4x12/wanleg')
-rw-r--r-- | layouts/community/ortho_4x12/wanleg/config.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/layouts/community/ortho_4x12/wanleg/config.h b/layouts/community/ortho_4x12/wanleg/config.h index 2444b8b976..2b2072db22 100644 --- a/layouts/community/ortho_4x12/wanleg/config.h +++ b/layouts/community/ortho_4x12/wanleg/config.h @@ -1,5 +1,4 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H +#pragma once //QMK DFU settings (ProMicro boards with QMK bootloader) // set top left key as bootloader mode escape key on Lets Split rev2 @@ -30,8 +29,6 @@ #undef MATRIX_ROW_PINS #undef MATRIX_COL_PINS #define MATRIX_ROW_PINS { D1, D0, D4, C6 } -//last 4 elements of the column array are are not broken out on a ProMicro (included only to preserve array structure) +//last 4 elements of the column array are not broken out on a ProMicro (included only to preserve array structure) #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B6, B5, B4, E6, D7, F0, B7, D6, F1 } #endif - -#endif |