Skip to content

Commit

Permalink
Migrate features from rules.mk to data driven - OPQR (qmk#23285)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and Ardakilic committed Sep 10, 2024
1 parent f073f7c commit d2a27c4
Show file tree
Hide file tree
Showing 296 changed files with 1,322 additions and 1,850 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x0012",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5"],
"rows": ["C6", "D7", "E6", "B4", "B5"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/ocean/addon/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x0005",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
"rows": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/ocean/gin_v2/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x0011",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["C6", "D7", "E6", "B4", "B5", "B6", "B2", "B3", "B1", "F7"],
"rows": ["D2", "D1", "D0", "D4"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/ocean/slamz/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x0010",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D0", "D4", "C6"],
"rows": ["D1"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/ocean/stealth/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x0009",
"device_version": "0.0.1"
},
"features": {
"bootmagic": false,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["C6", "D4", "D0"],
"rows": ["B5", "B4", "E6", "D7"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/ocean/sus/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x0008",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "B6", "B2", "B3", "B1"],
"rows": ["F4", "F5", "F6", "F7"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/ocean/wang_ergo/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x0004",
"device_version": "0.0.1"
},
"features": {
"bootmagic": false,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "B6", "B2", "B3", "B1", "D3"],
"rows": ["F4", "F5", "F6", "F7"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/ocean/wang_v2/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x0003",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "B6", "B2", "B3", "B1"],
"rows": ["F4", "F5", "F6", "F7"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/ocean/yuri/rules.mk

This file was deleted.

8 changes: 8 additions & 0 deletions keyboards/odelia/info.json → keyboards/odelia/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0xA129",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": false
},
"matrix_pins": {
"cols": ["B5", "B4", "D7", "D6", "E6", "D0", "D1", "D2", "D3", "D5"],
"rows": ["B3", "B7", "B1", "B2", "B0", "F4", "F0", "F1", "D4", "B6"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/odelia/rules.mk

This file was deleted.

10 changes: 10 additions & 0 deletions keyboards/ok60/info.json → keyboards/ok60/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
"features": {
"backlight": true,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true
},
"matrix_pins": {
"cols": ["D0", "D1", "D2", "D3", "D5", "B6", "C6", "C7", "F1", "F0", "E6", "B3", "B2", "B1", "B0"],
"rows": ["B5", "B4", "D7", "D6", "D4"]
Expand Down
11 changes: 0 additions & 11 deletions keyboards/ok60/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"pid": "0xE9B9",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"encoder": true,
"extrakey": true,
"mousekey": true,
"nkro": false
},
"matrix_pins": {
"cols": ["F7", "F6", "F5", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C7", "B0"],
"rows": ["F4", "F1", "F0", "C6"]
Expand Down
13 changes: 0 additions & 13 deletions keyboards/onekeyco/dango40/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
"features": {
"backlight": true,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D3", "D2", "D1", "D0", "B7", "B3"],
"rows": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B4", "D7", "D4", "D5", "D6"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/orange75/rules.mk

This file was deleted.

10 changes: 10 additions & 0 deletions keyboards/org60/info.json → keyboards/org60/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
"features": {
"backlight": true,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true
},
"matrix_pins": {
"cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "B7", "B5", "B4", "D7", "D6", "B3"],
"rows": ["D0", "D1", "D2", "D3", "D5"]
Expand Down
12 changes: 0 additions & 12 deletions keyboards/org60/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"pid": "0x27DB",
"device_version": "0.0.2"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"nkro": false
},
"matrix_pins": {
"cols": ["C2", "D0", "D1", "D4", "C3", "C1"],
"rows": ["B5", "B1", "B2", "B3", "B4", "C0", "D5", "D6", "D7", "B0"]
Expand Down
Loading

0 comments on commit d2a27c4

Please sign in to comment.