| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-14 | Merge remote-tracking branch 'upstream/master' | ||
| 2017-07-14 | Merge branch 'minidox' of https://github.com/That-Canadian/qmk_firmware into ↵ | ||
| minidox | |||
| 2017-07-14 | Updated i2c and serial files to most recent from the lets split firmware. ↵ | ||
| Also updated that_canadian keymap | |||
| 2017-07-13 | Merge pull request #1491 from fredizzimo/msys2 | ||
| Add support for msys2 build environment | |||
| 2017-07-12 | fix implementation issues from SSD1306 clean up, added rotation (#1494) | ||
| * moved OLED update task to keymap * fix splitting render display to keymap * Added rotation option for OLED, fixed splitting display render update to keymap * issues with attribute | |||
| 2017-07-12 | Fix printf error in make output on msys2 | ||
| 2017-07-11 | Fix bitfield problem when compiling in native mingw | ||
| 2017-07-11 | clean up ssd1306 implementation | ||
| 2017-07-11 | update drivers to exclude lets_split include | ||
| 2017-07-11 | Adds Hadron Keyboard (#1492) | ||
| * adding hadron keymaps * fix embedded comment * fixed TWI driver path * Delete glcdfont.c * Delete ssd1306.c * Delete ssd1306.h * Update readme.md | |||
| 2017-07-11 | Updates maartenwut's keymap (#1489) | ||
| * Updated keymap * Added backlight breathing to fix compile error | |||
| 2017-07-11 | Fix unreferenced errors with mingw compiler and unit tests | ||
| 2017-07-11 | Add more dependencies, everything can be compiled now | ||
| 2017-07-11 | Add tools to the path | ||
| 2017-07-11 | Extract flip | ||
| 2017-07-11 | Install arm toolchain | ||
| 2017-07-11 | Download and extract avr tools | ||
| 2017-07-11 | Fix overlong lines, and a few spelling errors | ||
| 2017-07-11 | Use home directory for download on msys2 | ||
| 2017-07-10 | Merge remote-tracking branch 'upstream/master' | ||
| 2017-07-10 | Invites contributions | ||
| 2017-07-10 | Adds Minidox Keyboard (#1487) | ||
| * 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 | |||
| 2017-07-10 | Fixed RGB being enabled by default, now it must be turned on at the keymap level | ||
| 2017-07-10 | cleaned up that_canadian keymap comments | ||
| 2017-07-10 | Merge branch 'master' into minidox | ||
| 2017-07-10 | Merge remote-tracking branch 'upstream/master' | ||
| 2017-07-10 | Updated minidox rev1 config, and readme. Also updated that_canadian keymap ↵ | ||
| to include RGB | |||
| 2017-07-10 | Update README.md | ||
| 2017-07-10 | Start mvoing hardware drivers to /drivers/ (#1433) | ||
| * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional | |||
| 2017-07-10 | Install unzip | ||
| 2017-07-10 | Add symlinks only on WSL | ||
| 2017-07-10 | Fix launch of qmk_driver_installer on msys2 | ||
| 2017-07-10 | Merge branch 'master' of https://github.com/qmk/qmk_firmware | ||
| 2017-07-10 | Initial structure for shared msys2 and wsl installation | ||
| 2017-07-10 | Fix uninitialized backlight_level in the Visualizer | ||
| 2017-07-10 | Add template board files | ||
| 2017-07-10 | Rename board files to lowercase | ||
| 2017-07-10 | Make it easier to use drivers | ||
| 2017-07-10 | Shared default animations | ||
| 2017-07-10 | Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT | ||
| 2017-07-10 | Shared gfxconf | ||
| 2017-07-10 | Define visualizer thread priority by default | ||
| 2017-07-10 | Fixup mixed tabs/spaces | ||
| 2017-07-10 | Remove ergodox from gdisp driver names | ||
| 2017-07-10 | Move GDISP drivers to /drivers/ugfx | ||
| 2017-07-10 | Fix Makefile error_occured output for unit tests | ||
| 2017-07-10 | Don't search for TEENSY_LOADER_CLI if it's already defined | ||
| 2017-07-10 | Don't run dfu-programmer unless specified as a target | ||
| This introduces a grep dependency, which I believe we didn't have before, but it should be available and installed by default on all the supported systems. | |||
| 2017-07-10 | Added MiniDox keyboard folder / configs / and some keymaps | ||
| 2017-07-10 | line ending stuff | ||