Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-06 | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | |
2016-07-06 | Merge branch 'master' into lets-split-support | Jack Humbert | |
2016-07-07 | Makefile changes and files to compile Visualizer | Fred Sundvik | |
2016-07-07 | Add ugfx submodule | Fred Sundvik | |
2016-07-06 | Merge pull request #488 from fredizzimo/add_visualizer | Jack Humbert | |
Add visualizer library | |||
2016-07-06 | Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizer | Fred Sundvik | |
2016-07-06 | Delete .gitmodules from visualizer | Fred Sundvik | |
2016-07-06 | Add 'quantum/visualizer/' from commit 'bde869aa7ec8601459bc63b9636081d21108d1be' | Fred Sundvik | |
git-subtree-dir: quantum/visualizer git-subtree-mainline: 19f480992c015aec0a15dca43e740bad8b7834e6 git-subtree-split: bde869aa7ec8601459bc63b9636081d21108d1be | |||
2016-07-06 | Merge pull request #487 from fredizzimo/serial_link_ergodox | Jack Humbert | |
Integrate serial link support for ChibiOS and Infinity Ergodox | |||
2016-07-06 | Add setting of the master side to the makefile | Fred Sundvik | |
2016-07-06 | Enable serial_link support for ChibiOS | Fred Sundvik | |
2016-07-06 | Add serial_link compilation to Infinity Ergodox | Fred Sundvik | |
2016-07-06 | adds eep, removes usbconfig.h | Jack Humbert | |
2016-07-06 | Merge pull request #482 from fredizzimo/serial_link | Jack Humbert | |
Add serial link library | |||
2016-07-06 | Remove extra serial_link subdirectory | Fred Sundvik | |
2016-07-06 | Remove CGreen make files | Fred Sundvik | |
2016-07-06 | Remove serial_link .gitignore and .gitmodules | Fred Sundvik | |
2016-07-06 | fix/annotate wait_us lines | Jack Humbert | |
2016-07-05 | remove uno_slave for now, even though it's freakin cool | Jack Humbert | |
2016-07-05 | add options to config.h | Jack Humbert | |
2016-07-05 | Merge branch 'master' into lets-split-support | Jack Humbert | |
2016-07-05 | images, docks, clean-up [skip ci] | Jack Humbert | |
2016-07-05 | i2c working | Jack Humbert | |
2016-07-05 | one half working | Jack Humbert | |
2016-07-05 | Add 'quantum/serial_link/' from commit ↵ | Fred Sundvik | |
'a20d513e3cdacbf6e0e70a80402497ad10166434' git-subtree-dir: quantum/serial_link git-subtree-mainline: 7d28d6a7bc81578bb5a83f1d55810ee3d1458e96 git-subtree-split: a20d513e3cdacbf6e0e70a80402497ad10166434 | |||
2016-07-05 | Merge pull request #480 from fredizzimo/add_infinity_ergodox | Jack Humbert | |
Add infinity ergodox | |||
2016-07-05 | Add dfu-util command for programming | Fred Sundvik | |
Also add .bin generation, which is needed for dfu-util. | |||
2016-07-05 | Merge pull request #471 from Chipairon/patch-1 | Jack Humbert | |
Fix for '~' in spanish layout | |||
2016-07-05 | Merge pull request #478 from fredizzimo/chibios_subprojects | Jack Humbert | |
Suprojects for ChibiOS testing | |||
2016-07-05 | Infinity Ergodox - Add matrix.c and led.c | Fred Sundvik | |
2016-07-05 | First version of Infinity Ergodox | Fred Sundvik | |
Mostly just adding the files from the fredizzimo repository. Still needs some fixing until it works | |||
2016-07-05 | Fix typo in teensy_lc_onkey.h | Fred Sundvik | |
2016-07-05 | Don't include common_config.h for ChibiOS test | Fred Sundvik | |
2016-07-05 | Move ChibiOS test board and ld | Fred Sundvik | |
Move the ChibiOS test subproject board and ld files to the kebyoard folder, so that the build system can find them | |||
2016-07-05 | Suprojects for ChibiOS testing | Fred Sundvik | |
2016-07-04 | fixed indentation. | Smilliam | |
2016-07-04 | Allow Space Cadet state to be canceled by alternate Shift key | Smilliam | |
Allows you to press RSHIFT to cancel the insertion of a "(" when holding down LSHIFT. Alternatively, allows you to press LSHIFT to cancel the insertion of a ")" when holding down RSHIFT. This change enables you to renege from outputting a character should you press a shift key erroneously. | |||
2016-07-04 | correct break/return order for planck and preonic defaults | Jack Humbert | |
2016-07-04 | Fixes typos in keycode.txt | Jack Humbert | |
2016-07-04 | Adds wait to i2c (debounce) | Jack Humbert | |
2016-07-04 | Improves debounce | Jack Humbert | |
2016-07-04 | fix typos | Pavlos Vinieratos | |
2016-07-04 | reverts #343 for the most part (#474) | Jack Humbert | |
2016-07-02 | Merge pull request #472 from Wigguno/master | Jack Humbert | |
2016-07-03 | Fix other KC60 Keymap Makefiles so they compile properly | Richard | |
2016-07-03 | Add my keymap to KC60 | Richard | |
2016-07-02 | Fix for '~' in spanish layout | Rubén Díaz-Jorge | |
2016-07-01 | add HHKB support to satan (#470) | Seth Chandler | |
* add HHKB support * fix indentation | |||
2016-07-01 | Add warning when submodules are not updated (#469) | fredizzimo | |
* Add warning when submodules are not updated * Sh compatible syntax for dirty submodule check | |||
2016-07-01 | Add ChibiOS packages to the avr_setup script (#468) | fredizzimo | |
* Add ChibiOS packages to the avr_setup script * Add git as a dependency * Rename avr_setup.sh -> install_dependencies.sh Also fix the Vagrant welcome message to reflect the new directory structure. |