summaryrefslogtreecommitdiff
path: root/keyboards/minidox/eeprom-righthand.eep
Commit message (Collapse)AuthorAge
* Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵That-Canadian2017-08-13
| | | | | | | | it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14). Updated MiniDox split_util.h and eeprom files to reflect this change. I recommend adding this to any split board that used these files, my changes will not effect them currently.
* Modified gitignore file to allow the left and right hand eeprom files for ↵That-Canadian2017-08-07
the MiniDox to be added. They need to be there for proper flashing of the board. They do not change between builds, so no need to re-build them.