Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-18 | Updated keymaps with second LOWER for the right hand | ||
2017-07-24 | First Update | ||
2017-07-05 | Pull out sendstring variations to their own files. | ||
Instead of having all sendstring keycode mappings in the main quantum.c file, give each one its own file in keymap_extras that can be #included in a user's keymap. If one is included, it will define the appropriate lookup tables and overwrite the weak definitions in quantum.c. (Including more than one sendstring definition will fail at compile time.) Update @rai-suta's test keymap to match, as well as the documentation. | |||
2017-07-05 | Allow broader send_string layout customizability via compile flag | ||
Refactor new-ish JIS_KEYCODE send_string implementation with existing send_string Reshuffle JIS in line with other alternative keycodes for sendstring, and make them all accessible via compile-time options Add a separate function to allow sending a string with a delay. | |||
2017-06-30 | Update keyboards' rules.mk/Makefiles (#1442) | ||
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit | |||
2017-06-26 | Add a keymap for testing JIS_KEYCODE. | ||
2017-06-19 | This is a complete redo of my keymap. It includes several | ||
layers including qwerty, colemak, navigation, and gui layers. I also was playing around with dancing tap keys. | |||
2017-06-17 | Added personal keymap with underglow, right shift, numpad, and bright hidden ↵ | ||
behind raise/lower | |||
2017-06-15 | Merge pull request #1394 from Khord/master | ||
Adding custom keymap for Let's Split and updates to custom Planck keymap | |||
2017-06-15 | Minor updates to planck/keymaps/dshields | ||
* tweaks to tap dance keys * tidy up code * save a few bytes | |||
2017-06-15 | tap dance and hold changes to make planck match lets split | ||
2017-06-11 | remove .hex, .PNG, .jpg | ||
2017-06-11 | remove the rest of the .pngs | ||
2017-06-09 | Merge pull request #1382 from binaryplease/handwired_binaryplease | ||
Handwired binaryplease | |||
2017-06-10 | put colemak and qwert switching on the top right | ||
2017-06-10 | removed swapping keys in adjust layer | ||
2017-06-10 | commented out unused layers | ||
2017-06-06 | Merge pull request #1366 from abperiasamy/refine-layout | ||
Replace enter with quote and few reorgs | |||
2017-06-06 | Additional tap dance keys/functions for planck/keymap/dshields | ||
2017-06-01 | Merge pull request #1350 from originerd/add-originerd-planck-keymap | ||
Add originerd planck keymap | |||
2017-06-01 | Tweak reported power consumption to work with iOS | ||
2017-05-31 | Add originerd planck keymap | ||
2017-05-29 | redefined options in config.h | ||
2017-05-29 | overwriting optins in makefile and configuration | ||
2017-05-29 | disabled backlight and audio | ||
2017-05-29 | copied default planck keymap to handwired_binaryplease; | ||
2017-05-24 | readme, media keys fix | ||
2017-05-24 | media keys and stuff | ||
2017-05-22 | merge | ||
2017-05-11 | Fix spelling of "persistent" | ||
Fixes #1201. | |||
2017-05-11 | Add new features to dshields keymap. | ||
- one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image. | |||
2017-05-05 | Add new keymap for dshields. | ||
2017-04-30 | Update vifon keymap to use `DYN_REC_STOP` | ||
2017-04-26 | Expanded lae3 keymap readme | ||
2017-04-23 | Switched Alt and GUI key places | ||
2017-04-22 | Added lae3 keymap | ||
2017-04-19 | Promethium rev2 | ||
* 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix | |||
2017-04-13 | Fix warnings in planck/lucas keymap | ||
Register the unshifted version DE_LESS, rather than the shifted DE_MORE | |||
2017-04-12 | colemak layout maybe | ||
2017-04-09 | Added breathing macros and removed mappings to unused layouts | ||
2017-04-02 | Merge remote-tracking branch 'upstream/master' | ||
2017-03-30 | Worked around some new Makefile issues. | ||
2017-03-30 | changed hotkey cluster to accomodate awkward software... again | ||
2017-03-30 | changed hotkey cluster to accomodate awkward software | ||
2017-03-29 | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | ||
2017-03-29 | Merge branch 'master' into to_push | ||
2017-03-28 | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | ||
Flesh out MIDI support | |||
2017-03-20 | Merge branch 'master' of https://github.com/Khord/qmk_firmware | ||
2017-03-20 | add pgup, pgdn, home, end | ||
2017-03-19 | Missing comma | ||