Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | Create sv_SE Qwerty layout for ErgoDox | Andreas 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-12 | Rename ES_RCRB to ES_RCBR for consistency reasons (left curly bracket is ↵ | Víctor | |
defined as ES_LCBR) | |||
2017-06-12 | Fix keymap definitions referencing inexistent macros | Víctor | |
2017-04-13 | Fix name collision between ChibiOS and keymap_german | Fred Sundvik | |
2017-03-28 | Clarify the quantum license (#1042) | skullydazed | |
* Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts | |||
2017-02-16 | remove more warnings | Jack Humbert | |
2017-01-27 | Clarify license on abnt2 keymap (#1038) | Potiguar Faga | |
2016-12-02 | Annotates nordic | Erez Zukerman | |
2016-11-22 | Add japanese keymap | h-youhei | |
2016-11-10 | Merge pull request #868 from potz/master | Jack Humbert | |
Add brazilian ABNT2 keymap | |||
2016-11-08 | Add brazilian ABNT2 keymap | Potiguar Faga | |
2016-10-19 | add programmer dvorak keymap | Artyom Mironov | |
2016-09-19 | Add more shifted Dvorak key code definitions | Jonathan A. Kollasch | |
2016-09-11 | Fixed compilation issues after the merge | Didier Loiseau | |
2016-09-11 | Merge remote-tracking branch 'remotes/jackhumbert/master' into bépo | Didier Loiseau | |
2016-08-07 | Removed unnecessary comment | kuel | |
2016-08-07 | Add keymap_russian.h, a software implementation of Russian | kuel | |
rename keymap_cyrillic.h to keymap_unicode_cyrillic.h changed CY_RUBLE and CY_NUMERO to CY_RUBL and CY_NMRO in keymap_unicode_cyrillic.h | |||
2016-08-02 | Add keymap_cyrillic.h, lots of cyrillic characters | kuel | |
2016-07-25 | Merge pull request #558 from lindhe/master | Jack Humbert | |
Fix misspelled command in Norwegian helper | |||
2016-07-25 | Change Nordic ampersand code to match the English | Andreas Lindhé | |
Changed from "NO_AMP" to "NO_AMPR" since the KC one is "KC_AMPR" | |||
2016-07-25 | Fix misspelled command in Norwegian helper | Andreas Lindhé | |
2016-07-24 | Fix some errors in bepo mapping | Vivien Alger | |
2016-07-14 | keymap_dvorak.h: add missing shifted keys, fix whitespace | Jonathan A. Kollasch | |
2016-07-14 | extra_keymaps: use RALT() instead of 0x1400 for AltGr | Jonathan A. Kollasch | |
2016-07-14 | keymap_extras: add newline at end of files | Jonathan A. Kollasch | |
2016-07-02 | Fix for '~' in spanish layout | Rubén Díaz-Jorge | |
2016-06-21 | adds fuse settings for atmega32u4, fixes keymap_extras includes | Jack Humbert | |
2016-06-21 | Warning reductions (#430) | Jack Humbert | |
Warning reductions | |||
2016-06-18 | Cleans up quantum/keymap situation, removes extra lufa folders (#416) | Jack Humbert | |
* sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff | |||
2016-05-18 | Added Swiss-German keymap. (#335) | heartsekai | |
2016-04-23 | Add a keymap_extras header for Plover | James ‘Twey’ Kay | |
2016-04-17 | added new experimental layout - works with ErgodoxLayoutGenerator | Stephan Bösebeck | |
2016-04-02 | BÉPO over CSA: GR2A-shifted characters in AltGr layer | Didier Loiseau | |
- define aliases for all GR2A-shifted characters - use the available characters in BÉPO over CSA AltGr layer | |||
2016-04-02 | Use CSA_ as prefix for Canadian Multilingual key aliases | Didier Loiseau | |
CM is already used for Colemak. | |||
2016-04-02 | BÉPO over CSA: GR2A characters in AltGr layer | Didier Loiseau | |
- define aliases for all GR2A characters (unshifted) - use the available characters in the BÉPO over CSA AltGr layer | |||
2016-04-02 | BÉPO over CSA: AltGr layer | Didier Loiseau | |
- implemented the most useful characters: - all French characters + € - common programmer characters - other keys implemented as KC_NO to avoid mistyping a character from a lower layer - AltGr+Shift not supported (yet) | |||
2016-04-02 | Initial BÉPO over CSA with Shift layer | Didier Loiseau | |
Initial implementation of the BÉPO layout for use with the Canadian Multilingual Standard layout (a.k.a. CSA / ACNOR layout) on the OS-side. - support all bépo characters from the default and shifted layers | |||
2016-03-31 | fixed de_osx prefix in keymap include to avoid conflicts | Stephan Bösebeck | |
2016-03-14 | Merge pull request #194 from DidierLoiseau/bépo-keymap-header | Jack Humbert | |
Keymap header for the BÉPO layout | |||
2016-03-14 | fixes an obvious typo to have DE_LCBR produce { | Daniel Kriesten | |
2016-03-13 | Keymap header for the BÉPO layout | Didier Loiseau | |
2016-03-03 | update neo keymap | plgruener | |
2016-02-27 | Fix FR_RCBR declaration in keymap_french.h | Kévin Letord | |
2016-02-22 | Include Dvorak underscore and plus keys. | Keller-Laminar | |
There were previously no Dvorak specific underscore and plus key codes. For a keyboard like the Planck which has layers directly to shifted versions of special character keys you were unable to produce those characters using the Lower layer. | |||
2016-02-20 | Add extra keymap for swiss french keyboard | Vincent Pochet | |
2016-02-11 | Norwegian Colemak Ergodox and Norwegian key definitions | joar | |
2016-02-05 | Fixes CM_SCLN and updates docs for Colemak | Erez Zukerman | |
2016-02-05 | Fix 2 macros in the Nordic keymap | Fernando Mendonca | |
By testing I found out that, at least on Linux using the Swedish layout, two macros present on this file were wrong, for the backslash and pipe keys. Jack helped me find the correct combination for the backslash and that led me to the right one for pipe. | |||
2016-01-19 | complete keymap_german.h (all alphanumerics) | plgruener | |
add 'DE_'-prefixed aliases for all alphanumerics, so it becomes immediatly obvious which layout we are assuming. | |||
2016-01-15 | using keymap_german_osx.h more, adding macros for CTRL/CMD-V combination | Stephan Bösebeck | |