aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkeyboards/nk65/config.h4
-rwxr-xr-xkeyboards/nk65/rules.mk2
2 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/nk65/config.h b/keyboards/nk65/config.h
index 33a3f908a..767959b62 100755
--- a/keyboards/nk65/config.h
+++ b/keyboards/nk65/config.h
@@ -82,6 +82,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
82 * 82 *
83 */ 83 */
84 84
85/* Bootmagic Lite key configuration */
86#define BOOTMAGIC_LITE_ROW 0
87#define BOOTMAGIC_LITE_COLUMN 0
88
85/* Backlight options */ 89/* Backlight options */
86 90
87#define RGB_BACKLIGHT_ENABLED 1 91#define RGB_BACKLIGHT_ENABLED 1
diff --git a/keyboards/nk65/rules.mk b/keyboards/nk65/rules.mk
index 01765538a..1b734161f 100755
--- a/keyboards/nk65/rules.mk
+++ b/keyboards/nk65/rules.mk
@@ -10,7 +10,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
10# comment out to disable the options. 10# comment out to disable the options.
11# 11#
12BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 12BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
13BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration 13BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
14MOUSEKEY_ENABLE = yes # Mouse keys 14MOUSEKEY_ENABLE = yes # Mouse keys
15EXTRAKEY_ENABLE = yes # Audio control and System control 15EXTRAKEY_ENABLE = yes # Audio control and System control
16CONSOLE_ENABLE = no # Console for debug 16CONSOLE_ENABLE = no # Console for debug