aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-1425-148/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* Add my layouts (#1822)Kyle Montag2017-10-104-0/+267
| | | | | | | | | | | | * all of my updates * return to base config for xd60.c * remove janky keymap header definition * update readme for xd60 * update Planck readme
* Consistent fabian layouts for amj40, let's split, planck and xd75 (#1812)Fabian Topfstedt2017-10-063-0/+317
| | | | | | | | | | | | * slight modifier changes; added plover and reusing jack's default planck keymap as the basis * space is not shift when held anymore * added fabian layout (based on jack's default) * changed fabian layout (based on jack's default) * changed fabian layout (based on jack's default)
* Increase one-shot timeout for planck/keymaps/dshields and remove unused ↵Daniel Shields2017-10-062-3/+1
| | | | includes.
* Add new planck layout (#1778)Philippe Voinov2017-10-033-0/+175
| | | | | | * Custom layout: tehwalris * Prevent stuck modifiers.
* added matrixman layoutMatt2017-09-293-0/+185
|
* remove all makefiles from keyboard directoriesJack Humbert2017-09-2764-1413/+0
|
* Move work from pinky fingers to thumbs and index fingers (#1749)Fred Eisele2017-09-255-0/+166
| | | | | | | | | | | | | | | | | | | | | | | * phreed keymap added This keymap moves many pinky keys to the center * set to do what I want but LT() does not return to previous layer * get overlays working * get overlays working * fix the readme * fix the readme * swapped the shift * swapped the shift * propagate mods * clear special char on readme
* add conditional for planck-mitch keymapJack Humbert2017-09-241-0/+4
|
* add filessJack Humbert2017-09-211-0/+23
|
* move keymap to rules.mkJack Humbert2017-09-211-23/+0
|
* Turkish planck keymap (#1675)Batuhan Baserdem2017-09-214-0/+515
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding keymap * Adding keymap * Compiles now, but doesn't flash * Fixes issues with compilation * Trying to fix issues with tap-dance layer * Trying to fix issues with tap-dance layer * Trying to fix issues with tap-dance layer * Fixed bbaserdem layout * Added keyboard layout image * Edited README.md * Changed layout and removed image from README.md * Changed tapping terms * Changed layout a bit
* Adding a new layout for the planck that helps when coming from the pok3r (#1701)Nicolas Guelpa2017-09-184-0/+348
| | | | | | | | | | | | | | | | | | * adding new layout for the planck that helps when coming from the pok3r * Fixing the function layer * Update readme.md * Update keymap.c Making some small adjustments * Update keymap.c switching GUI and Esc * Update keymap.c
* Remove redundant Makefile.Daniel Shields2017-09-181-13/+0
|
* Cleaned, revised, and updated my keymaps to reflect new changes/defaults (#1712)Dylan Khor2017-09-153-288/+68
| | | | | | | | | | | | | | | | | | * add new RGB keycodes and clean up lets split keymap * extraneous cases * More cleanup and added macro * one more macro * cleaned up my planck keymap and added macros * Transitioned planck keymap to new formatting / audio modes based on new default * Remove extraneous newline in song list, add keycodes missed in previous commit * error in graphical representation of keycodes
* Some revisions to cbbrowne Planck keymap, and a preliminary xd75 keymap (#1715)Christopher Browne2017-09-144-11/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add HOME/END keys as upper/lower on arrow-up/down * Reduce .hex file size by turning off unneeded options * Put digit keypad onto left hand upon RAISE; this will sometimes be preferable to double-hits of right hand * Latest super latest version merge * cbbrowne keymap for XD75re * starting notes on XD75re keymap plans * First draft of bottom row of QWERTY * Switch my special bottom line over to QCENT * Dunno * Filling in wanted keys, bit by bit... * Add copyright, extra macro * Clean up comments, remove some experimental code I didn't like * TODO plans for xd75re * clean up keyboard layout * QCENT2 is my new experiment for the main keyboard... * Add a few more main layer keys, and modify LOWER to shift things outwards to conform with main layer * Clean up RAISE layer to conform with main layer, remove QCENT layer as QCENT2 is the new thing * More xd75 changes, now that I actually have it in hand * shift keymap around, as original attempt was a bit too aggressive in keeping to the edges * more revs to XD75 * Dropping parts of the centre keypad in favor of Keys I Really Need * Improve documentation to conform with how builds are done now * Improve documentation to conform with how builds are done now * Add cbbrowne rules file as alternative to having the rules in Makefile * Makefile not needed anymore for individual keymap
* [planck] Adds Sean Hunter keymap(#1706)Sean Hunter2017-09-136-40/+599
| | | | | | | | | | | | | * Sean Hunter initial keymap * Update old map to sync it up with new one * Add TODO fix a few minor things * small doc fixes * Minor fixups
* Updates send_string functionality, adds terminal feature (#1657)Jack Humbert2017-09-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | * implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-0863-1/+1411
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* update some keymaps that broke w/defaultsJack Humbert2017-09-082-0/+2
|
* update planck stuffJack Humbert2017-09-063-4/+4
|
* Keymaps for several of my boards (#1641)Michael Terhar2017-08-268-0/+685
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 :-)
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-2310-27/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-2021-155/+155
|
* Merge pull request #1608 from hot-leaf-juice/masterJack Humbert2017-08-202-37/+56
|\ | | | | keymap update
| * Merge branch 'master' of https://github.com/qmk/qmk_firmwareCallum Oakley2017-08-1920-103/+826
| |\
| * | MORE layerCallum Oakley2017-07-042-37/+56
| | |
* | | Fix Planck Steno layout with new error message (remove MIDI).Joe Wasson2017-08-201-0/+1
| | |
* | | Merge pull request #1601 from dlaroe/masterJack Humbert2017-08-194-0/+317
|\ \ \ | |_|/ |/| | My keymaps only
| * | Updated keymaps with second LOWER for the right hand2017-08-181-4/+4
| | |
| * | First Update2017-07-244-0/+317
| | |
* | | Add piemod keymaps for Let's Split and Planck.dwrz2017-08-103-0/+152
| | |
* | | update priyadi's keymap configJack Humbert2017-08-071-1/+1
| | |
* | | let planck keymaps use KEYMAPJack Humbert2017-08-071-0/+2
| | |
* | | added missing media controls and mod-tap rshift/enterBalz Guenat2017-08-021-3/+3
| | |
* | | add my keymapBalz Guenat2017-08-024-0/+308
| | |
* | | Add support for GeminiPR steno protocol.Joe Wasson2017-07-272-3/+6
| | | | | | | | | | | | 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.
* | | Add TX Bolt protocol support for StenographyJoe Wasson2017-07-277-19/+321
| | | | | | | | | | | | 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.
* | | adds music mode, music mode songs, music maskJack Humbert2017-07-232-11/+14
| | |
* | | remove unneccesary headersJack Humbert2017-07-231-4/+0
| | |
* | | clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert2017-07-232-76/+34
|/ /
* | Pull out sendstring variations to their own files.Shayne Holmes2017-07-052-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.
* | Allow broader send_string layout customizability via compile flagShayne Holmes2017-07-051-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.
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-304-28/+28
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* add new arguements, docsJack Humbert2017-06-271-0/+1
|
* Merge pull request #1431 from rai-suta/masterJack Humbert2017-06-254-0/+146
|\ | | | | Bugg fix and add keymap for testing JIS_KEYCODE switch.
| * Add a keymap for testing JIS_KEYCODE.rai-suta2017-06-264-0/+146
| |
* | updates olkb readmes #1362Jack Humbert2017-06-251-27/+10
|/
* This is a complete redo of my keymap. It includes severalBrandon Height2017-06-193-143/+499
| | | | | | layers including qwerty, colemak, navigation, and gui layers. I also was playing around with dancing tap keys.
* Added personal keymap with underglow, right shift, numpad, and bright hidden ↵root2017-06-173-0/+408
| | | | behind raise/lower