Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-07 | update priyadi's keymap config | ||
2017-08-07 | let planck keymaps use KEYMAP | ||
2017-08-02 | added missing media controls and mod-tap rshift/enter | ||
2017-08-02 | add my keymap | ||
2017-07-27 | Add support for GeminiPR steno protocol. | ||
This protocol breaks out "duplicate" keys into their own entry in the packet so that more complicated logic can be done on the software side, including support for additional languages and alternative theories. | |||
2017-07-27 | Add TX Bolt protocol support for Stenography | ||
Requires virtser; Allows QMK to speak the TX BOlt protocol used by stenography machines and software (such as Plover). The upside is that Plover can be configured to listen only to TX Bolt allow the keyboard to switch layers without need to enable/disable the Plover software, or to have a second non-Steno keyboard work concurrently. | |||
2017-07-23 | adds music mode, music mode songs, music mask | ||
2017-07-23 | remove unneccesary headers | ||
2017-07-23 | clean-up planck and preonic keymaps, move audio stuff around | ||
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-27 | add new arguements, docs | ||
2017-06-25 | Merge pull request #1431 from rai-suta/master | ||
Bugg fix and add keymap for testing JIS_KEYCODE switch. | |||
2017-06-25 | updates olkb readmes #1362 | ||
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 | revert changes to config.h | ||
2017-05-24 | media keys and stuff | ||
2017-05-22 | merge | ||
2017-05-22 | matrix layout | ||
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 |