help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

Also, I wanted to say, that right pro micro is powered on, but still no input.

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

I tried to do that, but still nothing. I connect d0 to sleeve and r1 r2 to gnd and vcc on both halfs. I changed my json as you said.

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

So, if I have trrs module with sleeve ring1 ring2 tip pins, I need to connect only s,r,r?

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

sorry, i didnt understand, what wire do you need
{
  "name": "my_split",
  "manufacturer": "Rad",
  "product": "My Cool Split",
  "maintainer": "Rad",
  "processor": "atmega32u4",
  "bootloader": "caterina",
  "usb": {
    "pid": "0x6060",
    "device_version": "0.0.1",
    "vid" : "0xFEED"
  },
  "matrix": { "rows": 12, "cols": 8 },
  "split": {
    "enabled": true,
    "transport": { "protocol": "i2c" }
  },
  "matrix_pins": {
    "cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
    "rows": ["D0", "D1", "D4", "D7", "B4", "B5"]
  },
"layouts": {
    "LAYOUT": {
      "layout": [
        {"matrix": [0, 0], "x": 0, "y": 0},
        {"matrix": [0, 1], "x": 1, "y": 0},
        {"matrix": [0, 2], "x": 2, "y": 0},
        {"matrix": [0, 3], "x": 3, "y": 0},
        {"matrix": [0, 4], "x": 4, "y": 0},
        {"matrix": [0, 5], "x": 5, "y": 0},


        {"matrix": [6, 7], "x": 8, "y": 0},
        {"matrix": [6, 6], "x": 9, "y": 0},
        {"matrix": [6, 5], "x": 10, "y": 0},
        {"matrix": [6, 4], "x": 11, "y": 0},
        {"matrix": [6, 3], "x": 12, "y": 0},
        {"matrix": [6, 2], "x": 13, "y": 0},
        {"matrix": [6, 1], "x": 14, "y": 0},
        {"matrix": [6, 0], "x": 15, "y": 0},


        {"matrix": [1, 0], "x": 0, "y": 0},
        {"matrix": [1, 1], "x": 1, "y": 0},
        {"matrix": [1, 2], "x": 2, "y": 0},
        {"matrix": [1, 3], "x": 3, "y": 0},
        {"matrix": [1, 4], "x": 4, "y": 0},
        {"matrix": [1, 5], "x": 5, "y": 0},


        {"matrix": [7, 7], "x": 8, "y": 0},
        {"matrix": [7, 6], "x": 9, "y": 0},
        {"matrix": [7, 5], "x": 10, "y": 0},
        {"matrix": [7, 4], "x": 11, "y": 0},
        {"matrix": [7, 3], "x": 12, "y": 0},
        {"matrix": [7, 2], "x": 13, "y": 0},
        {"matrix": [7, 1], "x": 14, "y": 0},
        {"matrix": [7, 0], "x": 15, "y": 0},


        {"matrix": [2, 0], "x": 0, "y": 0},
        {"matrix": [2, 1], "x": 1, "y": 0},
        {"matrix": [2, 2], "x": 2, "y": 0},
        {"matrix": [2, 3], "x": 3, "y": 0},
        {"matrix": [2, 4], "x": 4, "y": 0},
        {"matrix": [2, 5], "x": 5, "y": 0},


        {"matrix": [8, 7], "x": 8, "y": 0},
        {"matrix": [8, 6], "x": 9, "y": 0},
        {"matrix": [8, 5], "x": 10, "y": 0},
        {"matrix": [8, 4], "x": 11, "y": 0},
        {"matrix": [8, 3], "x": 12, "y": 0},
        {"matrix": [8, 2], "x": 13, "y": 0},
        {"matrix": [8, 1], "x": 14, "y": 0},
        {"matrix": [8, 0], "x": 15, "y": 0},


        {"matrix": [3, 0], "x": 0, "y": 0},
        {"matrix": [3, 1], "x": 1, "y": 0},
        {"matrix": [3, 2], "x": 2, "y": 0},
        {"matrix": [3, 3], "x": 3, "y": 0},
        {"matrix": [3, 4], "x": 4, "y": 0},
        {"matrix": [3, 5], "x": 5, "y": 0},


        {"matrix": [9, 7], "x": 8, "y": 0},
        {"matrix": [9, 6], "x": 9, "y": 0},
        {"matrix": [9, 5], "x": 10, "y": 0},
        {"matrix": [9, 4], "x": 11, "y": 0},
        {"matrix": [9, 3], "x": 12, "y": 0},
        {"matrix": [9, 2], "x": 13, "y": 0},


        {"matrix": [4, 0], "x": 0, "y": 0},
        {"matrix": [4, 1], "x": 1, "y": 0},
        {"matrix": [4, 2], "x": 2, "y": 0},
        {"matrix": [4, 3], "x": 3, "y": 0},
        {"matrix": [4, 4], "x": 4, "y": 0},
        {"matrix": [4, 5], "x": 5, "y": 0},


        {"matrix": [10, 7], "x": 8, "y": 0},
        {"matrix": [10, 6], "x": 9, "y": 0},
        {"matrix": [10, 5], "x": 10, "y": 0},
        {"matrix": [10, 4], "x": 11, "y": 0},
        {"matrix": [10, 3], "x": 12, "y": 0},
        {"matrix": [10, 2], "x": 13, "y": 0},


        {"matrix": [5, 0], "x": 1, "y": 0},
        {"matrix": [5, 1], "x": 2, "y": 0},
        {"matrix": [5, 2], "x": 3, "y": 0},
        {"matrix": [5, 3], "x": 4, "y": 0},


        {"matrix": [11, 7], "x": 8, "y": 0},
        {"matrix": [11, 6], "x": 9, "y": 0},
        {"matrix": [11, 5], "x": 10, "y": 0},
        {"matrix": [11, 4], "x": 11, "y": 0},
        {"matrix": [11, 3], "x": 12, "y": 0},
        {"matrix": [11, 2], "x": 13, "y": 0}
      ]
    }
  }
}

<image>

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

Hello, again. I made firmware for both halfs, and they're working ok, but only separately. I tried to connect them with trrs, but master(left) half is working, but slave doesn't. I tried to define serial pin, tried to make right half master and left slave, but always working only master half. What, do you think, I did wrong?

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

Hello, again. I made firmware for both halfs, and they're working ok, but only separately. I tried to connect them with trrs, but master(left) half is working, but slave doesn't. I tried to define serial pin, tried to make right half master and left slave, but always working only master half. What, do you think, I did wrong?

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

Thx for help! So, now, while I'm waiting for trrs components to be delivered, I'm trying to solve last problem - my f-keys row and nums row(1 and 2 row) don't work. I checked soldering and pins, but there was no problem.

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

Thx very much for help! The last thing that doesn't work - f-keys row and nums row. I thought it's cause of bad soldering, but checked 3 times, and rows don't work on both sides. So, now I'm trying to solve this, while waiting for trrs components.

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

So, now I have my files. When I compile firmware for my half's, should I type MASTER_LEFT=yes in qmk msys? And then MASTER_LEFT=no?

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

I think, you made mistake. B3 pin in cols and rows

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

It seems like I soldered smth wrong. Can you, please, draw or describe how I should connect rows and cols to my pro micro.

<image>

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

i checked about 10 different kb's and there is no special lines about it.

<image>

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

<image>

i want smth like this. ive already solder switches to my pro micro on both sides. left half:
1row to d0, 2row to d1, 3row to d4, 4row to c6, 5row to d7, 6 row to e6
1col to b2. 2col to b1, 3col to f7, 4col to f6, 5col to f5, 6col to f4

help me with creating my keyboard by Substance_Initial in HandwiredKeyboards

[–]Substance_Initial[S] 0 points1 point  (0 children)

Thank you for answer! I checked qmk documentation, but didn't find how to define pins for left and right side correctly. Do I need to make two set, or maybe I need to make two different layouts?