summaryrefslogtreecommitdiff
path: root/keyboards/planck
AgeCommit message (Collapse)Author
2017-09-06update planck stuffJack Humbert
2017-08-26Keymaps for several of my boards (#1641)Michael Terhar
* copied mjt keymaps from archive * All mjt boards now compile * fixed jd45-mjt breathing * Updates to fix SpaceFN but not tested yet. * Still missing either spacebar or an adjacent keypress. * Debugging rigged up for use with hid_listen. * Reverted the default keymap to use tap_layer_key rather than custom. Moved custom approach to keymap_debug.c * Fixed the lower-left side of the keymap, which needed more spacers due to the matrix being directly put into the array rather than using the keymap function. * Cleaned up JD45 keymap that uses tapkey. * Redid minivan keymap with numsym rather than raise/lower. Untested. * Created my MJT keymap for HHKB Enabled dynamic macros and moved somoe of the shortcuts around. * Minor keymap fixes to make them compile without errors. * Added home/end to right arrow cluster on DYN layer. * Added more keys to fn and dyn layers. * It wasn't using my custom layer last time somehow...? Now it will. * Compiled and installed at end of day on 8/23 * Moved macros to FKEY layer because Adjust was too hard to get into and out of without some sort of feedback. * Fixed volume controls... were reversed and disabled. * Added F13-F15 back to fkeys layer in Minivan * Created new Planck Keymap that uses the NumSym and FKeys layer approach like the Minivan. * Removed DYN layer. * Fixed diagram in planck numsym. * Cleanup for pull request. * Roadkit flip phone warning. * Replaced PLAY_NOTES_ARRAY to PLAY_SONG * reset the submodules * checked out specific commits for submodules * Removed debugging from JD45 shared config.h * Moved custom rules.mk to apropriate keymap Reset the shared rules.mk file. * Trailing return issue in rules.mk Gotta make for a smooth pull request :-)
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
2017-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson
2017-08-20Merge pull request #1608 from hot-leaf-juice/masterJack Humbert
keymap update
2017-08-20Fix Planck Steno layout with new error message (remove MIDI).Joe Wasson
2017-08-19Merge pull request #1601 from dlaroe/masterJack Humbert
My keymaps only
2017-08-19Merge branch 'master' of https://github.com/qmk/qmk_firmwareCallum Oakley
2017-08-18Updated keymaps with second LOWER for the right hand
2017-08-10Add piemod keymaps for Let's Split and Planck.dwrz
2017-08-07update priyadi's keymap configJack Humbert
2017-08-07let planck keymaps use KEYMAPJack Humbert
2017-08-02added missing media controls and mod-tap rshift/enterBalz Guenat
2017-08-02add my keymapBalz Guenat
2017-07-27Add support for GeminiPR steno protocol.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 StenographyJoe 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-24First Update
2017-07-23adds music mode, music mode songs, music maskJack Humbert
2017-07-23remove unneccesary headersJack Humbert
2017-07-23clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert
2017-07-05Pull out sendstring variations to their own files.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 flagShayne 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-07-04MORE layerCallum Oakley
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)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, docsJack Humbert
2017-06-25Merge pull request #1431 from rai-suta/masterJack Humbert
Bugg fix and add keymap for testing JIS_KEYCODE switch.
2017-06-25updates olkb readmes #1362Jack Humbert
2017-06-26Add a keymap for testing JIS_KEYCODE.rai-suta
2017-06-19This is a complete redo of my keymap. It includes severalBrandon 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 ↵root
behind raise/lower
2017-06-15Merge pull request #1394 from Khord/masterJack Humbert
Adding custom keymap for Let's Split and updates to custom Planck keymap
2017-06-15Minor updates to planck/keymaps/dshieldsDaniel 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 splitDylan Khor
2017-06-11remove .hex, .PNG, .jpgJack Humbert
2017-06-11remove the rest of the .pngsJack Humbert
2017-06-09Merge pull request #1382 from binaryplease/handwired_binarypleaseJack Humbert
Handwired binaryplease
2017-06-10put colemak and qwert switching on the top rightbinaryplease
2017-06-10removed swapping keys in adjust layerbinaryplease
2017-06-10commented out unused layersbinaryplease
2017-06-06Merge pull request #1366 from abperiasamy/refine-layoutJack Humbert
Replace enter with quote and few reorgs
2017-06-06Additional tap dance keys/functions for planck/keymap/dshieldsDaniel Shields
2017-06-01Merge pull request #1350 from originerd/add-originerd-planck-keymapJack Humbert
Add originerd planck keymap
2017-06-01Tweak reported power consumption to work with iOSDaniel Shields
2017-05-31Add originerd planck keymapJitae Kim
2017-05-29redefined options in config.hbinaryplease
2017-05-29overwriting optins in makefile and configurationbinaryplease
2017-05-29disabled backlight and audiobinaryplease
2017-05-29copied default planck keymap to handwired_binaryplease;binaryplease
2017-05-24readme, media keys fixJohannes Larsson
2017-05-24revert changes to config.hJohannes Larsson