summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #505 from fredizzimo/documentation_fixJack Humbert2016-07-101-3/+0
|\ | | | | Remove out of place documentation, caused by ChibiOS merge
| * Remove out of place documentation, caused by ChibiOS mergeFred Sundvik2016-07-101-3/+0
| |
* | Merge pull request #502 from robotmaxtron/masterJack Humbert2016-07-095-0/+544
|\ \ | | | | | | Adding robotmaxtron's GH60 Keymap
| * | Update keymap.cMax Whittingham2016-07-091-3/+1
| | |
| * | Cleaning up repoMax Whittingham2016-07-095-0/+546
|/ /
* | Merge pull request #500 from TerryMathews/masterJack Humbert2016-07-091-0/+116
|\ \ | | | | | | Establish Poker clone keymap for Satan
| * \ Merge pull request #1 from jackhumbert/masterTerryMathews2016-07-0910-47/+267
| |\ \ | |/ / |/| | Catch up with jack's master
* | | Documents tap danceErez Zukerman2016-07-081-0/+75
| |/ |/|
* | Merge pull request #498 from fredizzimo/fix_make_dependenciesJack Humbert2016-07-081-10/+12
|\ \ | | | | | | Fix make dependencies
| * | Use order only prerequisites to avoid re-linkingFred Sundvik2016-07-081-9/+11
| | | | | | | | | | | | | | | | | | The prerequisites at the start of the build process are order-only so that the trget don't link again. Also added as a dependency to the compilation to force the messages to be printed at the start
| * | Fix name of makefile dep filesFred Sundvik2016-07-081-1/+1
|/ / | | | | | | | | | | The files can't start with a .dot, as the wildcard function wont find them. So this is fixed by removing the BUILD_DIR from the name.
* | Merge pull request #496 from fredizzimo/makefile_optimizationJack Humbert2016-07-082-39/+22
|\ \ | | | | | | Makefile optimization
| * | Fix the link targetFred Sundvik2016-07-081-1/+1
| | |
| * | Don't run git describe for ever file that is builtFred Sundvik2016-07-081-1/+1
| | |
| * | Speed up compilation by not using recusive makeFred Sundvik2016-07-081-38/+21
| | | | | | | | | | | | | | | The cleaning is done outside the targets, by checking the requested target name.
* | | Merge pull request #494 from robbiegill/masterJack Humbert2016-07-087-1/+161
|\ \ \ | | | | | | | | Port support for hhkb-jp from tmk
| * | | port missing support for hhkb-jp from tmkRobbie Gill2016-07-077-1/+161
| | | |
* | | | Merge pull request #493 from TerryMathews/masterJack Humbert2016-07-0812-595/+92
|\ \ \ \ | |_|/ / |/| | | Create keycodes for RGB control functions
| | | * Establish Poker clone keymap for SatanTerryMathews2016-07-091-0/+116
| | |/ | |/| | | | | | | | | | Maps all of the side-print legends on the stock Poker II keycaps that are feasible (doesn't support repeat rate toggling, Pmode recording).
| * | Fix a function mismatch that was causing LEDs to not properly initializeTerryMathews2016-07-081-1/+1
| | | | | | | | | | | | | | | See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed.
| * | Move return out of event if blockTerryMathews2016-07-081-26/+26
| | | | | | | | | | | | | | | According to Jack, this makes the return case not be processed. Doesn't break anything in the firmware.
| * | Fix cluepad and planckTerryMathews2016-07-072-5/+5
| | |
| * | Fix compile error on ClueboardTerryMathews2016-07-071-2/+2
| | |
| * | Create keycodes for RGB control functionsTerryMathews2016-07-0711-586/+83
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Moves RGB controls out of the macro function and assigns them their own keycodes: RGB_TOG (toggle on/off) RGB_MOD (mode step) RGB_HUI (increase hue) RGB_HUD (decrease hue) RGB_SAI (increase saturation) RGB_SAD (decrease saturation) RGB_VAI (increase brightness) RGB_VAD (decrease brightness)
* | Merge pull request #491 from fredizzimo/keycode_fixesJack Humbert2016-07-074-9/+7
|\ \ | | | | | | Some fixes for keycode processing
| * | Fix IS_CONSUMER macroFred Sundvik2016-07-071-1/+1
| | |
| * | Remove unhandled KC_BTLD, RESET should be used insteadFred Sundvik2016-07-073-7/+5
| | |
| * | Fix the range for consumer keysFred Sundvik2016-07-071-1/+1
|/ /
* | fixes quantum template (actually)Jack Humbert2016-07-071-1/+1
| |
* | updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-0717-74/+160
| |
* | Merge pull request #490 from fredizzimo/integrate_visualizerJack Humbert2016-07-0726-39/+1626
|\ \ | | | | | | Integrate visualizer for ChibiOS and Infinity Ergodox
| * | Move the visualizer_user file to keymap folderFred Sundvik2016-07-072-3/+8
| | | | | | | | | | | | Also rename it to visualizer.c
| * | Delete lcd_backlight_hal.cFred Sundvik2016-07-073-87/+65
| | | | | | | | | | | | | | | The functionality can now be found in the infinity_erogodox.c file instead.
| * | Add suspend support to the ChibiOS visualizerFred Sundvik2016-07-071-0/+7
| | |
| * | Fix the SERIAL_LINK_ENABLE macro in VisualizerFred Sundvik2016-07-071-5/+5
| | | | | | | | | | | | Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE
| * | Fix visualizer crash at startupFred Sundvik2016-07-073-6/+5
| | | | | | | | | | | | | | | | | | Visualizer and serial link initialized in the wrong order. The LED_ENABLED define wasn't set properly uGfx is always initialized
| * | Makefile fixes and update of VisualizerFred Sundvik2016-07-075-7/+29
| | |
| * | Add Infinity Ergodox display driversFred Sundvik2016-07-0713-0/+992
| | |
| * | Makefile changes and files to compile VisualizerFred Sundvik2016-07-078-23/+604
| | |
| * | Add ugfx submoduleFred Sundvik2016-07-072-0/+3
| | |
* | | corrects quantum templateJack Humbert2016-07-071-1/+1
| |/ |/|
* | Merge pull request #484 from jackhumbert/lets-split-supportJack Humbert2016-07-0622-18/+1807
|\ \ | |/ |/| Add Let's Split support
| * default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-068-59/+241
| |
| * Merge branch 'master' into lets-split-supportJack Humbert2016-07-0642-18/+4186
| |\ | |/ |/|
* | Merge pull request #488 from fredizzimo/add_visualizerJack Humbert2016-07-0613-0/+1717
|\ \ | | | | | | Add visualizer library
| * \ Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizerFred Sundvik2016-07-065-25/+342
| |\ \
| | * | Fix visualizer sleeping too longFred Sundvik2016-06-011-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation for ugfx gEventWait wait is wrong and the function takes the time in milliseconds, instead of system ticks. This caused the the thread to sleep way too long. It also caused somewhat random sleeping behaviour as the MS2ST function overflows at around 43 seconds sleep. The event source is also now initialized correctly, so that the thread actually can be woken up by events.
| | * | Add a nicer sine based gradient for the LEDsFred Sundvik2016-05-292-8/+5
| | | |
| | * | Make LED visualization times configurableFred Sundvik2016-05-291-9/+12
| | | |
| | * | Fix emulator #ifdef checkFred Sundvik2016-05-292-2/+2
| | | |