summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
AgeCommit message (Collapse)AuthorFilesLines
2017-07-05Pull out sendstring variations to their own files.Shayne Holmes2-3/+2
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 flagShayne Holmes1-1/+1
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)Jack Humbert4-28/+28
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, docsJack Humbert1-0/+1
2017-06-26Merge pull request #1431 from rai-suta/masterJack Humbert4-0/+146
Bugg fix and add keymap for testing JIS_KEYCODE switch.
2017-06-25updates olkb readmes #1362Jack Humbert1-27/+10
2017-06-25Add a keymap for testing JIS_KEYCODE.rai-suta4-0/+146
2017-06-20This is a complete redo of my keymap. It includes severalBrandon Height3-143/+499
layers including qwerty, colemak, navigation, and gui layers. I also was playing around with dancing tap keys.
2017-06-18Added personal keymap with underglow, right shift, numpad, and bright hidden ↵root3-0/+408
behind raise/lower
2017-06-15Merge pull request #1394 from Khord/masterJack Humbert1-6/+6
Adding custom keymap for Let's Split and updates to custom Planck keymap
2017-06-15Minor updates to planck/keymaps/dshieldsDaniel Shields2-25/+15
* tweaks to tap dance keys * tidy up code * save a few bytes
2017-06-15tap dance and hold changes to make planck match lets splitDylan Khor1-6/+6
2017-06-12remove .hex, .PNG, .jpgJack Humbert14-4/+9
2017-06-12remove the rest of the .pngsJack Humbert7-3/+5
2017-06-10Merge pull request #1382 from binaryplease/handwired_binarypleaseJack Humbert4-0/+432
Handwired binaryplease
2017-06-10put colemak and qwert switching on the top rightbinaryplease1-1/+1
2017-06-10removed swapping keys in adjust layerbinaryplease1-1/+1
2017-06-10commented out unused layersbinaryplease1-58/+58
2017-06-06Merge pull request #1366 from abperiasamy/refine-layoutJack Humbert4-15/+29
Replace enter with quote and few reorgs
2017-06-06Additional tap dance keys/functions for planck/keymap/dshieldsDaniel Shields2-12/+63
2017-06-01Merge pull request #1350 from originerd/add-originerd-planck-keymapJack Humbert3-0/+256
Add originerd planck keymap
2017-06-01Tweak reported power consumption to work with iOSDaniel Shields2-8/+10
2017-05-31Add originerd planck keymapJitae Kim3-0/+256
2017-05-29redefined options in config.hbinaryplease1-0/+16
2017-05-29overwriting optins in makefile and configurationbinaryplease1-19/+13
2017-05-29disabled backlight and audiobinaryplease1-0/+71
2017-05-29copied default planck keymap to handwired_binaryplease;binaryplease4-0/+351
2017-05-24readme, media keys fixJohannes Larsson3-25/+21
2017-05-24revert changes to config.hJohannes Larsson1-2/+2
2017-05-24media keys and stuffJohannes Larsson2-58/+15
2017-05-22mergeJohannes Larsson3-0/+177
2017-05-22matrix layoutJohannes Larsson1-2/+2
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein19-59/+59
Fixes #1201.
2017-05-11Add new features to dshields keymap.Daniel Shields5-32/+55
- one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image.
2017-05-05Add new keymap for dshields.Daniel Shields3-0/+132
2017-04-30Update vifon keymap to use `DYN_REC_STOP`Weiyi Lou1-1/+2
2017-04-26Expanded lae3 keymap readmelaelath2-11/+121
2017-04-24Switched Alt and GUI key placesJustin Frank1-2/+2
2017-04-23Added lae3 keymapJustin Frank4-0/+294
2017-04-18Promethium rev2Priyadi Iman Nurcahyo1-1/+2
* 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 keymapFred Sundvik1-3/+3
Register the unshifted version DE_LESS, rather than the shifted DE_MORE
2017-04-12colemak layout maybeJohannes Larsson1-13/+31
2017-04-09Added breathing macros and removed mappings to unused layoutsDylan Khor2-4/+39
2017-04-02Merge remote-tracking branch 'upstream/master'Xyverz23-85/+1523
2017-03-31Worked around some new Makefile issues.nielsenz3-27/+27
2017-03-31changed hotkey cluster to accomodate awkward software... againCallum Oakley1-1/+1
2017-03-31changed hotkey cluster to accomodate awkward softwareCallum Oakley1-7/+7
2017-03-30Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0Xyverz3-31/+12
2017-03-29Merge branch 'master' into to_pushZay95077-754/+3291
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert12-0/+330
Flesh out MIDI support