aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck
AgeCommit message (Collapse)Author
2017-07-27Add support for GeminiPR steno protocol.Gravatar Joe Wasson
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-27Add TX Bolt protocol support for StenographyGravatar Joe Wasson
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-23adds music mode, music mode songs, music maskGravatar Jack Humbert
2017-07-23remove unneccesary headersGravatar Jack Humbert
2017-07-23clean-up planck and preonic keymaps, move audio stuff aroundGravatar Jack Humbert
2017-07-05Pull out sendstring variations to their own files.Gravatar Shayne Holmes
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-05Allow broader send_string layout customizability via compile flagGravatar Shayne Holmes
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-30Update keyboards' rules.mk/Makefiles (#1442)Gravatar Jack Humbert
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-27add new arguements, docsGravatar Jack Humbert
2017-06-25Merge pull request #1431 from rai-suta/masterGravatar Jack Humbert
Bugg fix and add keymap for testing JIS_KEYCODE switch.
2017-06-25updates olkb readmes #1362Gravatar Jack Humbert
2017-06-26Add a keymap for testing JIS_KEYCODE.Gravatar rai-suta
2017-06-19This is a complete redo of my keymap. It includes severalGravatar Brandon Height
layers including qwerty, colemak, navigation, and gui layers. I also was playing around with dancing tap keys.
2017-06-17Added personal keymap with underglow, right shift, numpad, and bright hidden ↵Gravatar root
behind raise/lower
2017-06-15Merge pull request #1394 from Khord/masterGravatar Jack Humbert
Adding custom keymap for Let's Split and updates to custom Planck keymap
2017-06-15Minor updates to planck/keymaps/dshieldsGravatar Daniel Shields
* tweaks to tap dance keys * tidy up code * save a few bytes
2017-06-15tap dance and hold changes to make planck match lets splitGravatar Dylan Khor
2017-06-11remove .hex, .PNG, .jpgGravatar Jack Humbert
2017-06-11remove the rest of the .pngsGravatar Jack Humbert
2017-06-09Merge pull request #1382 from binaryplease/handwired_binarypleaseGravatar Jack Humbert
Handwired binaryplease
2017-06-10put colemak and qwert switching on the top rightGravatar binaryplease
2017-06-10removed swapping keys in adjust layerGravatar binaryplease
2017-06-10commented out unused layersGravatar binaryplease
2017-06-06Merge pull request #1366 from abperiasamy/refine-layoutGravatar Jack Humbert
Replace enter with quote and few reorgs
2017-06-06Additional tap dance keys/functions for planck/keymap/dshieldsGravatar Daniel Shields
2017-06-01Merge pull request #1350 from originerd/add-originerd-planck-keymapGravatar Jack Humbert
Add originerd planck keymap
2017-06-01Tweak reported power consumption to work with iOSGravatar Daniel Shields
2017-05-31Add originerd planck keymapGravatar Jitae Kim
2017-05-29redefined options in config.hGravatar binaryplease
2017-05-29overwriting optins in makefile and configurationGravatar binaryplease
2017-05-29disabled backlight and audioGravatar binaryplease
2017-05-29copied default planck keymap to handwired_binaryplease;Gravatar binaryplease
2017-05-24readme, media keys fixGravatar Johannes Larsson
2017-05-24revert changes to config.hGravatar Johannes Larsson
2017-05-24media keys and stuffGravatar Johannes Larsson
2017-05-22mergeGravatar Johannes Larsson
2017-05-22matrix layoutGravatar Johannes Larsson
2017-05-11Fix spelling of "persistent"Gravatar Nikolaus Wittenstein
Fixes #1201.
2017-05-11Add new features to dshields keymap.Gravatar Daniel Shields
- one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image.
2017-05-05Add new keymap for dshields.Gravatar Daniel Shields
2017-04-30Update vifon keymap to use `DYN_REC_STOP`Gravatar Weiyi Lou
2017-04-26Expanded lae3 keymap readmeGravatar laelath
2017-04-23Switched Alt and GUI key placesGravatar Justin Frank
2017-04-22Added lae3 keymapGravatar Justin Frank
2017-04-19Promethium rev2Gravatar Priyadi Iman Nurcahyo
* 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix
2017-04-13Fix warnings in planck/lucas keymapGravatar Fred Sundvik
Register the unshifted version DE_LESS, rather than the shifted DE_MORE
2017-04-12colemak layout maybeGravatar Johannes Larsson
2017-04-09Added breathing macros and removed mappings to unused layoutsGravatar Dylan Khor
2017-04-02Merge remote-tracking branch 'upstream/master'Gravatar Xyverz
2017-03-30Worked around some new Makefile issues.Gravatar nielsenz