aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox
Commit message (Collapse)AuthorAgeFilesLines
* Update readmeAndreas Lindhé2017-07-051-7/+45
|
* Create custom layout based on swedishAndreas Lindhé2017-07-052-0/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-309-28/+23
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Create sv_SE Qwerty layout for ErgoDoxAndreas Lindhé2017-06-272-0/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *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.
* Whitefox LED control (#1432)Ethan Madden2017-06-251-0/+5
| | | | | | * use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
* Merge pull request #1427 from blakedietz/masterJack Humbert2017-06-251-0/+289
|\ | | | | Add keymaps for ergodox ez, hhkb and jd45 under user blakedietz
| * Add keymaps for ergodox ez, hhkb and jd45 under user blakedietzBlake Dietz2017-06-241-0/+289
| |
* | Merge pull request #1429 from fredizzimo/fixes_for_emulatorJack Humbert2017-06-255-25/+1
|\ \ | |/ |/| Minor fixes to support the emulator
| * Change inline to static inlineFred Sundvik2017-06-241-1/+1
| |
| * Delete emulator driversFred Sundvik2017-06-244-24/+0
| |
* | Fix typoDario Giovannetti2017-06-241-1/+1
| |
* | updated README.mdStick2017-06-232-5/+3
| |
* | Merge remote-tracking branch 'upstream/master'Stick2017-06-234-61/+106
|\|
| * Doc updatesFredric Silberberg2017-06-232-18/+22
| |
| * Copy/paste additions.Fredric Silberberg2017-06-232-15/+17
| |
| * Added backlight control keysFredric Silberberg2017-06-232-5/+4
| |
| * Added a few more VS macros and another ctrlFredric Silberberg2017-06-231-11/+30
| |
| * Small keymap layout updatesFredric Silberberg2017-06-233-18/+39
| |
* | added media keys; many bug fixesStick2017-06-232-27/+26
| |
* | added tapdance lockingStick2017-06-222-44/+66
| |
* | Merge remote-tracking branch 'upstream/master'Stick2017-06-22139-2383/+707
|\|
| * Merge pull request #1331 from ariasuni/masterErez Zukerman2017-06-221-1/+25
| |\ | | | | | | Fix undefined reference errors with avr-gcc 7.1
| | * Fix undefined reference errors with avr-gcc 7.1ariasuni2017-05-271-1/+25
| | |
| * | Merge pull request #1408 from fredizzimo/fix_build_improve_travisJack Humbert2017-06-181-0/+1
| |\ \ | | | | | | | | Fix the two failing keymaps and improve the travis build script
| | * | Add missing include to Ergodox Belak keymapFred Sundvik2017-06-181-0/+1
| | | |
| * | | Merge pull request #1361 from fredizzimo/ergodox_infinity_backlightJack Humbert2017-06-184-27/+75
| |\ \ \ | | |/ / | |/| | Add Ergodox Infinity backlight support
| | * | Make sure backlight is in the range 0-100Fred Sundvik2017-06-161-1/+1
| | | |
| | * | Fix typo in BACKLIGHT_ENABLEFred Sundvik2017-06-151-2/+2
| | | |
| | * | Add backlight support to the default Ergodox Infinity animationsFred Sundvik2017-06-031-11/+58
| | | |
| | * | Add backlight control to the IS31FL3731 driverFred Sundvik2017-06-031-4/+10
| | | |
| | * | Turn off LED matrix by defaultFred Sundvik2017-06-031-2/+2
| | | |
| | * | Let BACKLIGHT_ENABLE control the Infinity LEDsFred Sundvik2017-06-033-10/+5
| | | |
| * | | ergodox: initial addition of belak themeKaleb Elwert2017-06-165-0/+522
| | | | | | | | | | | | | | | | | | | | Imported from external repo https://github.com/belak/ergodox-layout at commit 233008ad8c46a85cb118fca0be093c3e751075b0
| * | | remove .hex, .PNG, .jpgJack Humbert2017-06-117-4/+4
| | | |
| * | | remove the rest of the .pngsJack Humbert2017-06-1136-24/+29
| | | |
| * | | remove most .pngsJack Humbert2017-06-1187-2327/+51
| | | |
* | | | Revert "ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off"Stick2017-06-083-23/+24
| | | | | | | | | | | | | | | | This reverts commit f397402e101774eedd1748b1e31c7386f927d4ed.
* | | | trying to fix LEDsStick2017-06-081-21/+21
| | | |
* | | | Merge remote-tracking branch 'upstream/master'Stick2017-06-084-1/+183
|\| | |
| * | | Ergodox Adam keymapAdam Bell2017-06-034-1/+183
| |/ /
* | | ugly workaround for ErgoDoxEZ LED bugs: turn 'em all offStick2017-06-023-45/+44
| | |
* | | moved alt out from under spaceStick2017-06-021-7/+7
| | |
* | | Merge remote-tracking branch 'upstream/master'Stick2017-06-0218-71/+1273
|\| |
| * | Update licensing on visualizer.cFredric Silberberg2017-05-311-14/+1
| | |
| * | Updated readmeFredric Silberberg2017-05-312-7/+13
| | |
| * | Added several new macrosFredric Silberberg2017-05-311-19/+63
| | |
| * | Fixed numpad 0 layoutFredric Silberberg2017-05-312-3/+3
| | |
| * | Use code blocks for keyboard layoutsFredric Silberberg2017-05-301-3/+13
| | |
| * | Completed iteration 1 of my layoutFredric Silberberg2017-05-304-98/+306
| | |
| * | Added initial keymap filesFredric Silberberg2017-05-303-0/+273
| | |