]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/duck/eagle_viper/v2/config.h
[Keyboard] Small Refactor of Duck boards (#5521)
[qmk_firmware.git] / keyboards / duck / eagle_viper / v2 / config.h
index f454b2e0e1dbed95dd88bc5b14bd4adec11b27a0..a0ce866cc35403a1093a2d0b7d5788edeb5b43f4 100644 (file)
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
 
 #include "config_common.h"
 
@@ -44,6 +43,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define RGB_DI_PIN D6
 #define RGBLED_NUM 17
 
+/* Set to top left most key */
+#define BOOTMAGIC_LITE_ROW 4
+#define BOOTMAGIC_LITE_COLUMN 10
+
 #define TAPPING_TERM 200
 
-#endif