Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deleted file | Fabian Topfstedt | 2017-07-26 | 1 | -38/+0 |
* | added my amj40 custom layout | Fabian Topfstedt | 2017-07-26 | 3 | -0/+181 |
* | included amj40 implementation of nhou7 from https://github.com/nhou7/qmk_firm... | Fabian Topfstedt | 2017-07-26 | 11 | -0/+523 |
* | custom makefile | Fabian Topfstedt | 2017-07-26 | 1 | -0/+9 |
* | symmetric modifiers in bottom row | Fabian Topfstedt | 2017-07-26 | 1 | -6/+6 |
* | left shift is backspace on tap | Fabian Topfstedt | 2017-07-26 | 1 | -3/+3 |
* | default based customizations | Fabian Topfstedt | 2017-07-26 | 1 | -79/+80 |
* | Merge https://github.com/qmk/qmk_firmware | Fabian Topfstedt | 2017-07-25 | 26 | -322/+710 |
|\ | |||||
| * | adds option for alt pitch standards | Jack Humbert | 2017-07-24 | 2 | -1/+9 |
| * | Fix minor formatting issue. | Joe Wasson | 2017-07-23 | 1 | -1/+1 |
| * | update audio/music documentation | Jack Humbert | 2017-07-23 | 1 | -0/+15 |
| * | adds music mode, music mode songs, music mask | Jack Humbert | 2017-07-23 | 10 | -77/+164 |
| * | update audio documentation | Jack Humbert | 2017-07-23 | 1 | -36/+23 |
| * | remove unneccesary headers | Jack Humbert | 2017-07-23 | 4 | -16/+19 |
| * | use automatic rests with songs (no more rest styles) | Jack Humbert | 2017-07-23 | 3 | -24/+30 |
| * | relocate keymap's useful tools | Jack Humbert | 2017-07-23 | 1 | -3/+0 |
| * | escape song playing in music | Jack Humbert | 2017-07-23 | 1 | -9/+15 |
| * | start updating audio docs | Jack Humbert | 2017-07-23 | 2 | -5/+3 |
| * | clean-up planck and preonic keymaps, move audio stuff around | Jack Humbert | 2017-07-23 | 12 | -165/+184 |
| * | fix line-endings | Jack Humbert | 2017-07-21 | 3 | -259/+259 |
| * | Update keymap.c | rootuseralpha | 2017-07-20 | 1 | -2/+2 |
| * | Add files via upload | rootuseralpha | 2017-07-20 | 1 | -3/+2 |
| * | Add files via upload | rootuseralpha | 2017-07-20 | 2 | -10/+13 |
| * | Delete test | rootuseralpha | 2017-07-20 | 1 | -1/+0 |
| * | Add files via upload | rootuseralpha | 2017-07-20 | 4 | -0/+280 |
| * | Create test | rootuseralpha | 2017-07-20 | 1 | -0/+1 |
| * | Added some user customization | Maarten Dekkers | 2017-07-20 | 1 | -0/+1 |
| * | Changes to own keymap | Maarten Dekkers | 2017-07-20 | 1 | -37/+15 |
| * | Add SRC and OPT_DEFS when building tests | Fred Sundvik | 2017-07-20 | 1 | -1/+2 |
| * | Fix building of multiple test directories | Fred Sundvik | 2017-07-20 | 1 | -1/+1 |
* | | Merge https://github.com/qmk/qmk_firmware | Fabian Topfstedt | 2017-07-20 | 2356 | -109689/+404622 |
|\| | |||||
| * | Update _summary.md | Jack Humbert | 2017-07-17 | 1 | -1/+1 |
| * | Rename docs/features/README.md to docs/features.md | Jack Humbert | 2017-07-17 | 1 | -1/+1 |
| * | Merge pull request #1498 from That-Canadian/minidox | Jack Humbert | 2017-07-14 | 8 | -8/+96 |
| |\ | |||||
| | * | 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 'master' into minidox | That-Canadian | 2017-07-14 | 46 | -266/+2224 |
| | |\ | |||||
| | | * | Merge remote-tracking branch 'upstream/master' | That-Canadian | 2017-07-14 | 46 | -266/+2224 |
| | | |\ | | |_|/ | |/| | | |||||
| * | | | Merge pull request #1491 from fredizzimo/msys2 | Jack Humbert | 2017-07-13 | 12 | -85/+247 |
| |\ \ \ | |||||
| | * | | | Fix printf error in make output on msys2 | Fred Sundvik | 2017-07-12 | 1 | -2/+2 |
| | * | | | Fix bitfield problem when compiling in native mingw | Fred Sundvik | 2017-07-11 | 1 | -0/+5 |
| | * | | | Fix unreferenced errors with mingw compiler and unit tests | Fred Sundvik | 2017-07-11 | 5 | -5/+10 |
| | * | | | Add more dependencies, everything can be compiled now | Fred Sundvik | 2017-07-11 | 1 | -1/+1 |
| | * | | | Add tools to the path | Fred Sundvik | 2017-07-11 | 2 | -1/+39 |
| | * | | | Extract flip | Fred Sundvik | 2017-07-11 | 3 | -15/+27 |
| | * | | | Install arm toolchain | Fred Sundvik | 2017-07-11 | 1 | -3/+32 |
| | * | | | Download and extract avr tools | Fred Sundvik | 2017-07-11 | 1 | -2/+40 |
| | * | | | Fix overlong lines, and a few spelling errors | Fred Sundvik | 2017-07-11 | 2 | -11/+18 |
| | * | | | Use home directory for download on msys2 | Fred Sundvik | 2017-07-11 | 3 | -15/+15 |
| | * | | | Install unzip | Fred Sundvik | 2017-07-10 | 1 | -0/+4 |