diff options
| author | Joel Challis | 2024-04-14 19:28:15 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-14 19:28:15 +0200 |
| commit | 22b3cf4e9102aa6d746f9ac2b5ee5b529e884010 (patch) | |
| tree | 8b99c986ba754d9aa2b916b030e5959fe04b3b3a /keyboards/ericrlau | |
| parent | e5e2b8a2620cc1c44916b9d024e7ac341f25448f (diff) | |
Migrate build target markers to keyboard.json - DE (#23515)
Diffstat (limited to 'keyboards/ericrlau')
| -rw-r--r-- | keyboards/ericrlau/numdiscipline/rev1/config.h | 39 | ||||
| -rw-r--r-- | keyboards/ericrlau/numdiscipline/rev1/keyboard.json (renamed from keyboards/ericrlau/numdiscipline/rev1/info.json) | 6 |
2 files changed, 6 insertions, 39 deletions
diff --git a/keyboards/ericrlau/numdiscipline/rev1/config.h b/keyboards/ericrlau/numdiscipline/rev1/config.h deleted file mode 100644 index 055e8afe38..0000000000 --- a/keyboards/ericrlau/numdiscipline/rev1/config.h +++ /dev/null @@ -1,39 +0,0 @@ -/* -Copyright 2020 Eric Lau - -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/ericrlau/numdiscipline/rev1/info.json b/keyboards/ericrlau/numdiscipline/rev1/keyboard.json index 6fd9c377f6..5e9f393732 100644 --- a/keyboards/ericrlau/numdiscipline/rev1/info.json +++ b/keyboards/ericrlau/numdiscipline/rev1/keyboard.json @@ -21,6 +21,12 @@ "mousekey": true, "extrakey": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "layouts": { "LAYOUT_all": { "layout": [ |