Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #506 from stanleylai/master | Jack Humbert | 2016-07-11 | 2 | -0/+104 |
|\ | | | | | Added my custom keymap for Satan | ||||
| * | Added my custom keymap for Satan | Stanley Lai | 2016-07-10 | 2 | -0/+104 |
| | | |||||
* | | Merge pull request #507 from ruiqimao/master | skullydazed | 2016-07-11 | 4 | -17/+33 |
|\ \ | |/ |/| | fixed clueboard LED pin assignments and matrix documentation | ||||
| * | fixed clueboard LED pin assignments and matrix documentation | Ruiqi Mao | 2016-07-11 | 4 | -17/+33 |
|/ | |||||
* | Merge pull request #505 from fredizzimo/documentation_fix | Jack Humbert | 2016-07-10 | 1 | -3/+0 |
|\ | | | | | Remove out of place documentation, caused by ChibiOS merge | ||||
| * | Remove out of place documentation, caused by ChibiOS merge | Fred Sundvik | 2016-07-10 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #502 from robotmaxtron/master | Jack Humbert | 2016-07-09 | 5 | -0/+544 |
|\ \ | | | | | | | Adding robotmaxtron's GH60 Keymap | ||||
| * | | Update keymap.c | Max Whittingham | 2016-07-09 | 1 | -3/+1 |
| | | | |||||
| * | | Cleaning up repo | Max Whittingham | 2016-07-09 | 5 | -0/+546 |
|/ / | |||||
* | | Merge pull request #500 from TerryMathews/master | Jack Humbert | 2016-07-09 | 1 | -0/+116 |
|\ \ | | | | | | | Establish Poker clone keymap for Satan | ||||
| * \ | Merge pull request #1 from jackhumbert/master | TerryMathews | 2016-07-09 | 10 | -47/+267 |
| |\ \ | |/ / |/| | | Catch up with jack's master | ||||
* | | | Documents tap dance | Erez Zukerman | 2016-07-08 | 1 | -0/+75 |
| |/ |/| | |||||
* | | Merge pull request #498 from fredizzimo/fix_make_dependencies | Jack Humbert | 2016-07-08 | 1 | -10/+12 |
|\ \ | | | | | | | Fix make dependencies | ||||
| * | | Use order only prerequisites to avoid re-linking | Fred Sundvik | 2016-07-08 | 1 | -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 files | Fred Sundvik | 2016-07-08 | 1 | -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_optimization | Jack Humbert | 2016-07-08 | 2 | -39/+22 |
|\ \ | | | | | | | Makefile optimization | ||||
| * | | Fix the link target | Fred Sundvik | 2016-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Don't run git describe for ever file that is built | Fred Sundvik | 2016-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Speed up compilation by not using recusive make | Fred Sundvik | 2016-07-08 | 1 | -38/+21 |
| | | | | | | | | | | | | | | | The cleaning is done outside the targets, by checking the requested target name. | ||||
* | | | Merge pull request #494 from robbiegill/master | Jack Humbert | 2016-07-08 | 7 | -1/+161 |
|\ \ \ | | | | | | | | | Port support for hhkb-jp from tmk | ||||
| * | | | port missing support for hhkb-jp from tmk | Robbie Gill | 2016-07-07 | 7 | -1/+161 |
| | | | | |||||
* | | | | Merge pull request #493 from TerryMathews/master | Jack Humbert | 2016-07-08 | 12 | -595/+92 |
|\ \ \ \ | |_|/ / |/| | | | Create keycodes for RGB control functions | ||||
| | | * | Establish Poker clone keymap for Satan | TerryMathews | 2016-07-09 | 1 | -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 initialize | TerryMathews | 2016-07-08 | 1 | -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 block | TerryMathews | 2016-07-08 | 1 | -26/+26 |
| | | | | | | | | | | | | | | | According to Jack, this makes the return case not be processed. Doesn't break anything in the firmware. | ||||
| * | | Fix cluepad and planck | TerryMathews | 2016-07-07 | 2 | -5/+5 |
| | | | |||||
| * | | Fix compile error on Clueboard | TerryMathews | 2016-07-07 | 1 | -2/+2 |
| | | | |||||
| * | | Create keycodes for RGB control functions | TerryMathews | 2016-07-07 | 11 | -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_fixes | Jack Humbert | 2016-07-07 | 4 | -9/+7 |
|\ \ | | | | | | | Some fixes for keycode processing | ||||
| * | | Fix IS_CONSUMER macro | Fred Sundvik | 2016-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unhandled KC_BTLD, RESET should be used instead | Fred Sundvik | 2016-07-07 | 3 | -7/+5 |
| | | | |||||
| * | | Fix the range for consumer keys | Fred Sundvik | 2016-07-07 | 1 | -1/+1 |
|/ / | |||||
* | | fixes quantum template (actually) | Jack Humbert | 2016-07-07 | 1 | -1/+1 |
| | | |||||
* | | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | 2016-07-07 | 17 | -74/+160 |
| | | |||||
* | | Merge pull request #490 from fredizzimo/integrate_visualizer | Jack Humbert | 2016-07-07 | 26 | -39/+1626 |
|\ \ | | | | | | | Integrate visualizer for ChibiOS and Infinity Ergodox | ||||
| * | | Move the visualizer_user file to keymap folder | Fred Sundvik | 2016-07-07 | 2 | -3/+8 |
| | | | | | | | | | | | | Also rename it to visualizer.c | ||||
| * | | Delete lcd_backlight_hal.c | Fred Sundvik | 2016-07-07 | 3 | -87/+65 |
| | | | | | | | | | | | | | | | The functionality can now be found in the infinity_erogodox.c file instead. | ||||
| * | | Add suspend support to the ChibiOS visualizer | Fred Sundvik | 2016-07-07 | 1 | -0/+7 |
| | | | |||||
| * | | Fix the SERIAL_LINK_ENABLE macro in Visualizer | Fred Sundvik | 2016-07-07 | 1 | -5/+5 |
| | | | | | | | | | | | | Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE | ||||
| * | | Fix visualizer crash at startup | Fred Sundvik | 2016-07-07 | 3 | -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 Visualizer | Fred Sundvik | 2016-07-07 | 5 | -7/+29 |
| | | | |||||
| * | | Add Infinity Ergodox display drivers | Fred Sundvik | 2016-07-07 | 13 | -0/+992 |
| | | | |||||
| * | | Makefile changes and files to compile Visualizer | Fred Sundvik | 2016-07-07 | 8 | -23/+604 |
| | | | |||||
| * | | Add ugfx submodule | Fred Sundvik | 2016-07-07 | 2 | -0/+3 |
| | | | |||||
* | | | corrects quantum template | Jack Humbert | 2016-07-07 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #484 from jackhumbert/lets-split-support | Jack Humbert | 2016-07-06 | 22 | -18/+1807 |
|\ \ | |/ |/| | Add Let's Split support | ||||
| * | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | 2016-07-06 | 8 | -59/+241 |
| | | |||||
| * | Merge branch 'master' into lets-split-support | Jack Humbert | 2016-07-06 | 42 | -18/+4186 |
| |\ | |/ |/| | |||||
* | | Merge pull request #488 from fredizzimo/add_visualizer | Jack Humbert | 2016-07-06 | 13 | -0/+1717 |
|\ \ | | | | | | | Add visualizer library | ||||
| * \ | Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizer | Fred Sundvik | 2016-07-06 | 5 | -25/+342 |
| |\ \ |