mattdibi / redox-keyboard

Ergonomic split mechanical keyboard
MIT License
1.78k stars 167 forks source link

Right keyboard not working after flashing #71

Closed cschultzburkson closed 3 years ago

cschultzburkson commented 3 years ago

Files compiled on July 23, 2020 work fine on my Redox, but anything compiled after August 27 only works for my left half of the keyboard, while the right half has no input at all. This includes the default layout and the layout I made in July.

MCU: atmega32u4

Logs from flash:

*** Caterina device connected: Microsoft USB Serial Device (COM3) (2341:0037:0001) [COM3]
*** Attempting to flash, please don't remove device
>>> avrdude.exe -p atmega32u4 -c avr109 -U flash:w:"C:\Users\space\Desktop\Redox_1\redox_rev1_layout_DEFAULT.hex":i -P COM3

    Connecting to programmer: .
    Found programmer: Id = "CATERIN"; type = S
        Software Version = 1.0; No Hardware Version given.
    Programmer supports auto addr increment.
    Programmer supports buffered memory access with buffersize=128 bytes.

    Programmer supports the following devices:
        Device code: 0x44

    avrdude.exe: AVR device initialized and ready to accept instructions

    Reading | ################################################## | 100% 0.00s

    avrdude.exe: Device signature = 0x1e9587 (probably m32u4)
    avrdude.exe: NOTE: "flash" memory has been specified, an erase cycle will be performed
                 To disable this feature, specify the -D option.
    avrdude.exe: erasing chip
    avrdude.exe: reading input file "C:\Users\space\Desktop\Redox_1\redox_rev1_layout_DEFAULT.hex"
    avrdude.exe: writing flash (21006 bytes):

    Writing | ################################################## | 100% 1.98s

    avrdude.exe: 21006 bytes of flash written
    avrdude.exe: verifying flash memory against C:\Users\space\Desktop\Redox_1\redox_rev1_layout_DEFAULT.hex:
    avrdude.exe: load data flash data from input file C:\Users\space\Desktop\Redox_1\redox_rev1_layout_DEFAULT.hex:
    avrdude.exe: input file C:\Users\space\Desktop\Redox_1\redox_rev1_layout_DEFAULT.hex contains 21006 bytes
    avrdude.exe: reading on-chip flash data:

    Reading | ################################################## | 100% 0.54s

    avrdude.exe: verifying ...
    avrdude.exe: 21006 bytes of flash verified

    avrdude.exe done.  Thank you.

*** Caterina device disconnected: Microsoft USB Serial Device (COM3) (2341:0037:0001)
cschultzburkson commented 3 years ago

I switched cable to the right half, flashed with the exact same hex, and then moved cable back to original side, and it works fine after that.