aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 'quantum/visualizer/' from commit 'bde869aa7ec8601459bc63b9636081d21108d1be'Fred Sundvik2016-07-0613-0/+1403
|\
| * Merge branch 'chibios-contrib'Fred Sundvik2016-05-152-1/+1
| |\
| | * Update ugfx with ChibiOS 4 support.Fred Sundvik2016-04-092-1/+1
| * | Update include dir for new serial_link includeFred Sundvik2016-05-151-1/+1
| * | Configurable visualizer thread priorityFred Sundvik2016-05-151-1/+7
| |/
| * Suspend power off, fix backlight animationFred Sundvik2016-03-131-2/+12
| * Suspend support for the visualizerFred Sundvik2016-03-133-30/+103
| * Add serial link support for visualizerFred Sundvik2016-03-121-8/+55
| * Fix include paths for new tmk_core updateFred Sundvik2016-02-231-4/+4
| * Clean up wrong license informationFred Sundvik2016-02-133-28/+1
| * Update readme and licenseFred Sundvik2016-02-136-1/+626
| * Initialize backlight and LCD during visualizer_initFred Sundvik2016-02-132-0/+8
| * Compile the user visualizerFred Sundvik2016-02-131-0/+5
| * Add visualizerFred Sundvik2016-02-133-1/+472
| * Add LCD backlight supportFred Sundvik2016-02-133-1/+135
| * Add makefile that includes ugfxFred Sundvik2016-02-131-0/+26
| * Add uGFX submodule v 2.4Fred Sundvik2016-02-132-0/+3
| * Add MIT licensefredizzimo2016-02-131-0/+21
| * Add readmeFred Sundvik2016-02-121-0/+1
* Merge pull request #487 from fredizzimo/serial_link_ergodoxJack Humbert2016-07-066-6/+81
|\
| * Add setting of the master side to the makefileFred Sundvik2016-07-062-0/+23
| * Enable serial_link support for ChibiOSFred Sundvik2016-07-063-6/+37
| * Add serial_link compilation to Infinity ErgodoxFred Sundvik2016-07-063-1/+22
|/
* Merge pull request #482 from fredizzimo/serial_linkJack Humbert2016-07-0621-0/+2374
|\
| * Remove extra serial_link subdirectoryFred Sundvik2016-07-0622-62/+1
| * Remove CGreen make filesFred Sundvik2016-07-063-71/+0
| * Remove serial_link .gitignore and .gitmodulesFred Sundvik2016-07-062-4/+0
| * Add 'quantum/serial_link/' from commit 'a20d513e3cdacbf6e0e70a80402497ad10166...Fred Sundvik2016-07-0528-0/+2510
| |\
| | * Add function to check if the keyboard is a masterFred Sundvik2016-05-152-1/+6
| | * Rename system to serial_linkFred Sundvik2016-05-155-42/+12
| | * Configurable serializer thread priorityFred Sundvik2016-05-151-1/+7
| | * Don't accept remote objects with the wrong sizeFred Sundvik2016-05-152-14/+59
| | * Add debug print for serial link errorsFred Sundvik2016-05-151-3/+49
| | * Master mode remains activeFred Sundvik2016-03-131-1/+3
| | * Configurable baud settingFred Sundvik2016-03-121-2/+4
| | * Resend the keyboard state every msFred Sundvik2016-03-121-8/+7
| | * Fix crash when receiving unregistered remotesFred Sundvik2016-03-121-15/+17
| | * Remote object callable from many placesFred Sundvik2016-03-124-12/+12
| | * Call remote matrix update, when the matrix changesFred Sundvik2016-02-281-11/+3
| | * Send the keyboard matrix over the serial linkFred Sundvik2016-02-281-16/+37
| | * Improve serial link initialization, and add driverFred Sundvik2016-02-284-2/+129
| | * Some small fixes for the serial update loopFred Sundvik2016-02-281-5/+5
| | * Add simple loop for updating the serial linkFred Sundvik2016-02-271-1/+65
| | * Fix include dir to use uincir instead of just incFred Sundvik2016-02-241-1/+1
| | * Create a thread for the serial linkFred Sundvik2016-02-213-6/+61
| | * Support for Chibios compilationFred Sundvik2016-02-2119-42/+79
| | * Add master to single slave transportFred Sundvik2016-02-213-0/+48
| | * Add slave to master transportFred Sundvik2016-02-213-7/+42
| | * Add proper initialization of transport buffersFred Sundvik2016-02-211-0/+34
| | * Add master to slave transportFred Sundvik2016-02-213-8/+69