diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-27 02:44:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-27 02:44:18 +0000 |
commit | 998ac203e4f325f7fc5d97129e4d94083a50c7f9 (patch) | |
tree | 71b4dabbf4f02fd90988badaf99665ad493db227 /keyboards/ares/config.h | |
parent | be34fdea4b2903ae12de57b36a68b7c7b0648b74 (diff) | |
parent | a617c8b80a5e1760ffaac5e4367d89065f2fbce9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ares/config.h')
-rw-r--r-- | keyboards/ares/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ares/config.h b/keyboards/ares/config.h index 35e885d693..652b71e463 100644 --- a/keyboards/ares/config.h +++ b/keyboards/ares/config.h @@ -49,5 +49,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) /* Bootmagic Lite key configuration */ -// #define BOOTMAGIC_LITE_ROW 0 -// #define BOOTMAGIC_LITE_COLUMN 0 +#define BOOTMAGIC_LITE_ROW 4 +#define BOOTMAGIC_LITE_COLUMN 0 |