diff options
| author | James Young | 2024-03-30 14:51:57 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-30 14:51:57 +0100 |
| commit | 76bd5142cfed1fb8e07b9f32fb0b010fbc068fa4 (patch) | |
| tree | 4debb51b6be7f09a8f03dcbb37c21d538c5bcba0 /keyboards/0xcb/static | |
| parent | 831deac212fa0342b9fad9d419b7f15890abfa02 (diff) | |
Data-Driven Keyboard Conversions: 0-9 (#23357)
Diffstat (limited to 'keyboards/0xcb/static')
| -rw-r--r-- | keyboards/0xcb/static/config.h | 5 | ||||
| -rw-r--r-- | keyboards/0xcb/static/keyboard.json | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/0xcb/static/config.h b/keyboards/0xcb/static/config.h index 179c84088b..60d9ff232a 100644 --- a/keyboards/0xcb/static/config.h +++ b/keyboards/0xcb/static/config.h @@ -16,11 +16,6 @@ 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 - /* oled custom font */ #define OLED_FONT_END 255 #define OLED_FONT_H "gfxfont.c" diff --git a/keyboards/0xcb/static/keyboard.json b/keyboards/0xcb/static/keyboard.json index cd3d492870..73a6a802cc 100644 --- a/keyboards/0xcb/static/keyboard.json +++ b/keyboards/0xcb/static/keyboard.json @@ -32,6 +32,10 @@ ] }, "qmk": { + "locking": { + "enabled": true, + "resync": true + }, "tap_keycode_delay": 10 }, "processor": "atmega328p", |