| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a mechanism for force building a particular community layout (#5027) | zvecr | 2019-02-14 | 1 | -0/+4 |
* | Add makefile target 'show_build_options' and 'show_all_features' (#5048) | Takeshi ISHII | 2019-02-14 | 1 | -0/+1 |
* | Fix file size check for parallel make (#5012) | zvecr | 2019-01-30 | 1 | -0/+1 |
* | Adds Proton C Conversion (#4661) | Jack Humbert | 2019-01-10 | 1 | -33/+54 |
* | Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522) | Takeshi ISHII | 2018-12-14 | 1 | -0/+6 |
* | Fix LAYOUT define generation (#4148) | Drashna Jaelre | 2018-10-16 | 1 | -1/+21 |
* | Massdrop keyboard support (#3780) | patrickmt | 2018-08-29 | 1 | -0/+8 |
* | Comment and organize build_keyboard.mk a bit | skullY | 2018-08-11 | 1 | -28/+53 |
* | Import userspace config.h according to USER_NAME (#2983) | WillyPillow | 2018-05-22 | 1 | -2/+2 |
* | Talljoe's layout with common keymap. (#2764) | Joe Wasson | 2018-04-21 | 1 | -1/+5 |
* | Update whitefox to use the K-Type teensy workaround | Kaleb Elwert | 2018-04-03 | 1 | -0/+2 |
* | Add userspace config.h handling to build script (#2640) | Drashna Jaelre | 2018-04-01 | 1 | -0/+4 |
* | Merge ChibiOS and LUFA descriptor support (#2362) | fredizzimo | 2018-02-08 | 1 | -2/+5 |
* | Always copy the firmware file to the root qmk_firmware directory (#2314) | skullydazed | 2018-01-28 | 1 | -1/+3 |
* | Updates bootloader settings, adds file size check (#2029) | Jack Humbert | 2017-11-27 | 1 | -2/+3 |
* | QMK DFU bootloader generation (#2009) | Jack Humbert | 2017-11-14 | 1 | -1/+20 |
* | Creates a userspace for keymaps (#1559) | Jack Humbert | 2017-10-21 | 1 | -0/+5 |
* | Make arguments redo, subproject elimination (#1784) | Jack Humbert | 2017-10-14 | 1 | -68/+138 |
* | Remove all Makefiles from the keyboards directory. (#1660) | skullydazed | 2017-09-08 | 1 | -3/+2 |
* | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | Jack Humbert | 2017-08-23 | 1 | -3/+9 |
* | Split common.mk into common.mk and common_features.mk | Fred Sundvik | 2017-06-18 | 1 | -12/+3 |
* | Try to build tmk_common | Fred Sundvik | 2017-06-18 | 1 | -122/+0 |
* | Let BACKLIGHT_ENABLE control the Infinity LEDs | Fred Sundvik | 2017-06-03 | 1 | -2/+4 |
* | Fix process_unicode_common.c being included twice | Fred Sundvik | 2017-04-13 | 1 | -3/+7 |
* | Fix code formatting in build_keyboard.mk | Fred Sundvik | 2017-04-12 | 1 | -82/+83 |
* | Move CIE1931 and breathing tables to its own file | Fred Sundvik | 2017-04-09 | 1 | -0/+23 |
* | UGFX is compiled once per keyboard instead of keymap | Fred Sundvik | 2017-04-09 | 1 | -4/+4 |
* | Fix redundant process_music.c in sources | Gabriel Young | 2017-02-25 | 1 | -16/+22 |
* | Factor basic note processing into respective processors | Gabriel Young | 2017-02-25 | 1 | -0/+1 |
* | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 2017-02-25 | 1 | -0/+1 |
* | add unicode common file, get names right | Jack Humbert | 2017-02-15 | 1 | -0/+3 |
* | split up unicode systems into different files | Jack Humbert | 2017-02-15 | 1 | -2/+2 |
* | Implement faux-clicky feature | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -0/+5 |
* | Merge pull request #960 from ofples/feature/combos | Jack Humbert | 2017-02-06 | 1 | -0/+5 |
|\ |
|
| * | Implemented basic key combination feature | Ofer Plesser | 2016-12-10 | 1 | -0/+5 |
* | | Got ps2avrGB to work with the V-USB protocol | Luiz Ribeiro | 2017-01-21 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | 2016-11-28 | 1 | -0/+1 |
|\ |
|
| * | Added protocol.mk to build | ofples | 2016-11-25 | 1 | -0/+1 |
* | | separated into api files/folder | Jack Humbert | 2016-11-26 | 1 | -0/+8 |
* | | merging | Jack Humbert | 2016-11-12 | 1 | -0/+13 |
|\| |
|
| * | Add possibility to control variable trace from make | Fred Sundvik | 2016-11-06 | 1 | -1/+7 |
| * | Add variable trace | Fred Sundvik | 2016-11-06 | 1 | -0/+2 |
| * | Unicode map framework. Allow unicode up to 0xFFFFF using separate | Priyadi Iman Nurcahyo | 2016-10-10 | 1 | -0/+5 |
* | | working with power limit | Jack Humbert | 2016-10-16 | 1 | -0/+6 |
|/ |
|
* | build_keyboard.mk: Restore UCIS_ENABLE support | Gergely Nagy | 2016-08-29 | 1 | -0/+5 |
* | The all target makes all keyboards and all tests | Fred Sundvik | 2016-08-27 | 1 | -3/+0 |
* | More common settings for unit tests and keyboards | Fred Sundvik | 2016-08-27 | 1 | -7/+18 |
* | Build actual tests, convert byte_stuffer_tests | Fred Sundvik | 2016-08-27 | 1 | -5/+1 |
* | Rules for compiling and linking google test | Fred Sundvik | 2016-08-27 | 1 | -0/+8 |
* | The makefile actually calls build_test | Fred Sundvik | 2016-08-27 | 1 | -13/+1 |