diff options
| author | James Young | 2024-05-22 01:03:56 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-22 01:03:56 +0200 |
| commit | a1c142759480fbad6e947862c0995d040ae9d8d4 (patch) | |
| tree | 917043ba8359dc2b0ef0a8592000d79180c56103 /keyboards/handwired/pilcrow | |
| parent | 89b9a39614f0d788aa9f2ac0a338b30fb34745b7 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 3 (#23763)
Affects:
- `handwired/jn68m`
- `handwired/jopr`
- `handwired/jot50`
- `handwired/jotanck`
- `handwired/jotpad16`
- `handwired/jtallbean/split_65`
- `handwired/juliet`
- `handwired/k_numpad17`
- `handwired/kbod`
- `handwired/ks63`
- `handwired/leftynumpad`
- `handwired/lemonpad`
- `handwired/m40/5x5_macropad`
- `handwired/macroboard/f401`
- `handwired/macroboard/f411`
- `handwired/magicforce61`
- `handwired/magicforce68`
- `handwired/mechboards_micropad`
- `handwired/minorca`
- `handwired/mutepad`
- `handwired/nicekey`
- `handwired/nortontechpad`
- `handwired/not_so_minidox`
- `handwired/novem`
- `handwired/nozbe_macro`
- `handwired/numpad20`
- `handwired/obuwunkunubi/spaget`
- `handwired/oem_ansi_fullsize`
- `handwired/onekey`
- `handwired/ortho5x13`
- `handwired/ortho5x14`
- `handwired/p65rgb`
- `handwired/pilcrow`
- `handwired/polly40`
- `handwired/postageboard/mini`
- `handwired/postageboard/r1`
- `handwired/prime_exl`
- `handwired/prime_exl_plus`
Diffstat (limited to 'keyboards/handwired/pilcrow')
| -rw-r--r-- | keyboards/handwired/pilcrow/config.h | 39 | ||||
| -rw-r--r-- | keyboards/handwired/pilcrow/keyboard.json | 6 |
2 files changed, 6 insertions, 39 deletions
diff --git a/keyboards/handwired/pilcrow/config.h b/keyboards/handwired/pilcrow/config.h deleted file mode 100644 index b9449c4714..0000000000 --- a/keyboards/handwired/pilcrow/config.h +++ /dev/null @@ -1,39 +0,0 @@ -/* -Copyright 2012 Jun Wako <wakojun@gmail.com> - -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/handwired/pilcrow/keyboard.json b/keyboards/handwired/pilcrow/keyboard.json index b1c96a495e..b44a4e2d3d 100644 --- a/keyboards/handwired/pilcrow/keyboard.json +++ b/keyboards/handwired/pilcrow/keyboard.json @@ -16,6 +16,12 @@ "mousekey": true, "nkro": false }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["D4", "C6", "D7", "E6", "F5", "F6", "B6", "B2", "F4", "B5"], "rows": ["B4", "F7", "B1", "B3"] |