Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-04 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-08-01 | Merge pull request #596 from fredizzimo/rid_of_quick | Jack Humbert | |
Fix the makefile dependencies and remove quick targets | |||
2016-07-31 | Generate version information to version.h | Fred Sundvik | |
So that only the files that really needs a version are recompiled. | |||
2016-07-30 | Update readme.md | JeeBak Kim | |
2016-07-30 | Add additional shortcut keymaps to TOUCHCURSOR layer | JeeBak Kim | |
2016-07-30 | Add additional maps for [, and ], to LOWER | JeeBak Kim | |
2016-07-30 | Make RAISE layer an all numbers/arithmatic layer | JeeBak Kim | |
2016-07-30 | Move reset to a less accessible location | JeeBak Kim | |
2016-07-30 | Add -, +, and . to RAISE | JeeBak Kim | |
2016-07-30 | Change calls from persistant_default_layer_set() to default_layer_set() | JeeBak Kim | |
2016-07-30 | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵ | JeeBak Kim | |
layers | |||
2016-07-30 | Media keys for all the "regular" layers | JeeBak Kim | |
2016-07-30 | Add mouse layer, and remove default arrow keys (touchcursor only, now) | JeeBak Kim | |
2016-07-30 | Add numbers to _RAISE | JeeBak Kim | |
2016-07-30 | Move _RAISE symbols to _LOWER | JeeBak Kim | |
2016-07-30 | Tap for Enter, hold for Shift | JeeBak Kim | |
2016-07-30 | Add personalized TouchCursor layer | JeeBak Kim | |
2016-07-30 | Tap for Esc, hold for Control | JeeBak Kim | |
2016-07-30 | Add "jeebak" keymap folder as a copy of the "default" folder | JeeBak Kim | |
2016-07-28 | Merge pull request #577 from hot-leaf-juice/master | Jack Humbert | |
Pull request to include my keymap if you want it! | |||
2016-07-28 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-07-28 | Added readme.md for custom layout. | Callum Oakley | |
2016-07-27 | Added custom keymap. | Callum Oakley | |
Added custom keymap. | |||
2016-07-27 | remove unnecessary includes | Seth Chandler | |
2016-07-27 | fix numerous errors in bone2planck keymap | Seth Chandler | |
2016-07-26 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-07-26 | disable midi by default | Jack Humbert | |
2016-07-25 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-07-24 | Fixes midi functionality | Jack Humbert | |
2016-07-20 | fixed include paths | Jason Janse van Rensburg | |
2016-07-20 | reformat | Jason Janse van Rensburg | |
2016-07-20 | updated bone2planck | Jason Janse van Rensburg | |
2016-07-18 | Notes about changes | Christopher Browne | |
2016-07-12 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-07-12 | I did not like Space Cadet paren; it jumps in in way too many extra cases | Christopher Browne | |
2016-07-07 | Fix cluepad and planck | TerryMathews | |
2016-07-07 | Create keycodes for RGB control functions | TerryMathews | |
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 | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | |
2016-07-07 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-07-04 | correct break/return order for planck and preonic defaults | Jack Humbert | |
2016-06-30 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-06-29 | updates planck experimental, width of color output | Jack Humbert | |
2016-06-29 | adds random base64 character generator | Jack Humbert | |
2016-06-29 | Implements subprojects and updates projects for this (#459) | Jack Humbert | |
* non-working commit * working * subprojects implemented for planck * pass a subproject variable through to c * consolidates clueboard revisions * thanks for letting me know about conflicts.. * turn off audio for yang's * corrects starting paths for subprojects * messing around with travis * semicolon * travis script * travis script * script for travis * correct directory (probably), amend files to commit * remove origin before adding * git pull, correct syntax * git checkout * git pull origin branch * where are we? * where are we? * merging * force things to happen * adds commit message, adds add * rebase, no commit message * rebase branch * idk! * try just pull * fetch - merge * specify repo branch * checkout * goddammit * merge? idk * pls * after all * don't split up keyboards * syntax * adds quick for all-keyboards * trying out new script * script update * lowercase * all keyboards * stop replacing compiled.hex automatically * adds if statement * skip automated build branches * forces push to automated build branch * throw an add in there * upstream? * adds AUTOGEN * ignore all .hex files again * testing out new repo * global ident * generate script, keyboard_keymap.hex * skip generation for now, print pandoc info, submodule update * try trusty * and sudo * try generate * updates subprojects to keyboards * no idea * updates to keyboards * cleans up clueboard stuff * setup to use local readme * updates cluepad, planck experimental * remove extra led.c [ci skip] * disable power up for now * config files updates * makefile updates * .h file updates, config tuning * disable audio for yang | |||
2016-06-28 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-06-27 | zoom and undo keys for ab's planck keymap (#446) | Anand Babu (AB) Periasamy | |
2016-06-26 | updates preonic default layout | Jack Humbert | |
2016-06-26 | updates planck macros to keycodes, prototype fn_actions | Jack Humbert | |
2016-06-24 | Swap up and down on ab's layout to match default (#441) | Anand Babu (AB) Periasamy | |
2016-06-24 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |