Skip to content

Commit

Permalink
Migrate LOCKING_*_ENABLE to Data-Driven: H, Part 1 (qmk#23759)
Browse files Browse the repository at this point in the history
Affects:

  - `h0oni/deskpad`
  - `h0oni/hotduck`
  - `halfcliff`
  - `halokeys/elemental75`
  - `han60`
  - `hardlineworks/otd_plus`
  - `helix/rev3_4rows`
  - `helix/rev3_5rows`
  - `hfdkb/ac001`
  - `hidtech/bastyl`
  - `hineybush/h08_ocelot`
  - `hineybush/h10`
  - `hineybush/h60`
  - `hineybush/h65`
  - `hineybush/h65_hotswap`
  - `hineybush/h660s`
  - `hineybush/h75_singa`
  - `hineybush/h87a`
  - `hineybush/h88`
  - `hineybush/hbcp`
  - `hineybush/hineyg80`
  - `hineybush/physix`
  - `hineybush/sm68`
  - `hnahkb/freyr`
  - `hnahkb/stella`
  - `hnahkb/vn66`
  - `horizon`
  - `hotdox`
  - `hs60/v1`
  • Loading branch information
noroadsleft authored and whoisjordangarcia committed Jun 8, 2024
1 parent ff6441b commit a660e37
Show file tree
Hide file tree
Showing 58 changed files with 172 additions and 629 deletions.
22 changes: 0 additions & 22 deletions keyboards/h0oni/deskpad/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/h0oni/deskpad/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"mousekey": true,
"nkro": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["D0", "D4", "D1"],
"rows": ["D7", "C6"]
Expand Down
22 changes: 0 additions & 22 deletions keyboards/h0oni/hotduck/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/h0oni/hotduck/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"nkro": true,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B5", "B4", "E6", "D7", "C6", "D4", "D0", "D1", "D2", "D3"],
"rows": ["B6", "B2", "B3", "B1", "F7", "F6", "F5"]
Expand Down
5 changes: 0 additions & 5 deletions keyboards/halfcliff/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define MATRIX_ROW_PINS { F5, F6, F7, D7, B5, F5, F6, F7, D7, B5 }
#define MATRIX_COL_PINS { B4, E6, C6, B6, B2 }

/* 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
6 changes: 6 additions & 0 deletions keyboards/halfcliff/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"mousekey": false,
"extrakey": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
22 changes: 0 additions & 22 deletions keyboards/halokeys/elemental75/config.h

This file was deleted.

6 changes: 5 additions & 1 deletion keyboards/halokeys/elemental75/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
"term": 300
},
"qmk": {
"tap_keycode_delay": 10
"tap_keycode_delay": 10,
"locking": {
"enabled": true,
"resync": true
}
},
"ws2812": {
"pin": "A10"
Expand Down
39 changes: 0 additions & 39 deletions keyboards/han60/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/han60/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": ["D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"],
"rows": ["D5", "D3", "D2", "D1", "D0"]
Expand Down
7 changes: 0 additions & 7 deletions keyboards/hardlineworks/otd_plus/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/hardlineworks/otd_plus/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"mousekey": true,
"nkro": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B3", "B2", "B1", "B7", "B0", "F1", "D7", "F7", "C7"],
"rows": ["D2", "D4", "D1", "E6", "F5", "C6", "B6", "F6", "F0", "D0", "D6", "D3"]
Expand Down
5 changes: 0 additions & 5 deletions keyboards/helix/rev3_4rows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Custom font */
#define OLED_FONT_H "keyboards/helix/common/glcdfont.c"

/* 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/helix/rev3_4rows/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"pid": "0x0004",
"device_version": "0.0.1"
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"rgb_matrix": {
"driver": "ws2812",
"sat_steps": 8,
Expand Down
5 changes: 0 additions & 5 deletions keyboards/helix/rev3_5rows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Custom font */
#define OLED_FONT_H "keyboards/helix/common/glcdfont.c"

/* 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/helix/rev3_5rows/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"pid": "0x0003",
"device_version": "0.0.1"
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"rgb_matrix": {
"driver": "ws2812",
"sat_steps": 8,
Expand Down
5 changes: 0 additions & 5 deletions keyboards/hfdkb/ac001/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

#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

/* SPI Config for spi flash*/
#define SPI_DRIVER SPIDQ
#define SPI_SCK_PIN B3
Expand Down
6 changes: 5 additions & 1 deletion keyboards/hfdkb/ac001/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@
"pin": "A1"
},
"qmk": {
"tap_keycode_delay": 5
"tap_keycode_delay": 5,
"locking": {
"enabled": true,
"resync": true
}
},
"processor": "WB32FQ95",
"bootloader": "wb32-dfu",
Expand Down
2 changes: 0 additions & 2 deletions keyboards/hidtech/bastyl/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@

#pragma once

#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE
#define MASTER_RIGHT
6 changes: 6 additions & 0 deletions keyboards/hidtech/bastyl/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"nkro": false,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B4", "E6", "C6", "B1", "B3", "B2"],
"rows": ["D7", "B5", "F7", "F6", "B6"]
Expand Down
39 changes: 0 additions & 39 deletions keyboards/hineybush/h08_ocelot/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/hineybush/h08_ocelot/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"nkro": true,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F4", "C7", "D0", "D1"],
"rows": ["B4", "B6"]
Expand Down
23 changes: 0 additions & 23 deletions keyboards/hineybush/h10/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/hineybush/h10/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"mousekey": false,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F0", "C7", "B1", "B2"],
"rows": ["B0", "C6", "B6", "B5", "B4", "D7"]
Expand Down
Loading

0 comments on commit a660e37

Please sign in to comment.