Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-13 | Merge pull request #2 from jackhumbert/master | Joshua Colbeck | 62 | -663/+2675 | |
Pull from upstream | |||||
2016-07-11 | Merge pull request #477 from Smilliam/master | Jack Humbert | 1 | -1/+1 | |
Canceling Space Cadet state with opposite shift key | |||||
2016-07-11 | Merge pull request #506 from stanleylai/master | Jack Humbert | 2 | -0/+104 | |
Added my custom keymap for Satan | |||||
2016-07-11 | fixed clueboard LED pin assignments and matrix documentation | Ruiqi Mao | 4 | -17/+33 | |
2016-07-11 | amended extraneous file edits | Smilliam | 2 | -7/+1 | |
2016-07-11 | Made rollover behavior for space cadet optional | Smilliam | 2 | -2/+8 | |
2016-07-10 | Added my custom keymap for Satan | Stanley Lai | 2 | -0/+104 | |
2016-07-10 | Update keymap.c | Max Whittingham | 1 | -3/+1 | |
2016-07-09 | Cleaning up repo | Max Whittingham | 5 | -0/+546 | |
2016-07-09 | Merge pull request #1 from jackhumbert/master | TerryMathews | 7 | -1/+161 | |
Catch up with jack's master | |||||
2016-07-09 | Establish Poker clone keymap for Satan | TerryMathews | 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). | |||||
2016-07-08 | Merge pull request #494 from robbiegill/master | Jack Humbert | 7 | -1/+161 | |
Port support for hhkb-jp from tmk | |||||
2016-07-08 | Fix a function mismatch that was causing LEDs to not properly initialize | TerryMathews | 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. | |||||
2016-07-08 | port missing support for hhkb-jp from tmk | Robbie Gill | 7 | -1/+161 | |
2016-07-08 | Fix cluepad and planck | TerryMathews | 2 | -5/+5 | |
2016-07-08 | Fix compile error on Clueboard | TerryMathews | 1 | -2/+2 | |
2016-07-08 | Create keycodes for RGB control functions | TerryMathews | 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) | |||||
2016-07-07 | Remove unhandled KC_BTLD, RESET should be used instead | Fred Sundvik | 2 | -2/+5 | |
2016-07-07 | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | 13 | -49/+113 | |
2016-07-07 | Merge pull request #490 from fredizzimo/integrate_visualizer | Jack Humbert | 17 | -0/+1568 | |
Integrate visualizer for ChibiOS and Infinity Ergodox | |||||
2016-07-07 | Move the visualizer_user file to keymap folder | Fred Sundvik | 1 | -0/+0 | |
Also rename it to visualizer.c | |||||
2016-07-07 | Delete lcd_backlight_hal.c | Fred Sundvik | 2 | -84/+65 | |
The functionality can now be found in the infinity_erogodox.c file instead. | |||||
2016-07-07 | Makefile fixes and update of Visualizer | Fred Sundvik | 1 | -0/+9 | |
2016-07-07 | Add Infinity Ergodox display drivers | Fred Sundvik | 13 | -0/+992 | |
2016-07-07 | Merge branch 'master' of https://github.com/Skrymir/qmk_firmware | Josh Colbeck | 2 | -0/+213 | |
2016-07-07 | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | 6 | -41/+203 | |
2016-07-07 | Changed layer switching to momentary | Josh Colbeck | 1 | -6/+6 | |
corrected macro | |||||
2016-07-07 | Merge branch 'master' into lets-split-support | Jack Humbert | 3 | -0/+23 | |
2016-07-06 | Makefile changes and files to compile Visualizer | Fred Sundvik | 4 | -0/+586 | |
2016-07-06 | Add serial_link compilation to Infinity Ergodox | Fred Sundvik | 2 | -0/+11 | |
2016-07-06 | adds eep, removes usbconfig.h | Jack Humbert | 3 | -377/+4 | |
2016-07-06 | fix/annotate wait_us lines | Jack Humbert | 1 | -0/+12 | |
2016-07-06 | remove uno_slave for now, even though it's freakin cool | Jack Humbert | 5 | -448/+0 | |
2016-07-06 | add options to config.h | Jack Humbert | 1 | -2/+5 | |
2016-07-06 | Merge branch 'master' into lets-split-support | Jack Humbert | 12 | -0/+1863 | |
2016-07-06 | images, docks, clean-up [skip ci] | Jack Humbert | 13 | -2/+367 | |
2016-07-06 | i2c working | Jack Humbert | 19 | -21/+1822 | |
2016-07-06 | one half working | Jack Humbert | 6 | -0/+254 | |
2016-07-05 | Merge pull request #480 from fredizzimo/add_infinity_ergodox | Jack Humbert | 12 | -0/+1863 | |
Add infinity ergodox | |||||
2016-07-05 | Infinity Ergodox - Add matrix.c and led.c | Fred Sundvik | 2 | -1/+4 | |
2016-07-05 | First version of Infinity Ergodox | Fred Sundvik | 12 | -0/+1860 | |
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 | 1 | -1/+1 | |
2016-07-05 | Don't include common_config.h for ChibiOS test | Fred Sundvik | 1 | -2/+0 | |
2016-07-05 | Move ChibiOS test board and ld | Fred Sundvik | 7 | -0/+0 | |
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 | 49 | -253/+52 | |
2016-07-05 | Merge remote-tracking branch 'jackhumbert/master' into patch-1 | Josh Colbeck | 2 | -14/+14 | |
2016-07-05 | correct break/return order for planck and preonic defaults | Jack Humbert | 2 | -14/+14 | |
2016-07-04 | Merge remote-tracking branch 'jackhumbert/master' into patch-1 | Josh Colbeck | 2 | -11/+5 | |
2016-07-04 | Added macro and readme | Josh Colbeck | 2 | -18/+40 | |
macros to for often used eclipse shortcuts | |||||
2016-07-04 | Added new keymap | Josh Colbeck | 1 | -0/+191 | |