summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps
AgeCommit message (Collapse)Author
2017-10-25Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation ↵Manassarn Manoonchai
(#1883) * Fork default planck keymap * Esc -> CapsLock * Swap Tilde & Grave in Lower & Raise * Replace Blacklight key with Raise * Add Hyper/Esc & Shift/Enter key * Add super duper mode using S+D combo * Change superduper mode sound * Add more functionality to superduper mode * Fork default * Replace all left shift to shift/parensopen (space cadet) * Super / Underscore * Try superduper on z/slash held * Use function/macro instead, LGUI_UNDS alone not working * ✨ Add mouse layer 🐭 * 🐛 Fix superduper * :sparkles: Fix GUI_UNDS * :bug: Fix registering underscore when releasing too fast * :bug: Fix Shift/( with LT z * ✨ Add superduper for colemak * ✨ Add Qwerty on software Colemak layout & make Superduper available on multile layouts * ✨ Enable/disable superduper mode & fix layer switching * 🐛 Fix superduper not unregister mods * ✨ Update planck-like ergodox (wip) * :bug: Fix return before changing tap count & modify comments * :sparkles: Replace with planck code * 📝 Update readme * ✨ Fix SuperDuper by using intermediate layers * Remove LT from inner lower & raise for ease of use * Change TG to LG * Add options & disable audio * :wrench: Enable ignore mod tap interrupt & shorting tapping term * :memo: Update readme * Remove including quantum makefile * :memo: Update readme * Rename Makefiles
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-16Revert "Moves files from ez/keymaps to ergodox/keymaps"Erez Zukerman
This reverts commit 5e36f8463adf9231a60bc8d1c657d51c3181d079.
2017-08-16Moves files from ez/keymaps to ergodox/keymapsErez Zukerman
That directory shouldn't even exist
2017-08-16Add ErgoDone support to two keymaps that have special config.hYu He
2017-08-08Updated ergodox profileFredric Silberberg
2017-07-29Add an Ergodox Colemak Mod-DH keymap for french layoutsKototama
[Colemak Mod-DH](https://colemakmods.github.io/mod-dh/) layout for users keeping an `azerty` layout configuration on their OS. The symbols layers was done after analysing various programming languages sources codes and should be close to optimal for typing confort.
2017-07-05Update readmeAndreas Lindhé
2017-07-05Create custom layout based on swedishAndreas Lindhé
This is a setup that is very useful for me. It may or may not be for you. I will use it in conjunction with the A5 overlayed sv_SE layout. The layout is subject to change (in particular I'm thinking about adding a macro recording feature), but it have not changed much the past year or two so you can expect it to be stable enough to learn it. A5: http://aoeu.info/s/dvorak/svorak My xkb map: https://github.com/lindhe/dotfiles/blob/master/usr/share/X11/xkb/symbols/se-A5 The most major points: ====================== L0: --- * Easily accessible F11 key for fullscreening * Print screen * Middle mouse button for X-paste * Improved reachability of meta buttons (LCtrl, LALt, AltGr, LGui etc.) * Cluster Page Up/Down + Home/End by the right thumb * Vim-like arrow layout in right bottom row * Set media layer toggle to right thumb (Enter) * Set apostrophe on LCtl (putting it next to some other small characters) L1: --- * Full function key layout * Teensy button L2: --- * Improved media buttons layout (close by the jkl; Vim binding) * Improved layout of emulated mouse buttons LED behaviour to binary+CAPS ============================ The ErgoDox LEDs on this layout is using the two rightmost LEDs as the two LSB in a two digit binary number, representing layer 0, 1, 2 and 3. The leftmost byte/LED indicates CAPS status.
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-27Create sv_SE Qwerty layout for ErgoDoxAndreas Lindhé
*NOTE:* it might still be desirable to set the software layout to sv_SE in your OS. Swedish (sv_SE) Qwerty layout for ErgoDox, based on the Default configuration I have tried making this as close of a match I could between the [default ErgoDox EZ configuration](https://ergodox-ez.com/pages/our-firmware) and a standard Swedish Qwerty layout. Notable differences from default: ================================= * There are three special character buttons (acute accent, circumflex/tilde and apostrophe/asterisk) that don't have any buttons to map to naturally. I've put these at other places: * Acute accent (´) can be found in the lower left corner, conveniently placed to reach for making an é. * Apostrophe (') was put in the lower left corner, close to acute accent. * Circumflex (^) and asterisk (*) was placed in the lower right corner. * Tilde (~) and diaeresis (¨) I couldn't find a good place for, so I left those out. I could only get the buttons to produce a single one of the characters. How can I get it to work properly? * The Alt button on right thumb was exchanged for AltGr (RAlt). * I changed the backslash in the numpad (layer 1) for a minus. Thought it was more sensible. * I didn't find a good place for the "<>|" button, so that one was left out. That is a problem that really needs to be resolved. Pipe can be found on layer one, however.
2017-06-23updated README.mdStick
2017-06-23Merge remote-tracking branch 'upstream/master'Stick
2017-06-23added media keys; many bug fixesStick
2017-06-23Doc updatesFredric Silberberg
2017-06-23Copy/paste additions.Fredric Silberberg
2017-06-23Added backlight control keysFredric Silberberg
2017-06-23Added a few more VS macros and another ctrlFredric Silberberg
2017-06-23Small keymap layout updatesFredric Silberberg
2017-06-22added tapdance lockingStick
2017-06-22Merge remote-tracking branch 'upstream/master'Stick
2017-06-18Merge pull request #1408 from fredizzimo/fix_build_improve_travisJack Humbert
Fix the two failing keymaps and improve the travis build script
2017-06-18Merge pull request #1361 from fredizzimo/ergodox_infinity_backlightJack Humbert
Add Ergodox Infinity backlight support
2017-06-18Add missing include to Ergodox Belak keymapFred Sundvik
2017-06-16ergodox: initial addition of belak themeKaleb Elwert
Imported from external repo https://github.com/belak/ergodox-layout at commit 233008ad8c46a85cb118fca0be093c3e751075b0
2017-06-11remove .hex, .PNG, .jpgJack Humbert
2017-06-11remove the rest of the .pngsJack Humbert
2017-06-11remove most .pngsJack Humbert
2017-06-08Revert "ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off"Stick
This reverts commit f397402e101774eedd1748b1e31c7386f927d4ed.
2017-06-08trying to fix LEDsStick
2017-06-08Merge remote-tracking branch 'upstream/master'Stick
2017-06-03Ergodox Adam keymapAdam Bell
2017-06-03Let BACKLIGHT_ENABLE control the Infinity LEDsFred Sundvik
2017-06-02ugly workaround for ErgoDoxEZ LED bugs: turn 'em all offStick
2017-06-02moved alt out from under spaceStick
2017-06-02Merge remote-tracking branch 'upstream/master'Stick
2017-05-31Update licensing on visualizer.cFredric Silberberg
2017-05-31Updated readmeFredric Silberberg
2017-05-31Added several new macrosFredric Silberberg
2017-05-31Fixed numpad 0 layoutFredric Silberberg
2017-05-30Use code blocks for keyboard layoutsFredric Silberberg
2017-05-30Completed iteration 1 of my layoutFredric Silberberg
2017-05-30Added initial keymap filesFredric Silberberg
2017-05-16Created a dvorak keymap for Swedish developers using Visual StudioChristian Westerlund
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein
Fixes #1201.
2017-05-06Update README for keymap “coderkun_neo2”coderkun
2017-05-06Merge tag '0.5.43' into coderkun_neo2coderkun
2017-05-06Fix F-keys on right hand to start on first keycoderkun
2017-04-18Merge pull request #1235 from siroken3/siroken3Jack Humbert
Siroken3
2017-04-18small changesStick