Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove all makefiles from keyboard directories | Jack Humbert | 2017-09-27 | 3 | -13/+0 |
| | |||||
* | Remove all Makefiles from the keyboards directory. (#1660) | skullydazed | 2017-09-08 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard | ||||
* | Remove PLAY_NOTE_ARRAY usages to get rid of warning. | Joe Wasson | 2017-08-20 | 1 | -1/+1 |
| | |||||
* | Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵ | That-Canadian | 2017-08-13 | 3 | -7/+3 |
| | | | | | | | | 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-Canadian | 2017-08-07 | 2 | -0/+4 |
| | | | | 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. | ||||
* | Changed my personal keymap and config. | That-Canadian | 2017-08-07 | 2 | -14/+3 |
| | |||||
* | Fix location of where the make command should be run | Danny Nguyen | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | Fixed typo in readme | That-Canadian | 2017-07-14 | 1 | -1/+1 |
| | |||||
* | Updated MiniDox readme | That-Canadian | 2017-07-14 | 1 | -2/+62 |
| | |||||
* | Merge branch 'minidox' of https://github.com/That-Canadian/qmk_firmware into ↵ | That-Canadian | 2017-07-14 | 1 | -0/+4 |
|\ | | | | | | | minidox | ||||
| * | Fixed RGB being enabled by default, now it must be turned on at the keymap level | That-Canadian | 2017-07-10 | 2 | -2/+3 |
| | | |||||
| * | cleaned up that_canadian keymap comments | That-Canadian | 2017-07-10 | 1 | -3/+3 |
| | | |||||
| * | Updated minidox rev1 config, and readme. Also updated that_canadian keymap ↵ | That-Canadian | 2017-07-10 | 5 | -12/+45 |
| | | | | | | | | to include RGB | ||||
| * | Added MiniDox keyboard folder / configs / and some keymaps | That-Canadian | 2017-07-10 | 21 | -0/+1831 |
| | |||||
* | Updated i2c and serial files to most recent from the lets split firmware. ↵ | That-Canadian | 2017-07-14 | 7 | -7/+31 |
| | | | | Also updated that_canadian keymap | ||||
* | Adds Minidox Keyboard (#1487) | That-Canadian | 2017-07-10 | 23 | -0/+1865 |
* 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 |