summaryrefslogtreecommitdiff
path: root/keyboards/ffkeebs/puca
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-05-21 15:54:13 -0700
committerGitHub <noreply@github.com>2024-05-21 23:54:13 +0100
commit0a84bf8b574b0efdf4ea729b3204ea32ffceef6e (patch)
treedc51f6605e885fc241036dede6a0cea8ad96dc41 /keyboards/ffkeebs/puca
parent1c650aa55ca410bd888bb419604aa4feab56764e (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: F (#23757)
Affects: - `fallacy` - `ffkeebs/puca` - `fjlabs/7vhotswap` - `fjlabs/ad65` - `fjlabs/avalon` - `fjlabs/bks65` - `fjlabs/bks65solder` - `fjlabs/bolsa65` - `fjlabs/kf87` - `fjlabs/kyuu` - `fjlabs/ldk65` - `fjlabs/midway60` - `fjlabs/mk61rgbansi` - `fjlabs/peaker` - `fjlabs/polaris` - `fjlabs/ready100` - `fjlabs/sinanju` - `fjlabs/sinanjuwk` - `fjlabs/solanis` - `fjlabs/swordfish` - `fjlabs/tf60ansi` - `fjlabs/tf60v2` - `fjlabs/tf65rgbv2` - `flehrad/downbubble` - `flehrad/numbrero` - `flehrad/snagpad` - `flehrad/tradestation` - `fleuron` - `fluorite` - `flx/lodestone` - `flxlb/zplit` - `foostan/cornelius` - `forever65` - `fortitude60/rev1` - `foxlab/key65/hotswap` - `foxlab/key65/universal` - `foxlab/leaf60/hotswap` - `foxlab/leaf60/universal` - `foxlab/time80` - `fr4/southpaw75` - `fractal` - `fungo/rev1` - `funky40`
Diffstat (limited to 'keyboards/ffkeebs/puca')
-rw-r--r--keyboards/ffkeebs/puca/config.h23
-rw-r--r--keyboards/ffkeebs/puca/keyboard.json6
2 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/ffkeebs/puca/config.h b/keyboards/ffkeebs/puca/config.h
deleted file mode 100644
index ced239c833..0000000000
--- a/keyboards/ffkeebs/puca/config.h
+++ /dev/null
@@ -1,23 +0,0 @@
1/*
2Copyright 2021 Sleepdealer
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
21#define LOCKING_SUPPORT_ENABLE
22/* Locking resynchronize hack */
23#define LOCKING_RESYNC_ENABLE
diff --git a/keyboards/ffkeebs/puca/keyboard.json b/keyboards/ffkeebs/puca/keyboard.json
index 04f444869d..2abd0cfc36 100644
--- a/keyboards/ffkeebs/puca/keyboard.json
+++ b/keyboards/ffkeebs/puca/keyboard.json
@@ -22,6 +22,12 @@
22 "oled": true, 22 "oled": true,
23 "rgblight": true 23 "rgblight": true
24 }, 24 },
25 "qmk": {
26 "locking": {
27 "enabled": true,
28 "resync": true
29 }
30 },
25 "matrix_pins": { 31 "matrix_pins": {
26 "cols": ["F7", "B1", "B3", "B2", "B6"], 32 "cols": ["F7", "B1", "B3", "B2", "B6"],
27 "rows": ["B4", "E6", "D7", "B5", "C6", "F6"] 33 "rows": ["B4", "E6", "D7", "B5", "C6", "F6"]