summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-11Install arm toolchainFred Sundvik
2017-07-11Download and extract avr toolsFred Sundvik
2017-07-11Fix overlong lines, and a few spelling errorsFred Sundvik
2017-07-11Use home directory for download on msys2Fred Sundvik
2017-07-10Merge remote-tracking branch 'upstream/master'That-Canadian
2017-07-10Adds Minidox Keyboard (#1487)That-Canadian
* 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-10Fixed RGB being enabled by default, now it must be turned on at the keymap levelThat-Canadian
2017-07-10cleaned up that_canadian keymap commentsThat-Canadian
2017-07-10Merge branch 'master' into minidoxThat-Canadian
2017-07-10Merge remote-tracking branch 'upstream/master'That-Canadian
2017-07-10Updated minidox rev1 config, and readme. Also updated that_canadian keymap ↵That-Canadian
to include RGB
2017-07-10Update README.mdJack Humbert
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-07-10Install unzipFred Sundvik
2017-07-10Add symlinks only on WSLFred Sundvik
2017-07-10Fix launch of qmk_driver_installer on msys2Fred Sundvik
2017-07-10Merge branch 'master' of https://github.com/qmk/qmk_firmwareJack Humbert
2017-07-10Initial structure for shared msys2 and wsl installationFred Sundvik
2017-07-10Fix uninitialized backlight_level in the VisualizerFred Sundvik
2017-07-10Add template board filesFred Sundvik
2017-07-10Rename board files to lowercaseFred Sundvik
2017-07-10Make it easier to use driversFred Sundvik
2017-07-10Shared default animationsFred Sundvik
2017-07-10Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHTFred Sundvik
2017-07-10Shared gfxconfFred Sundvik
2017-07-10Define visualizer thread priority by defaultFred Sundvik
2017-07-10Fixup mixed tabs/spacesFred Sundvik
2017-07-10Remove ergodox from gdisp driver namesFred Sundvik
2017-07-10Move GDISP drivers to /drivers/ugfxFred Sundvik
2017-07-10Fix Makefile error_occured output for unit testsFred Sundvik
2017-07-10Don't search for TEENSY_LOADER_CLI if it's already definedFred Sundvik
2017-07-10Don't run dfu-programmer unless specified as a targetFred Sundvik
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-10Added MiniDox keyboard folder / configs / and some keymapsThat-Canadian
2017-07-10line ending stuffThat-Canadian
2017-07-10mergeThat-Canadian
2017-07-09Merge commit '8858438a770c1c982f33b296447ca77176c751f7'Jack Humbert
2017-07-09Squashed 'lib/lufa/' changes from f2bd51f4e..bbdc9ac40Jack Humbert
bbdc9ac40 Merge pull request #1 from fredizzimo/fix_line_endings 75ba27b8d Fix xml file line endings 7a8237259 Merge commit '5a3397d17ec917c7be5d5109e01a3a84a355cb1b' 713c65b5b Merge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61' 00e20c453 delete old lufa git-subtree-dir: lib/lufa git-subtree-split: bbdc9ac40c2ff543bbaf3870d407d0a96c945c1a
2017-07-08more crlf issuesskullY
2017-07-08Reference issue #1478 from the unit testsFred Sundvik
2017-07-08Reference issue #1477 from the unit testsFred Sundvik
2017-07-08Reference issue #524 from the unit testsFred Sundvik
2017-07-08Reference issue #1476 from the unit testsFred Sundvik
2017-07-08Configure vscode file associations, use hpp instead of hFred Sundvik
2017-07-08Fix keymap formattingFred Sundvik
2017-07-08Add tests for macrosFred Sundvik
2017-07-08Add wait support for testsFred Sundvik
2017-07-08Rename tests to start with test_Fred Sundvik
2017-07-08Add basic timing support, and SFT_T testsFred Sundvik
Also expose some bugs...
2017-07-08Add test for a combo keyFred Sundvik
2017-07-08Add simple modifier testFred Sundvik