summaryrefslogtreecommitdiff
path: root/keyboards/minidox/split_util.h
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.
* Updated i2c and serial files to most recent from the lets split firmware. ↵That-Canadian2017-07-14
| | | | Also updated that_canadian keymap
* Adds Minidox Keyboard (#1487)That-Canadian2017-07-10
* merge * line ending stuff * Added MiniDox keyboard folder / configs / and some keymaps * Updated minidox rev1 config, and readme. Also updated that_canadian keymap to include RGB * cleaned up that_canadian keymap comments * Fixed RGB being enabled by default, now it must be turned on at the keymap level