diff options
| author | James Young | 2024-05-22 21:41:29 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-22 21:41:29 +0200 |
| commit | efe0d96845306a7083dd191dce7c2714c2a406ab (patch) | |
| tree | dada540ec6025433328870b29d858e493a2e4796 /keyboards/novelkeys | |
| parent | 16d2db5048acedfc9dd5f8e85ca19e50f139ba13 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: N (#23774)
Affects:
- `nacly/sodium42`
- `nacly/sodium50`
- `nacly/sodium62`
- `nacly/splitreus62`
- `nacly/ua62`
- `nek_type_a`
- `nemui`
- `nibiria/stream15`
- `nightingale_studios/hailey`
- `nightly_boards/adellein`
- `nightly_boards/alter/rev1`
- `nightly_boards/alter_lite`
- `nightly_boards/conde60`
- `nightly_boards/daily60`
- `nightly_boards/jisoo`
- `nightly_boards/n2`
- `nightly_boards/n40_o`
- `nightly_boards/n60_s`
- `nightly_boards/n87`
- `nightly_boards/n9`
- `nightly_boards/octopad`
- `nightly_boards/octopadplus`
- `nightly_boards/paraluman`
- `nightly_boards/ph_arisu`
- `nightmare`
- `nimrod`
- `nix_studio/oxalys80`
- `nopunin10did/jabberwocky/v1`
- `nopunin10did/jabberwocky/v2`
- `nopunin10did/railroad/rev0`
- `novelkeys/novelpad`
- `noxary/220`
- `noxary/260`
- `noxary/268`
- `noxary/268_2`
- `noxary/268_2_rgb`
- `noxary/280`
- `noxary/378`
- `noxary/valhalla`
- `noxary/vulcan`
- `noxary/x268`
- `numatreus`
Diffstat (limited to 'keyboards/novelkeys')
| -rwxr-xr-x | keyboards/novelkeys/novelpad/config.h | 39 | ||||
| -rw-r--r-- | keyboards/novelkeys/novelpad/keyboard.json | 6 |
2 files changed, 6 insertions, 39 deletions
diff --git a/keyboards/novelkeys/novelpad/config.h b/keyboards/novelkeys/novelpad/config.h deleted file mode 100755 index 5c82c9a7ca..0000000000 --- a/keyboards/novelkeys/novelpad/config.h +++ /dev/null @@ -1,39 +0,0 @@ -/* -Copyright 2018 Cole Markham - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/novelkeys/novelpad/keyboard.json b/keyboards/novelkeys/novelpad/keyboard.json index 03c76764df..bb190dd284 100644 --- a/keyboards/novelkeys/novelpad/keyboard.json +++ b/keyboards/novelkeys/novelpad/keyboard.json @@ -18,6 +18,12 @@ "nkro": false, "rgblight": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["D7", "D6", "D5", "D4"], "rows": ["C2", "C4", "C5", "C6", "C7"] |