diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-02 13:47:52 +1000 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-08-04 20:46:57 -0700 |
commit | 72f382fc02b3c5c81c54fd2d239d653fe2f8083c (patch) | |
tree | 4000273f563ec929108f95950916f8b703e17a96 /keyboards/ergo42/rev1 | |
parent | 430c37024e8de42bb735f26386f2b13f042e3569 (diff) | |
download | qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.tar.gz qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.zip |
Remove unused _BOOTLOADER defines
Diffstat (limited to 'keyboards/ergo42/rev1')
-rw-r--r-- | keyboards/ergo42/rev1/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/ergo42/rev1/config.h b/keyboards/ergo42/rev1/config.h index 68a5e2bbe5..f8fae93cf4 100644 --- a/keyboards/ergo42/rev1/config.h +++ b/keyboards/ergo42/rev1/config.h @@ -40,8 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 } // #define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6 } //uncomment this line and comment line above if you need to reverse left-to-right key order -#define CATERINA_BOOTLOADER - /* define tapping term */ #define TAPPING_TERM 100 |