mattdibi / redox-keyboard

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

EE_HANDS eep files #19

Closed fculpo closed 5 years ago

fculpo commented 5 years ago

Hi,

The specified .eep files for flashing eeprom are not anymore in QMK codebase: avrdude -p atmega32u4 -P $(COM_PORT) -c avr109 -U eeprom:w:keyboards/lets_split/eeprom-lefthand.eep


avrdude.exe: Device signature = 0x1e9587 (probably m32u4)
avrdude.exe: reading input file "keyboards/lets_split/eeprom-lefthand.eep"
avrdude.exe: error opening keyboards/lets_split/eeprom-lefthand.eep: No such file or directory
avrdude.exe: can't determine file format for keyboards/lets_split/eeprom-lefthand.eep, specify explicitly
avrdude.exe: read from file 'keyboards/lets_split/eeprom-lefthand.eep' failed

Some are available in /path/to/qmk/quantum/split_common/. Can we use them ? I fyes, could you update the documentation ?

mattdibi commented 5 years ago

Hi, thanks for the info. I'll investigate this during the weekend and update the documentation accordingly. :)

mattdibi commented 5 years ago

Fixed! ;)