diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2020-01-14 08:31:21 +0000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2020-01-14 19:31:21 +1100 |
commit | e80fdbf3dc2ed7c2db39b2ac48abd67519fecb02 (patch) | |
tree | d6152493950fc6b960c3bd773474b1f6b54ac51f /keyboards/nk65/config.h | |
parent | 83be1aed7631efdeccf9fbcd5d702b3048f08fd7 (diff) | |
download | qmk_firmware-e80fdbf3dc2ed7c2db39b2ac48abd67519fecb02.tar.gz |
NK65 Bootmagic lite for default (#7895)
Diffstat (limited to 'keyboards/nk65/config.h')
-rwxr-xr-x | keyboards/nk65/config.h | 4 |
1 files changed, 4 insertions, 0 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/>. * */ +/* Bootmagic Lite key configuration */ +#define BOOTMAGIC_LITE_ROW 0 +#define BOOTMAGIC_LITE_COLUMN 0 + /* Backlight options */ #define RGB_BACKLIGHT_ENABLED 1 |