diff options
| -rwxr-xr-x | keyboards/nk65/config.h | 4 | ||||
| -rwxr-xr-x | keyboards/nk65/rules.mk | 2 |
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 | # |
| 12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 13 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | 13 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 16 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
