X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fduck%2Flightsaver%2Fconfig.h;fp=keyboards%2Fduck%2Flightsaver%2Fconfig.h;h=d302fb395322cf18a9e82dca0283752f9442dadb;hb=cb2f2fd258011e6637ed182f484a4317ac510db8;hp=9e3a08fbd1a5a8a3e1cd6c278315566d63068b2f;hpb=caefb1c61eca10dcb70ca6481a8a592057de7318;p=qmk_firmware.git diff --git a/keyboards/duck/lightsaver/config.h b/keyboards/duck/lightsaver/config.h index 9e3a08fbd..d302fb395 100644 --- a/keyboards/duck/lightsaver/config.h +++ b/keyboards/duck/lightsaver/config.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -44,6 +43,9 @@ along with this program. If not, see . #define RGB_DI_PIN D6 #define RGBLED_NUM 17 +/* Set to top left most key */ +#define BOOTMAGIC_LITE_ROW 5 +#define BOOTMAGIC_LITE_COLUMN 10 + #define TAPPING_TERM 200 -#endif