Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-14 | fixed conflict | climbalima | |
2016-11-14 | fixed extra paste | climbalima | |
2016-11-10 | Merge branch 'master' of https://github.com/climbalima/qmk_firmware | climbalima | |
second try | |||
2016-11-10 | Added both revisions into one folder | climbalima | |
2016-11-10 | returned to o | climbalima | |
2016-11-10 | Changes to be committed: | climbalima | |
new file: keyboards/lets_splitv2/Makefile new file: keyboards/lets_splitv2/config.h new file: keyboards/lets_splitv2/i2c.c new file: keyboards/lets_splitv2/i2c.h new file: keyboards/lets_splitv2/imgs/split-keyboard-i2c-schematic.png new file: keyboards/lets_splitv2/imgs/split-keyboard-serial-schematic.png new file: keyboards/lets_splitv2/keymaps/default/keymap.c new file: keyboards/lets_splitv2/lets_split.c new file: keyboards/lets_splitv2/lets_split.h new file: keyboards/lets_splitv2/matrix.c new file: keyboards/lets_splitv2/pro_micro.h new file: keyboards/lets_splitv2/readme.md new file: keyboards/lets_splitv2/serial.c new file: keyboards/lets_splitv2/serial.h new file: keyboards/lets_splitv2/split_util.c new file: keyboards/lets_splitv2/split_util.h new file: keyboards/maxipad/Makefile new file: keyboards/maxipad/config.h new file: keyboards/maxipad/keymaps/default/Makefile new file: keyboards/maxipad/keymaps/default/config.h new file: keyboards/maxipad/keymaps/default/keymap.c new file: keyboards/maxipad/keymaps/default/readme.md new file: keyboards/maxipad/maxipad.c new file: keyboards/maxipad/maxipad.h new file: keyboards/maxipad/readme.md | |||
2016-07-06 | Merge pull request #484 from jackhumbert/lets-split-support | Jack Humbert | |
Add Let's Split support | |||
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-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 | 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 | |