Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 2016-07-12 | 45 | -663/+1107 |
|\ | |||||
| * | Merge pull request #477 from Smilliam/master | Jack Humbert | 2016-07-11 | 1 | -1/+1 |
| |\ | | | | | | | Canceling Space Cadet state with opposite shift key | ||||
| | * | amended extraneous file edits | Smilliam | 2016-07-10 | 2 | -7/+1 |
| | | | |||||
| | * | Made rollover behavior for space cadet optional | Smilliam | 2016-07-10 | 2 | -2/+8 |
| | | | |||||
| * | | 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 |
| | | | | |||||
| * | | | fixed clueboard LED pin assignments and matrix documentation | Ruiqi Mao | 2016-07-11 | 4 | -17/+33 |
| |/ / | |||||
| * | | 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 #1 from jackhumbert/master | TerryMathews | 2016-07-09 | 7 | -1/+161 |
| |\ \ | | | | | | | | | Catch up with jack's master | ||||
| | * \ | 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 |
| | | | | | |||||
| * | | | | 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. | ||||
| * | | | 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 | 9 | -586/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | | Remove unhandled KC_BTLD, RESET should be used instead | Fred Sundvik | 2016-07-07 | 2 | -2/+5 |
| | | | | |||||
| * | | | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | 2016-07-07 | 13 | -49/+113 |
| | | | | |||||
* | | | | I did not like Space Cadet paren; it jumps in in way too many extra cases | Christopher Browne | 2016-07-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 2016-07-07 | 96 | -143/+5158 |
|\| | | | |||||
| * | | | Merge pull request #490 from fredizzimo/integrate_visualizer | Jack Humbert | 2016-07-07 | 17 | -0/+1568 |
| |\ \ \ | | |/ / | |/| | | Integrate visualizer for ChibiOS and Infinity Ergodox | ||||
| | * | | Move the visualizer_user file to keymap folder | Fred Sundvik | 2016-07-07 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | Also rename it to visualizer.c | ||||
| | * | | Delete lcd_backlight_hal.c | Fred Sundvik | 2016-07-07 | 2 | -84/+65 |
| | | | | | | | | | | | | | | | | | | | | The functionality can now be found in the infinity_erogodox.c file instead. | ||||
| | * | | Makefile fixes and update of Visualizer | Fred Sundvik | 2016-07-07 | 1 | -0/+9 |
| | | | | |||||
| | * | | 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 | 4 | -0/+586 |
| | | | | |||||
| * | | | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | 2016-07-06 | 6 | -41/+203 |
| | | | | |||||
| * | | | Merge branch 'master' into lets-split-support | Jack Humbert | 2016-07-06 | 3 | -0/+23 |
| |\| | | |||||
| | * | | Add serial_link compilation to Infinity Ergodox | Fred Sundvik | 2016-07-06 | 2 | -0/+11 |
| | | | | |||||
| | * | | fix/annotate wait_us lines | Jack Humbert | 2016-07-06 | 1 | -0/+12 |
| | | | | |||||
| * | | | adds eep, removes usbconfig.h | Jack Humbert | 2016-07-06 | 3 | -377/+4 |
| | | | | |||||
| * | | | remove uno_slave for now, even though it's freakin cool | Jack Humbert | 2016-07-05 | 5 | -448/+0 |
| | | | | |||||
| * | | | add options to config.h | Jack Humbert | 2016-07-05 | 1 | -2/+5 |
| | | | | |||||
| * | | | Merge branch 'master' into lets-split-support | Jack Humbert | 2016-07-05 | 12 | -0/+1863 |
| |\| | | |||||
| | * | | Merge pull request #480 from fredizzimo/add_infinity_ergodox | Jack Humbert | 2016-07-05 | 12 | -0/+1863 |
| | |\ \ | | | | | | | | | | | Add infinity ergodox | ||||
| | | * | | Infinity Ergodox - Add matrix.c and led.c | Fred Sundvik | 2016-07-05 | 2 | -1/+4 |
| | | | | | |||||
| | | * | | First version of Infinity Ergodox | Fred Sundvik | 2016-07-05 | 12 | -0/+1860 |
| | | |/ | | | | | | | | | | | | | | | | | Mostly just adding the files from the fredizzimo repository. Still needs some fixing until it works | ||||
| * | | | images, docks, clean-up [skip ci] | Jack Humbert | 2016-07-05 | 13 | -2/+367 |
| | | | | |||||
| * | | | i2c working | Jack Humbert | 2016-07-05 | 19 | -21/+1822 |
| | | | | |||||
| * | | | one half working | Jack Humbert | 2016-07-05 | 6 | -0/+254 |
| |/ / | |||||
| * | | Fix typo in teensy_lc_onkey.h | Fred Sundvik | 2016-07-05 | 1 | -1/+1 |
| | | | |||||
| * | | Don't include common_config.h for ChibiOS test | Fred Sundvik | 2016-07-05 | 1 | -2/+0 |
| | | | |||||
| * | | Move ChibiOS test board and ld | Fred Sundvik | 2016-07-05 | 7 | -0/+0 |
| | | | | | | | | | | | | | | | Move the ChibiOS test subproject board and ld files to the kebyoard folder, so that the build system can find them | ||||
| * | | Suprojects for ChibiOS testing | Fred Sundvik | 2016-07-05 | 49 | -253/+52 |
| |/ | |||||
| * | correct break/return order for planck and preonic defaults | Jack Humbert | 2016-07-04 | 2 | -14/+14 |
| | | |||||
* | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 2016-07-04 | 66 | -18/+6982 |
|\| | |||||
| * | Adds wait to i2c (debounce) | Jack Humbert | 2016-07-04 | 1 | -3/+3 |
| | | |||||
| * | Improves debounce | Jack Humbert | 2016-07-04 | 2 | -9/+3 |
| | | |||||
| * | Fix other KC60 Keymap Makefiles so they compile properly | Richard | 2016-07-03 | 2 | -2/+2 |
| | |