Age | Commit message (Expand) | Author | Files | Lines |
2018-01-28 | Always copy the firmware file to the root qmk_firmware directory (#2314) | skullydazed | 1 | -1/+3 |
2017-11-28 | Updates bootloader settings, adds file size check (#2029) | Jack Humbert | 1 | -2/+3 |
2017-11-14 | QMK DFU bootloader generation (#2009) | Jack Humbert | 1 | -1/+20 |
2017-10-21 | Creates a userspace for keymaps (#1559) | Jack Humbert | 1 | -0/+5 |
2017-10-14 | Make arguments redo, subproject elimination (#1784) | Jack Humbert | 1 | -68/+138 |
2017-09-08 | Remove all Makefiles from the keyboards directory. (#1660) | skullydazed | 1 | -3/+2 |
2017-08-24 | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | Jack Humbert | 1 | -3/+9 |
2017-06-18 | Split common.mk into common.mk and common_features.mk | Fred Sundvik | 1 | -12/+3 |
2017-06-18 | Try to build tmk_common | Fred Sundvik | 1 | -122/+0 |
2017-06-03 | Let BACKLIGHT_ENABLE control the Infinity LEDs | Fred Sundvik | 1 | -2/+4 |
2017-04-13 | Fix process_unicode_common.c being included twice | Fred Sundvik | 1 | -3/+7 |
2017-04-12 | Fix code formatting in build_keyboard.mk | Fred Sundvik | 1 | -82/+83 |
2017-04-09 | Move CIE1931 and breathing tables to its own file | Fred Sundvik | 1 | -0/+23 |
2017-04-09 | UGFX is compiled once per keyboard instead of keymap | Fred Sundvik | 1 | -4/+4 |
2017-02-26 | Fix redundant process_music.c in sources | Gabriel Young | 1 | -16/+22 |
2017-02-26 | Factor basic note processing into respective processors | Gabriel Young | 1 | -0/+1 |
2017-02-26 | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 1 | -0/+1 |
2017-02-15 | add unicode common file, get names right | Jack Humbert | 1 | -0/+3 |
2017-02-15 | split up unicode systems into different files | Jack Humbert | 1 | -2/+2 |
2017-02-13 | Implement faux-clicky feature | Priyadi Iman Nurcahyo | 1 | -0/+5 |
2017-02-07 | Merge pull request #960 from ofples/feature/combos | Jack Humbert | 1 | -0/+5 |
2017-01-21 | Got ps2avrGB to work with the V-USB protocol | Luiz Ribeiro | 1 | -0/+4 |
2016-12-09 | Implemented basic key combination feature | Ofer Plesser | 1 | -0/+5 |
2016-11-29 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 1 | -0/+1 |
2016-11-26 | separated into api files/folder | Jack Humbert | 1 | -0/+8 |
2016-11-25 | Added protocol.mk to build | ofples | 1 | -0/+1 |
2016-11-13 | merging | Jack Humbert | 1 | -0/+13 |
2016-11-06 | Add possibility to control variable trace from make | Fred Sundvik | 1 | -1/+7 |
2016-11-06 | Add variable trace | Fred Sundvik | 1 | -0/+2 |
2016-10-16 | working with power limit | Jack Humbert | 1 | -0/+6 |
2016-10-09 | Unicode map framework. Allow unicode up to 0xFFFFF using separate | Priyadi Iman Nurcahyo | 1 | -0/+5 |
2016-08-29 | build_keyboard.mk: Restore UCIS_ENABLE support | Gergely Nagy | 1 | -0/+5 |
2016-08-27 | The all target makes all keyboards and all tests | Fred Sundvik | 1 | -3/+0 |
2016-08-27 | More common settings for unit tests and keyboards | Fred Sundvik | 1 | -7/+18 |
2016-08-27 | Build actual tests, convert byte_stuffer_tests | Fred Sundvik | 1 | -5/+1 |
2016-08-27 | Rules for compiling and linking google test | Fred Sundvik | 1 | -0/+8 |
2016-08-27 | The makefile actually calls build_test | Fred Sundvik | 1 | -13/+1 |
2016-08-24 | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | 1 | -0/+4 |
2016-08-21 | Change order of variable assignment | Fred Sundvik | 1 | -9/+13 |
2016-08-20 | Move bootloader_defs include to build_keyboard | Fred Sundvik | 1 | -0/+9 |
2016-08-20 | Add output specific config file | Fred Sundvik | 1 | -7/+10 |
2016-08-20 | Output specific include paths | Fred Sundvik | 1 | -14/+17 |
2016-08-20 | More general system for generating several outputs | Fred Sundvik | 1 | -16/+28 |
2016-08-20 | Move git submodule check and version generation to main Makefile | Fred Sundvik | 1 | -5/+0 |
2016-08-20 | Remove unneded code from tmk_core/rules.mk | Fred Sundvik | 1 | -1/+3 |
2016-08-20 | Actual compilation | Fred Sundvik | 1 | -129/+42 |
2016-08-20 | Parsing of makefile variables from starting dir | Fred Sundvik | 1 | -0/+276 |