Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-18 | Split common.mk into common.mk and common_features.mk | Fred Sundvik | |
To support including keyboard/keymap specific rules before it | |||
2017-06-18 | Try to build tmk_common | Fred Sundvik | |
2017-06-03 | Let BACKLIGHT_ENABLE control the Infinity LEDs | Fred Sundvik | |
2017-04-13 | Fix process_unicode_common.c being included twice | Fred Sundvik | |
2017-04-12 | Fix code formatting in build_keyboard.mk | Fred Sundvik | |
2017-04-09 | Move CIE1931 and breathing tables to its own file | Fred Sundvik | |
2017-04-09 | UGFX is compiled once per keyboard instead of keymap | Fred Sundvik | |
2017-02-25 | Fix redundant process_music.c in sources | Gabriel Young | |
2017-02-25 | Factor basic note processing into respective processors | Gabriel Young | |
2017-02-25 | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | |
MIDI_ENABLE = no text data bss dec hex filename 0 17080 0 17080 42b8 satan_midi.hex MIDI_ENABLE = yes MIDI_BASIC undefined MIDI_ADVANCED undefined text data bss dec hex filename 0 19494 0 19494 4c26 satan_midi.hex MIDI_ENABLE = yes #define MIDI_BASIC MIDI_ADVANCED undefined text data bss dec hex filename 0 19788 0 19788 4d4c satan_midi.hex MIDI_ENABLE = yes MIDI_BASIC undefined #define MIDI_ADVANCED text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex MIDI_ENABLE = yes #define MIDI_BASIC #define MIDI_ADVANCED text data bss dec hex filename 0 21140 0 21140 5294 satan_midi.hex | |||
2017-02-15 | add unicode common file, get names right | Jack Humbert | |
2017-02-15 | split up unicode systems into different files | Jack Humbert | |
2017-02-13 | Implement faux-clicky feature | Priyadi Iman Nurcahyo | |
2017-02-06 | Merge pull request #960 from ofples/feature/combos | Jack Humbert | |
Keyboard combination triggers | |||
2017-01-21 | Got ps2avrGB to work with the V-USB protocol | Luiz Ribeiro | |
2016-12-10 | Implemented basic key combination feature | Ofer Plesser | |
2016-11-28 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | |
2016-11-26 | separated into api files/folder | Jack Humbert | |
2016-11-25 | Added protocol.mk to build | ofples | |
2016-11-12 | merging | Jack Humbert | |
2016-11-06 | Add possibility to control variable trace from make | Fred Sundvik | |
2016-11-06 | Add variable trace | Fred Sundvik | |
For debugging changes to variables, either normally or as a result of a memory corruption. | |||
2016-10-16 | working with power limit | Jack Humbert | |
2016-10-10 | Unicode map framework. Allow unicode up to 0xFFFFF using separate | Priyadi Iman Nurcahyo | |
mapping table | |||
2016-08-29 | build_keyboard.mk: Restore UCIS_ENABLE support | Gergely Nagy | |
During the build system refactor, support for enabling UCIS seems to have been lost. This little patch adds that back, so that keymaps using UCIS can be compiled again. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-27 | The all target makes all keyboards and all tests | Fred Sundvik | |
2016-08-27 | More common settings for unit tests and keyboards | Fred Sundvik | |
2016-08-27 | Build actual tests, convert byte_stuffer_tests | Fred Sundvik | |
2016-08-27 | Rules for compiling and linking google test | Fred Sundvik | |
2016-08-27 | The makefile actually calls build_test | Fred Sundvik | |
2016-08-24 | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | |
2016-08-21 | Change order of variable assignment | Fred Sundvik | |
BUILD_DIR and TARGET was assigned too late, so the dfu-util target, which depends on them did not work. | |||
2016-08-20 | Move bootloader_defs include to build_keyboard | Fred Sundvik | |
Also fix it for subprojects | |||
2016-08-20 | Add output specific config file | Fred Sundvik | |
2016-08-20 | Output specific include paths | Fred Sundvik | |
2016-08-20 | More general system for generating several outputs | Fred Sundvik | |
2016-08-20 | Move git submodule check and version generation to main Makefile | Fred Sundvik | |
2016-08-20 | Remove unneded code from tmk_core/rules.mk | Fred Sundvik | |
2016-08-20 | Actual compilation | Fred Sundvik | |
2016-08-20 | Parsing of makefile variables from starting dir | Fred Sundvik | |