Duncan Sutherland 2 weeks ago
committed by GitHub
parent
commit
3a7d656632
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
9 changed files with 17 additions and 5 deletions
  1. +1
    -0
      keyboards/ungodly/launch_pad/keyboard.json
  2. +1
    -0
      keyboards/ungodly/nines/keyboard.json
  3. +1
    -0
      keyboards/viktus/osav2_numpad_topre/keyboard.json
  4. +1
    -0
      keyboards/wolf/frogpad/keyboard.json
  5. +1
    -0
      keyboards/work_louder/numpad/keyboard.json
  6. +1
    -0
      keyboards/x16/keyboard.json
  7. +1
    -1
      keyboards/ymdk/np21/keyboard.json
  8. +5
    -2
      keyboards/ymdk/ymd40/air40/keyboard.json
  9. +5
    -2
      keyboards/ymdk/ymd40/v2/keyboard.json

+ 1
- 0
keyboards/ungodly/launch_pad/keyboard.json View File

@ -54,6 +54,7 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"community_layouts": ["ortho_5x4"],
"layouts": {
"LAYOUT_ortho_5x4": {
"layout": [


+ 1
- 0
keyboards/ungodly/nines/keyboard.json View File

@ -32,6 +32,7 @@
["B2", "B6", "B5"]
]
},
"community_layouts": ["ortho_3x3"],
"layouts": {
"LAYOUT_ortho_3x3": {
"layout": [


+ 1
- 0
keyboards/viktus/osav2_numpad_topre/keyboard.json View File

@ -26,6 +26,7 @@
"cols": ["F5", "F6", "D3", "D2"],
"rows": ["A1", "A0", "A3", "A2", "A4"]
},
"community_layouts": ["ortho_5x4"],
"layouts": {
"LAYOUT_ortho_5x4": {
"layout": [


+ 1
- 0
keyboards/wolf/frogpad/keyboard.json View File

@ -30,6 +30,7 @@
"pid": "0x0004",
"vid": "0x5453"
},
"community_layouts": ["numpad_6x4", "ortho_6x4"],
"layouts": {
"LAYOUT_numpad_6x4": {
"layout": [


+ 1
- 0
keyboards/work_louder/numpad/keyboard.json View File

@ -108,6 +108,7 @@
"ws2812": {
"pin": "D1"
},
"community_layouts": ["ortho_4x4"],
"layouts": {
"LAYOUT_ortho_4x4": {
"layout": [


+ 1
- 0
keyboards/x16/keyboard.json View File

@ -28,6 +28,7 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"community_layouts": ["ortho_4x4"],
"layouts": {
"LAYOUT_ortho_4x4": {
"layout": [


+ 1
- 1
keyboards/ymdk/np21/keyboard.json View File

@ -51,7 +51,7 @@
},
"processor": "atmega32a",
"bootloader": "bootloadhid",
"community_layouts": ["ortho_6x4", "numpad_6x4"],
"community_layouts": ["ortho_4x6", "ortho_6x4", "numpad_6x4"],
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x6"
},


+ 5
- 2
keyboards/ymdk/ymd40/air40/keyboard.json View File

@ -74,7 +74,10 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"community_layouts": ["ortho_4x12"],
"layout_aliases": {
"LAYOUT_ortho_4x12_1x2uC": "LAYOUT_planck_mit"
},
"community_layouts": ["ortho_4x12", "planck_mit"],
"layouts": {
"LAYOUT_ortho_4x12": {
"layout": [
@ -292,7 +295,7 @@
{"matrix": [3, 11], "x": 11, "y": 3}
]
},
"LAYOUT_ortho_4x12_1x2uC": {
"LAYOUT_planck_mit": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},


+ 5
- 2
keyboards/ymdk/ymd40/v2/keyboard.json View File

@ -48,7 +48,10 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"community_layouts": ["ortho_4x12"],
"layout_aliases":{
"LAYOUT_ortho_4x12_1x2uC": "LAYOUT_planck_mit"
},
"community_layouts": ["ortho_4x12", "planck_mit"],
"layouts": {
"LAYOUT_ortho_4x12": {
"layout": [
@ -266,7 +269,7 @@
{"matrix": [3, 11], "x": 11, "y": 3}
]
},
"LAYOUT_ortho_4x12_1x2uC": {
"LAYOUT_planck_mit": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},


Loading…
Cancel
Save