Skip to content

Commit

Permalink
Migrate LOCKING_*_ENABLE to Data-Driven: A-C, Part 3 (qmk#23747)
Browse files Browse the repository at this point in the history
Affects:

  - `ck60i`
  - `coarse/cordillera`
  - `contender`
  - `converter/a1200/mistress1200`
  - `converter/adb_usb`
  - `converter/m0110_usb`
  - `converter/siemens_tastatur`
  - `cool836a`
  - `copenhagen_click/click_pad_v1`
  - `coseyfannitutti/discipad`
  - `coseyfannitutti/discipline`
  - `coseyfannitutti/mysterium`
  - `coseyfannitutti/romeo`
  - `cozykeys/bloomer`
  - `cozykeys/speedo/v2`
  - `cozykeys/speedo/v3`
  - `craftwalk`
  - `crawlpad`
  - `crazy_keyboard_68`
  - `crbn`
  - `creatkeebs/glacier`
  - `crimsonkeyboards/resume1800`
  - `crin`
  - `cutie_club/borsdorf`
  - `cutie_club/fidelity`
  - `cutie_club/giant_macro_pad`
  - `cutie_club/keebcats/denis`
  - `cutie_club/keebcats/dougal`
  - `cutie_club/novus`
  - `cutie_club/wraith`
  • Loading branch information
noroadsleft committed May 20, 2024
1 parent bf42707 commit b7b4ffc
Show file tree
Hide file tree
Showing 59 changed files with 174 additions and 725 deletions.
5 changes: 0 additions & 5 deletions keyboards/ck60i/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BACKLIGHT_PWM_CHANNEL 1
#define BACKLIGHT_PAL_MODE 1

/* 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.
Expand Down
6 changes: 6 additions & 0 deletions keyboards/ck60i/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"nkro": true,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B12", "A2", "A1", "A0", "F1", "F0", "B11", "B10", "B2", "B1", "B0", "A7", "C15", "C14"],
"rows": ["B9", "C13", "A3", "B14", "A8"]
Expand Down
5 changes: 0 additions & 5 deletions keyboards/coarse/cordillera/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BACKLIGHT_PWM_DRIVER PWMD1
#define BACKLIGHT_PWM_CHANNEL 1

/* 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.
Expand Down
6 changes: 6 additions & 0 deletions keyboards/coarse/cordillera/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"mousekey": true,
"nkro": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B15", "B14", "B13", "B12", "B11", "B10", "B2", "B1", "B8", "B7", "B6", "B5", "B4", "B3", "A15", "A14"],
"rows": ["A13", "B9", "F1", "A10", "A9"]
Expand Down
39 changes: 0 additions & 39 deletions keyboards/contender/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/contender/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"nkro": false,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["C7", "D6", "B3", "B0", "B1"],
"rows": ["D4", "D3", "B5", "B7", "B4", "B2"]
Expand Down
2 changes: 0 additions & 2 deletions keyboards/converter/a1200/mistress1200/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
#define LAYER_STATE_8BIT

/* disable action features */
Expand Down
5 changes: 0 additions & 5 deletions keyboards/converter/adb_usb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ Ported to QMK by Peter Roe <pete@13bit.me>
#define MATRIX_ROWS 16 // keycode bit: 3-0
#define MATRIX_COLS 8 // keycode bit: 6-4

/* 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

/* ADB port setting */
#define ADB_PORT PORTD
#define ADB_PIN PIND
Expand Down
6 changes: 6 additions & 0 deletions keyboards/converter/adb_usb/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"mousekey": false,
"extrakey": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layouts": {
"LAYOUT_ext_ansi": {
"layout": [
Expand Down
5 changes: 0 additions & 5 deletions keyboards/converter/m0110_usb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ Ported to QMK by Techsock <info@techsock.com>
#define MATRIX_ROWS 14
#define MATRIX_COLS 8

/* 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

/* magic key */
#define IS_COMMAND() ( \
get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_LALT) | MOD_BIT(KC_LGUI)) || \
Expand Down
6 changes: 6 additions & 0 deletions keyboards/converter/m0110_usb/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"extrakey": true,
"usb_hid": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layouts": {
"LAYOUT_ansi": {
"layout": [
Expand Down
6 changes: 0 additions & 6 deletions keyboards/converter/siemens_tastatur/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 5
#define MATRIX_COLS 19

/* 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.
Expand Down
6 changes: 6 additions & 0 deletions keyboards/converter/siemens_tastatur/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"nkro": true,
"sleep_led": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
39 changes: 0 additions & 39 deletions keyboards/cool836a/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/cool836a/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"mousekey": true,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F5", "D0", "B2", "C6", "D7", "E6"],
"rows": ["D1", "B5", "B4", "F4", "B1", "B6"]
Expand Down
39 changes: 0 additions & 39 deletions keyboards/copenhagen_click/click_pad_v1/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/copenhagen_click/click_pad_v1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"mousekey": true,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F5"],
"rows": ["F7"]
Expand Down
39 changes: 0 additions & 39 deletions keyboards/coseyfannitutti/discipad/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/coseyfannitutti/discipad/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"mousekey": true,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["C0", "C1", "C2", "C3"],
"rows": ["B1", "B0", "D7", "D6", "D4"]
Expand Down
38 changes: 0 additions & 38 deletions keyboards/coseyfannitutti/discipline/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/coseyfannitutti/discipline/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"mousekey": true,
"extrakey": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layout_aliases": {
"LAYOUT_65_ansi_2_right_mods": "LAYOUT_65_ansi_blocker",
"LAYOUT_65_iso_2_right_mods": "LAYOUT_65_iso_blocker",
Expand Down
Loading

0 comments on commit b7b4ffc

Please sign in to comment.