diff options
author | mechmerlin <mechmerlin@gmail.com> | 2019-04-06 18:31:00 -0700 |
---|---|---|
committer | mechmerlin <mechmerlin@gmail.com> | 2019-04-06 18:31:00 -0700 |
commit | f6c305ba52f68880585af3cc6c1642a4d76deb7e (patch) | |
tree | 0c4c7c359519ddcfb843812a7512ba3179cd2efe /keyboards/exclusive | |
parent | 44435d74447df0b190e02201181416d3d4b8cdff (diff) |
clean up config file
Diffstat (limited to 'keyboards/exclusive')
-rw-r--r-- | keyboards/exclusive/e6v2/bmc/config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/exclusive/e6v2/bmc/config.h b/keyboards/exclusive/e6v2/bmc/config.h index aae4d56dd9..44e77f6981 100644 --- a/keyboards/exclusive/e6v2/bmc/config.h +++ b/keyboards/exclusive/e6v2/bmc/config.h @@ -45,13 +45,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, C2, C3, C4, C5, D7 } #define DIODE_DIRECTION COL2ROW - #define RGBLED_NUM 6 #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 -#define BOOTLOADHID_BOOTLOADER 1 - -// Set bootmagic lite key to the key commonly programmed as Esc. +// Set bootmagic lite key to the key commonly programmed as Esc. #define BOOTMAGIC_LITE_ROW 5 -#define BOOTMAGIC_LITE_COLUMN 0
\ No newline at end of file +#define BOOTMAGIC_LITE_COLUMN 0 |