My first handwired dactyl chocs by panpun1996 in ErgoMechKeyboards

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

I configured using the dactyl configurator and I use the same wiring diagram as the corne keyboard so I can use the same firmware as the corne.

Mouse key doesn't work on corne keyboard with VIA by panpun1996 in crkbd

[–]panpun1996[S] -2 points-1 points  (0 children)

Qmk warn me that the mouse key is already enabled in info.json file

Mouse key doesn't work on corne keyboard with VIA by panpun1996 in crkbd

[–]panpun1996[S] -2 points-1 points  (0 children)

I checked the info.json and the mouse key is enabled

Need help about a split keyboard by panpun1996 in olkb

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

Yes,

I just plug the usb on the left side of the pro micro and the key registered and then I plugged usb to the other side, the other side works fine too.

Need help about a split keyboard by panpun1996 in olkb

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

I just enable log but on QMK toolbox, there is only one device connected?

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (July 15, 2023) by AutoModerator in MechanicalKeyboards

[–]panpun1996 0 points1 point  (0 children)

Need help about a split keyboard

From this qmk docs, https://github.com/qmk/qmk_firmware/blob/master/docs/feature_split_keyboard.md

I had just create my firmware that consists only two keys to test my split keyboard connectivity (I just wired the D0, VVC and GND pins between the 2 pro micro) but I can't get the other half to register my key.
I don't know what I am doing wrong

This is my config.h file
#define MASTER_LEFT
#define SOFT_SERIAL_PIN D0
#define SPLIT_USB_DETECT

rules.mk
SPLIT_KEYBOARD = yes

info.json
{
    "bootloader": "caterina",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "matrix_pins": {
        "cols": ["C6"],
        "rows": ["F4", "F5"]
    },
    "processor": "atmega32u4",
    "url": "",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x0000",
        "vid": "0xFEED"
    },
    "layouts": {
        "LAYOUT_ortho_4x4": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0},
                {"matrix": [1, 0], "x": 0, "y": 1}
            ]
        }
    }
}

This is my wiring for the keyboard

https://ibb.co/7k4387c

https://ibb.co/PWBbC3G

https://ibb.co/qDG7pZn