diff options
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 |