aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-1749-160/+4
|
* Planck Keymap for oeywil (#5145)Øyvind Wilhelmsen2019-02-165-0/+253
| | | | | | | | | | * adding my keymap * fixed includes * removed comments * removed keymap_config_t
* Add samuel's literate keymap file for planck (#4998)Samuel Jahnke2019-02-153-0/+677
| | | | | | | | | | | | | | | | | | | | | | | | | | * added my own keymap * changed thing * updated keymap Samuel * updated laypout for better one handed use * updated stuff I want * happy with my lagout * formatting * Added new literate config * made everything nice * cleaned * fixed spelling and two small bugs in macros * Made press and lift function for modifiers
* [Keymap] Add fsck keymaps for eco, planck and preonic (#5106)Frederick Hirsch2019-02-134-0/+190
| | | | | | * Add the fsck keymaps for eco, planck and preonic * Review changes for fsck layout
* [Keymap] Adding buhearns keymap (#5105)buhearns2019-02-134-0/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keymap] Adding buhearns keymap * Removing deprecated function with fauxpark's help * Update readme.md * Switching to UNICODE_ENABLE with drashna's help * Update rules.mk * Update config.h * Update config.h Tidying up * Update keymap.c Tidying up * Update readme.md Tidying up * Update rules.mk Tidying up * Removing GESC and adding TILD
* [Keymap] Add Emiller Personal planck layout (#4249)Edmund Miller2019-02-074-0/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add emiller * Add Num Layer * Update QWERTY * Update Raise and Lower * Add right shift to match ergodox * Update keyboards/planck/keymaps/emiller/config.h Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com> * Update keyboards/planck/keymaps/emiller/config.h Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com> * Update keyboards/planck/keymaps/emiller/config.h Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com> * Update keyboards/planck/keymaps/emiller/keymap.c Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com> * Update keyboards/planck/keymaps/emiller/keymap.c Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com> * Update keyboards/planck/keymaps/emiller/config.h Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com> * Add revisions Co-authored-by: drashna <drashna@live.com>
* [Keymap] Adds Preonic keymap for muzfuz. Small Planck addition. (#5019)Mazin Power2019-02-012-16/+13
| | | | | | | | | | | | * Adds keymaps for muzfuz * Remove unused keys from adjust layer * Bring in line with current QMK standards. * Adds Preonic and adjusted Planck keymaps * Make changes per review request
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-264-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
* Add C(), A() and G() to match already existing S() (#4673)fauxpark2019-01-253-4/+1
|
* Add Planck rev1 and rev2, clean up rev3-5 config.hJordi Pakey-Rodriguez2019-01-177-18/+11
|
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-2/+2
|
* [Keymap] Adds keymaps for muzfuz DZ60, Planck, Clueboard66 (#4825)Mazin Power2019-01-134-0/+346
| | | | | | | | * Adds keymaps for muzfuz * Remove unused keys from adjust layer * Bring in line with current QMK standards.
* [Keymap] Update to personal keymaps and userspace (#4831)SpacebarRacecar2019-01-121-2/+2
| | | | | | | | | | | | | | * changed ortho keymaps and userspace * changed prime_o keymap * changed userspace * optimized keymaps and userspace * removed permissive hold as it doesn't seem to do anything * defined TAPPING_TERM in userspace config.h
* Remove empty action_function()fauxpark2019-01-111-10/+0
|
* Remove empty fn_actions[]fauxpark2019-01-1114-57/+0
|
* [Keymap] added new planck keymap /sebas (#4821)Spaceman2019-01-112-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create readme.md * Add files via upload * Add files via upload * Update readme.md * Add files via upload * Update keymap.c * Delete temp.c * updated per request removed 41-69 and changed keymap to layout * Update keymap.c * Added Guide * Update keymap.c * Update readme.md * Create readme.md * Add files via upload * Update keymap.c * Update keymap.c * Update keymap.c * Update keymap.c * Update keymap.c
* Adds Proton C Conversion (#4661)Jack Humbert2019-01-109-2557/+1
| | | | | | | | | | | | | | | | | | | | | | | | * adds proton c base * fixes custom matrix include * adds readme.md * initial proton coversion, no pin mapping * start of mcu selection * add pin mapping and sweet16 test * add at90 to list * disable backlight, fix d7 * update flag names * doc updates * proton c update for mcu selection
* adding my planck keymap (#4782)mikethetiger2019-01-054-0/+388
| | | | | | * adding my planck keymap * adding my planck keymap
* Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2019-01-0468-215/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
* Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević2019-01-031-1/+1
| | | | | | | | * Use standard KC_ALGR, remove language-specific redefinitions * Use ALGR instead of ALTGR in BÉPO and Canadian multilingual keymaps * Remove BE_LALT, BE_LGUI aliases
* Keymap: mattly: more tweaks (#4746)Matthew Lyon2018-12-301-52/+42
|
* Keymap: fix userspace compile error with planck grid (#4719)ishtob2018-12-241-10/+10
|
* Update keymap for planck/rev6 (#4701)Sascha Grunert2018-12-212-3/+12
| | | | | | | | * Update keymap.c * Update rules and keymap * Update keymap rules
* Keymap: @mattly's planck layout (#4678)Matthew Lyon2018-12-184-0/+249
|
* Keymap: Disable audio for planck/dshields/rev6 and enable retro tapping. (#4643)Daniel Shields2018-12-142-1/+2
|
* AJP10304 Planck layout, add LAYOUT_planck_grid (#4575)ajp103042018-12-072-82/+81
|
* Keymap: Updated keymap with better F positioning (#4463)Nico Hormazábal2018-12-072-56/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added own keymap for planck * Update Readme.md * Update Readme.md * Update Readme.md * Update Readme.md * Update Readme.md * dynamic macros * Update Readme.md * moved the reset button * Update readme for volume explanation * Format * Update Readme.md * Update Readme.md * added safe double shift * changed the modified shift to regular shift, for allowing shift + F keys * moved power stuff to the function layer * del button on raise * Update Readme.md * updated F keys * Update Readme.md * Update Readme.md * moved F keys * fixed conflicts * missed something * moved F11 and F12 * Update layout in the image * Update keyboards/planck/keymaps/dr_notsokind/keymap.c Co-Authored-By: pnikosis <pnikosis@gmail.com> * Apply suggestions from code review Co-Authored-By: pnikosis <pnikosis@gmail.com>
* Keymap: Updated files to work with Planck Rev. 6 (#4552)Ivan Choi2018-12-053-182/+124
| | | | | | | | | | | | | | * Update to work with Planck Rev. 6 Still something that needs to be worked with under keymap.c Qwerty layer tap-toggle function seems to be a little laggy? Not instantaneous * Changes Deleted some unneeded lines * deleting unneeded lines
* Planck: Align Keycode Columns (#4523)Alex Mayer2018-11-301-5/+3
| | | Remove Extra Newlines
* Keymap: add Interrobang (#4420)mwpeterson2018-11-262-11/+29
| | | | | | | | | | | | | | | | | | | | | | * remove clmk and dvrk and backlight; switch esc and enter to be modtap; add meh key * change songs * space cadet; move enter; move '"; move pgup pgdn * remove extra songs * update from noahfredrick keymap * make it easier to type ../../thing/*/* * move pipe * requested changes * add interrobang support * add shift-insert to raise-v and lower-v, move pipe to raise-/lower-n
* Add RCTL to my Planck layout (#4475)Jasper Lievisse Adriaanse2018-11-241-3/+3
|
* Update to my keymaps and userspace (#4447)SpacebarRacecar2018-11-181-7/+18
| | | | | | | | | | | | | | | | | | * fix to prime o keymap * changed ortho keymaps * added some symbols to lower layer * set lower to be a higher layer than raise * added split layout option with center numpad to prime_o keymap * added some gaming functionality * added alt f4 ortho keymaps and userspace * fixed small error
* adding block def to ishtob's userspace (#4427)ishtob2018-11-141-17/+17
|
* Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338)Konstantin Đorđević2018-11-061-0/+2
| | | | | | * Remove ALTG(kc) as it's misleading and is not actually AltGr * Add temporary alias for ALGR in keyboards/planck/keymaps/pevecyan/keymap.c
* Add support for planck/rev6 to dshields keymap. (#4304)Daniel Shields2018-10-311-8/+16
|
* Planck keyboard layout update (#4279)Žan Pevec2018-10-291-8/+26
| | | | | | | | | | | | * Personal dz60 keymap * Replacing unused macros Co-Authored-By: pevecyan <pevecyan@users.noreply.github.com> * Fixes on keymap * Planck keyboard layout update
* Keymap: Updates to guidoism layout (#4262)Guido Bartolucci2018-10-284-297/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit of guidoism * created movement layer * movement layer works! * removed unnecessary layers * moved enter key up and recreated caps lock * cleaned up * num pad * checkpoint * checkpoint * checkpoint * Added num pad * changed max power draw so i can use this on ipad * move around quotes * added tri layer for a homed numpad * moved layout to new style * Update readme.md * Update readme.md * Update readme.md * Update readme.md * added keys to unicode conversion * removed adjust layer since its not used anymore * moved esc to seperate key * tweaked python * checkpoint * new code put into function * new code put into function * cleanup * cleanup * new code works perfect * removed old code * removed old code * generate_c.py now replaces code within keymap.c * added function layer * updated readme * updated readme * updated readme * updates readme * updates readme * updates readme * Tweaks based on CR * Remove old guidoism * Use MO(_FUNCTION) directly
* Keymap: add my planck rev 5 layout (#4085)Jasper Lievisse Adriaanse2018-10-274-0/+154
|
* add support for encoders to coreJack Humbert2018-10-264-29/+7
|
* Keymap update (#4223)Callum Oakley2018-10-231-8/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * change window focus shortcuts * hangul * macos goodness * re-arrange tab keys * remove tab switching keys * left hand func * glorious macro pad * workspace rotation keys * tabbing hotkeys * left hand tab change keys * SEND_STRING("!") on KC_EXLM * use SEND_STRING for all shifted symbols * SEND_STRING even for non shifted symbols so they play nicely with the shifted ones
* Keymap: Updates to personal userspace and keymaps (#4206)SpacebarRacecar2018-10-223-12/+16
| | | | | | | | * - updated personal userspace - updated fc660c, niu mini and planck keymaps - added prime_o keymap * Rename README.md to readme.md
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-2256-57/+56
|
* Updates docs - planck 6 and macos instructions (#4201)Colin T.A. Gray2018-10-221-0/+4
| | | | | | * add note about how to install rev6 (dfu-util) * include instructions on installing dfu-util on macOS
* Keymap: Add Planck keymap (#4154)mwpeterson2018-10-183-0/+341
| | | | | | | | | | | | | | | | | | * remove clmk and dvrk and backlight; switch esc and enter to be modtap; add meh key * change songs * space cadet; move enter; move '"; move pgup pgdn * remove extra songs * update from noahfredrick keymap * make it easier to type ../../thing/*/* * move pipe * requested changes
* Keymap: Personal keymap for planck (#4061)Žan Pevec2018-10-164-0/+267
| | | | | | | | | | | | | | | | | | * added my keymap * Adde more changes * Moved to pevecyan folder * Added slovenian mapping * Slovenian keymap completed * Suggestions updates * Fixes on slovenian keymap Made some typos in previous iteration
* Keymap: Reworked layout (#4133)Christoffer Holmberg2018-10-154-130/+148
| | | | | | | | | | * Reworked layout * Remove redundant defines https://github.com/qmk/qmk_firmware/pull/4133#discussion_r224977420 * fix typo
* Update default Planck layout to be more in line with standard conventionsDrashna Jaelre2018-10-092-11/+16
|
* Keymap: Update keyboards/planck/keymaps/vifon (#4084)Wojciech Siewierski2018-10-062-76/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement macro recording * Remove off-by-one from the macro recorder * Holding both modifiers enables the third layer * Exit the 3rd layer into one of the secondary ones * Regular Enter and Escape on the secondary layers Useful for the macro recording because the "tap" modifiers always act as modifiers there. * Remove the buffer overflow from the macro recorder When the limit is reached, the backlight blinks with each keypress. * More robust macro recording implementation * Macro record refactoring and improvement - support for a second macro (saved using the end of the macro buffer) - improved reliability * Add comments to my macros * Macro recording: remove a redundant code * Separate the raise+lower layer from the special layer * Add back/forward keys * Bind mouse movement * More readable KC_TRNS * Improve the mouse bindings * Use a convenience macro instead of the low-level ACTION macro * Add mouse to the Dual layer; make most of the layer transparent * New "mouse" layer; clean up the "special" layer * CapsLock, NumLock and ScrollLock on the Special layer * Enable my fix for the stuck modifiers and adjust the dual layer to it * Fix the macro recording after enabling the stuck mods fix * Click with Lower/Raise+Space * Reduce the memory used by the macro recording Previously the auxiliary layers were numbered 30 and 31 which resulted in all 32 array elements being allocated regardless of the actually used layers in the user code. * Optimize source_layers_cache for the cache memory Swapping the array indices should increase the locality of the memory access. * Remove the mouse layer * Use update_tri_layer to simplify the code * Add some custom per-keymap build options * Add ShiftLock * Secure the reset button * Add numeric layer * Remove explicit layer keys on LW and RS layers * Replace Alt+left/right with Back/Forward keys * Sleep/delay key (for macro recording) * App/menu key * Fix stuff after merging to master * Local per-keymap config.h; minor cleanup * Remove the old macro_record.h Replaced with dynamic_macro.h * Adjust my keymap to the current API * Pure Pro Gaming layer Accessible by double tapping the Pure Pro layer. It features switched Lower and Raise layers, for one-handed access to numbers. * Pure Pro Gaming layer: no Mod4, persistent number layer under RShift * Pure Pro Gaming layer activated with long press, not double press * Reduce the size of the vifon keymap See: issue #930 * Increase the dynamic macro buffer The default was actually decreased. The actual used value didn't change. * Add the context menu key * No more strange ideas in the gaming layer * Reduce the firmware size by disabling API_SYSEX_ENABLE * Make slash available on the PP layer (replaces the RESET key) * Add a generic "hold this key" macro * Add a missing undef * Turn LGUI in the gaming layer into LW instead of disabling it It's not as disruptive as LGUI and it makes the LW/RS order kind of more consistent (LW on the left, RS on the right). * Refactor the Pure Pro Gaming layer * Try out the 1st party qmk KC_LOCK (vs my own KM_HOLD) * Alternative way to switch keyboard layouts with the left hand * Add dot & slash to the Pure Pro layer (but not to the Gaming layer) * Now that there is a second KM_LW, we can simplify the layout a bit It was confusing to have the modifiers completely swapped. Just moving them is much more natural. * Disable the console now that qmk got bigger * Update the keymap for the modern qmk standards
* Keymap: Added Planck keymap: jcorrado (#4083)Jereme Corrado2018-10-052-0/+124
|
* Keymap: Added personal userspace and keymaps. (#4073)SpacebarRacecar2018-10-044-0/+178
| | | | | | * added personal userspace, niu mini, planck and fc660c keymaps * removed unnecessary include and some other minor corrections