aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #1394 from Khord/masterJack Humbert2017-06-151-6/+6
|\ | | | | Adding custom keymap for Let's Split and updates to custom Planck keymap
| * tap dance and hold changes to make planck match lets splitDylan Khor2017-06-151-6/+6
| |
* | Minor updates to planck/keymaps/dshieldsDaniel Shields2017-06-152-25/+15
|/ | | | | | * tweaks to tap dance keys * tidy up code * save a few bytes
* remove .hex, .PNG, .jpgJack Humbert2017-06-1114-4/+9
|
* remove the rest of the .pngsJack Humbert2017-06-117-3/+5
|
* Merge pull request #1382 from binaryplease/handwired_binarypleaseJack Humbert2017-06-094-0/+432
|\ | | | | Handwired binaryplease
| * put colemak and qwert switching on the top rightbinaryplease2017-06-101-1/+1
| |
| * removed swapping keys in adjust layerbinaryplease2017-06-101-1/+1
| |
| * commented out unused layersbinaryplease2017-06-101-58/+58
| |
| * redefined options in config.hbinaryplease2017-05-291-0/+16
| |
| * overwriting optins in makefile and configurationbinaryplease2017-05-291-19/+13
| |
| * disabled backlight and audiobinaryplease2017-05-291-0/+71
| |
| * copied default planck keymap to handwired_binaryplease;binaryplease2017-05-294-0/+351
| |
* | Merge pull request #1366 from abperiasamy/refine-layoutJack Humbert2017-06-064-15/+29
|\ \ | | | | | | Replace enter with quote and few reorgs
| * | Replace enter with quote and few reorgsAnand Babu (AB) Periasamy2017-03-084-15/+29
| | |
* | | Additional tap dance keys/functions for planck/keymap/dshieldsDaniel Shields2017-06-062-12/+63
| | |
* | | Merge pull request #1350 from originerd/add-originerd-planck-keymapJack Humbert2017-06-013-0/+256
|\ \ \ | | | | | | | | Add originerd planck keymap
| * | | Add originerd planck keymapJitae Kim2017-05-313-0/+256
| | | |
* | | | Tweak reported power consumption to work with iOSDaniel Shields2017-06-012-8/+10
| | | |
* | | | readme, media keys fixJohannes Larsson2017-05-243-25/+21
| | | |