Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-27 | Convert tirple_buffered_object_tests to GTest | ||
2016-08-27 | Convert transport_tests to GTest | ||
2016-08-27 | Convert frame_validator_tests to GTest | ||
2016-08-27 | Convert frame_router_tests to GTest | ||
2016-08-27 | More common settings for unit tests and keyboards | ||
2016-08-27 | Fix running multiple tests | ||
2016-08-27 | Running of unit tests | ||
But only if the compilation has succeeded | |||
2016-08-27 | Build actual tests, convert byte_stuffer_tests | ||
2016-08-27 | Rules for compiling and linking google test | ||
2016-08-27 | The makefile actually calls build_test | ||
2016-08-27 | Basic framework for parsing test targets | ||
2016-08-27 | Add Google Test submodule | ||
2016-08-27 | Merge pull request #691 from fredizzimo/fix_line_endings | ||
Fix line endings | |||
2016-08-27 | Merge branch 'master' into fix_line_endings | ||
2016-08-27 | Merge pull request #666 from fredizzimo/makefile_overhaul | ||
Makefile overhaul | |||
2016-08-27 | Fix travis_compiled_push | ||
2016-08-27 | Normalize line endings | ||
2016-08-27 | Set eep files to binary mode | ||
2016-08-26 | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | ||
2016-08-26 | Merge pull request #664 from linsomniac/infinity_readme | ||
Adding nicer Infinity build instructions. | |||
2016-08-26 | Merge pull request #685 from fredizzimo/windows10_instructions_typo | ||
Fix minor typo in the readme | |||
2016-08-26 | Fix bad merge | ||
Led should have been added to KC60, not GH60 | |||
2016-08-25 | Fix minor typo in the readme | ||
2016-08-25 | Remove google test submodule | ||
It had been added for some strange reason, allthough it's supposed to be there only in another branch. | |||
2016-08-25 | Split vision_division into Makefile/rules.mk | ||
2016-08-25 | Merge branch 'master' into makefile_overhaul | ||
2016-08-25 | Merge pull request #659 from Dbroqua/master | ||
- Updated dbroqua layout for planck keyboard | |||
2016-08-25 | - Added capslock led for KC60 keyboard (based on gitbug.com/jpec/kc60 works) | ||
2016-08-25 | Merge pull request #683 from ickerwx/master | ||
LEDs work now, fixed Kitten Paw default keymap, added my own keymap as a better example | |||
2016-08-25 | Merge pull request #681 from IBNobody/vision_division_dev | ||
Added Port A Pin Mapping / Added Vision Division (WIP) | |||
2016-08-25 | Merge pull request #682 from jeebak/jd45-jeebak | ||
Port jeebak's Planck keymap to JD45 | |||
2016-08-25 | Merge pull request #680 from replicaJunction/layout-atreus-replicaJunction | ||
Added replicaJunction keymap | |||
2016-08-25 | Fixed naming of Analog pins to differentiate them from DIO pins used by ↵ | ||
Quantum Matrix | |||
2016-08-25 | Merge remote-tracking branch 'upstream/master' into kitten_paw | ||
2016-08-25 | fixed defaulf keymap, added my own keymap | ||
now the LEDs are working like they should | |||
2016-08-25 | Make the "extra" key in the top row another backspace | ||
2016-08-25 | Merge pull request #1 from jackhumbert/master | ||
Merge from jackhumbert | |||
2016-08-25 | - Updated kc60/readme | ||
- Added layout examples for kc60 | |||
2016-08-24 | [jd45] Port jeebak's planck keymap to jd45 | ||
2016-08-24 | [jd45] Add "jeebak" keymap folder as a copy of the "default" folder | ||
2016-08-25 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into ↵ | ||
vision_division_dev | |||
2016-08-25 | Added pin support for A0-A7 | ||
Vision Division - It works! | |||
2016-08-24 | Added replicaJunction keymap | ||
2016-08-24 | - Fixed layout for kc60 | ||
2016-08-24 | - Updated kc60.h for 2x 1u backspace (K49) | ||
- Added dbroqua layout | |||
2016-08-24 | Making the existing firmware link better | ||
2016-08-24 | Changes based on @fredizzimo review, flashing Infinity details | ||
2016-08-24 | Merge pull request #679 from algernon/h/ucis/subproject-fix | ||
quantum: Move qk_ucis_state to process_unicode.c | |||
2016-08-24 | Merge pull request #646 from nclundsten/master | ||
fix ergodox ez link | |||
2016-08-24 | quantum: Move qk_ucis_state to process_unicode.c | ||
In order to not declare the same variable in multiple objects (which happens when building UCIS-enabled keymap for both the ErgoDox EZ and the ErgoDox Infinity), move the declaration to the .c file, and keep only an extern reference in the header. Many thanks to @fredizzimo for spotting the error in Travis, and suggesting the fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> |