summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Proper handling for running make from a subproject or keymap dirFred Sundvik1-0/+9
2016-08-20Support for running from keyboard directoryFred Sundvik1-1/+3
2016-08-20Print error when building non-existing keyboardFred Sundvik1-0/+3
2016-08-20Print error message when trying to build non-existing keymapFred Sundvik1-1/+9
2016-08-20Proper parsing of keymaps inside subprojectsFred Sundvik1-5/+21
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik1-1/+1
2016-08-20Add default subproject parsingFred Sundvik1-2/+15
2016-08-20Slight rearrange of the Makefile for easier readabilityFred Sundvik1-27/+27
2016-08-20Slight refactoring to remove some verbosityFred Sundvik1-27/+18
2016-08-20Subproject parsingFred Sundvik1-11/+38
2016-08-20Proper looping for allkb and allkmFred Sundvik1-10/+15
2016-08-20Refactor common rule list parsing into own functionFred Sundvik1-32/+29
2016-08-20Add keymap parsingFred Sundvik1-3/+31
2016-08-20Rule parsing to match kebyoardsFred Sundvik1-0/+31
2016-08-20First version of rule parsingFred Sundvik1-0/+48
2016-08-20Parsing of makefile variables from starting dirFred Sundvik1-281/+41
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGergely Nagy1-1/+6
2016-07-31Generate version information to version.hFred Sundvik1-1/+3
2016-07-31Put the build output inside the root/.build directoryFred Sundvik1-1/+2
2016-07-31Better "include guards" for the makefilesFred Sundvik1-9/+14
2016-07-25Fixes midi functionalityJack Humbert1-1/+1
2016-07-06Makefile changes and files to compile VisualizerFred Sundvik1-8/+7
2016-07-06Add setting of the master side to the makefileFred Sundvik1-0/+14
2016-07-06Enable serial_link support for ChibiOSFred Sundvik1-1/+1
2016-07-06Add serial_link compilation to Infinity ErgodoxFred Sundvik1-1/+11
2016-07-01Add ChibiOS support for QMK (#465)fredizzimo1-2/+29
2016-06-30adds handwire and onekey exampleJack Humbert1-8/+16
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-3/+34
2016-06-29Implements subprojects and updates projects for this (#459)Jack Humbert1-5/+63
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-2/+1
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert1-5/+5
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert1-1/+2
2016-06-18allow overriding of TARGETJack Humbert1-1/+1
2016-06-18fix for parent folders with spaces (#403)Jack Humbert1-2/+3
2016-06-16Sample of using build info to generate keystrokes (#412)Christopher Browne1-3/+3
2016-06-14Makefile: Add QMK_VERSION & co to OPT_DEFS (#408)Gergely Nagy1-1/+6
2016-06-12change to relative paths instead of absoluteJack Humbert1-3/+6
2016-06-11Makefile redo & other features (#395)Jack Humbert1-0/+112
2010-10-09HHKB support.tmk1-620/+0
2010-10-02version 1.0.tmk1-1/+1
2010-09-30add mouse function.tmk1-5/+6
2010-09-24add jump_bootloader.tmk1-1/+2
2010-09-23divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.tmk1-1/+3
2010-08-23perform nomal keyboard behavior. It works now!!!tmk1-0/+1
2010-08-22matrix scan & default keymaptmk1-0/+1
2010-08-10change file name.tmk1-1/+1
2010-08-10add initial files from teensy's usb_keyboard_debug.tmk1-0/+614