summaryrefslogtreecommitdiff
path: root/quantum/keymap_extras
Commit message (Collapse)AuthorAge
* Fix formatting for sendstring LUTs (#7176)fauxpark2019-10-28
|
* Fix quantum keymapextra italian (#6779)Silvio Gulizia2019-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove IT_PIPE duplicate and add IT_GRAD IT_PIPE was declared 2 times, ones as ° and once as |. I changed the first declaration and called it IT_GRAD. I even fixed the definition because the ° in Italian is obtained with LSFT(IT_AACC) * rename IT_GRAD to IT_DEGR * add missing plus_and_minus * fix missing IT_ACUT definition * change KC_LALT(KC_LSFT to LALT(LSFT * Fix alignment * remove leftover * fix issue generated with chars while pushing * fix typo * fix LCBR and RCBR * fix euro symbol * fix RBRC * change IT_LESS form KC_NUBS to KC_GRAVE * add IT_TILDE and change IT_GRAV to IT_GRAVE * add missing legends for accented vowels * format for readability * revert to commit befor I edit it * initial commit * edited to be easier to compare to _ansi.h * remove keymap_italian_osx_iso.h and rename with edits keymap_italian_osx_ansi.h to keymap_italian_osx.h I found out there were no difference at all * fix missing #endif * rename quantum/keymap_extras/keymap_italian_osx.h to quantum/keymap_extras/keymap_italian_ansi.h Now this file is a clone of the keymap_italian.h that appears to be working only for ISO keyboards. It also contains a few improvements for IT_PIPE (defined two times) and IT_ACUT (missing definition). Additionally it redefines LCBR and RCBR to LSFT(IT_LBRC) and LSFT(IT_RBRC) * rename file * redefines IT_BKSL and IT_PIPE based on KC_BKSL * add new osx_iso and osx_ansi version for italian.h and align BKSL to BSLS, fix double definition of PIPE
* clang-format changesskullY2019-08-30
|
* Update swedish based keymaps with newer keycodesDrashna Jaelre2019-08-30
|
* Language Keymap extras backport from ZSA fork (#6198)Drashna Jaelre2019-08-30
| | | | | | | | | | | | * Swedish extra keymap refactor * Fix swedish $ sign definition (#81) * Fix br abnt2 keymap compilation error * Add PR changelog doc * Update PR6198.md
* Add sendstring LUTs for French keymap (#5830)fauxpark2019-07-15
|
* Sendstring LUT improvements (#5727)fauxpark2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | * Align sendstring LUTs to 9 characters wide * Replace 0 with XXXXXXX * Use decimal 128 for LUT size * Align heading comments * Add ASCII table comments * Add missing AltGr LUTs and adjust keycode LUTs accordingly * Use pragma once * Correct a couple more keycodes * Capitalise "BÉPO" * Also clean up the default tables * Tidy up Belgian and Norman LUTs
* Add belgian layout for sendstring (#6008)Kimat Boven2019-05-29
| | | | | | | | | | | | | | | | * belgian layout had no sendstring definition * backtick was not defined for belgian sendstring * slash definition was wrong for belgian sendstring Co-Authored-By: fauxpark <fauxpark@gmail.com> * use BE_ keys whenever we can Co-Authored-By: fauxpark <fauxpark@gmail.com> * ^ can be sent as a normal key (not a dead key) with altgr+para
* Norman layout for the minidox keyboard (#5747)Torben Hoffmann2019-05-09
| | | | | | | | | | | | | | | | | | | | | | * Norman layout with Lower and Raise layers working * Add keymap_extra def for Norman layout * Re-org'ed the modifiers as explained in the Readme * Corrected colour legend for KLE that the Readme links to * Use #pragma once in header file * Use pragma once and move user config to config.h * Move definitions to the right file and correct link in Readme * Move def of NM_COLN to the logical place in header file * Add sendstring_norman.h for when the laptop layout is not QWERTY * Update quantum/keymap_extras/sendstring_norman.h Co-Authored-By: lehoff <torben.lehoff@gmail.com>
* Fix sendstring "#" producing "£" instead (#5724)fauxpark2019-04-27
|
* Add UK variant of the SEND_STRING() LUTsRys Sommefeldt2019-02-18
|
* Fix QWERTZ <> QWERTY issue in sendstring_german.hFlugschwein2019-02-04
| | | Small mistake that caused sendstring commands to exchange y with z.
* Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević2019-01-03
| | | | | | | | * 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
* Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević2018-12-12
| | | | | | | | | | | | | | * Add standard ALGR defition, remove (re)definitions from language files * Use ALGR(kc) consistently in ALTGR(kc) aliases * Non-Nordic keymaps should not use NO_ALGR * Add standard KC_ALGR definition * Update docs with ALGR and KC_ALGR * Update SS_ALGR and ALGR_T aliases
* Keymap: Hacker Dvorak (#4514)Ismael Venegas Castelló2018-12-05
| | | | | | | | | | | | | | | | | | * Hacker Dvorak Programmer Dvorak based layout for the Ergodox EZ. * Address drashna comments. * Fix RGB and drop OSL for MO. * Add gulp file to automate development. * Fix gulpfile. * Caps, num and scroll lock indicators. * Fix scroll lock.
* Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338)Konstantin Đorđević2018-11-06
| | | | | | * Remove ALTG(kc) as it's misleading and is not actually AltGr * Add temporary alias for ALGR in keyboards/planck/keymaps/pevecyan/keymap.c
* Keymap: add new keymap (#4127)ROMUSKING2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * an attempt at own layout * typematrixed dvorak * columns shifted columns shifted out, second pinky column moved to the inside. * Update users/romus/romus.h * code cleanup Changes requested by Drashna + Tap Dance enabled * Fixed EOF Fixed the no newline at the end of file alert. * rgblight fight eeprom writes * rgb code simplification * Update users/romus/README.md * Update quantum/keymap_extras/keymap_slovenian.h
* convert to unix line-endings [skip ci]QMK Bot2018-10-16
|
* Fixes on slovenian keymapŽan Pevec2018-10-16
|
* Basic Slovenian keymap added (#4128)Žan Pevec2018-10-15
| | | | | | * Basic Slovenian keymap added * Author fixed
* Add sendstring_german.h (#4124)Patrick Hener2018-10-12
| | | | | | | | | | * added sweet16 test keymap and touched sendstring_german.h * added sendstring_german.h * Delete keymap.c As suggested deleted the keymap file.
* add JP keycode for MacOSX (#4033)takashiski2018-10-02
|
* Fix typo in keymap_swedish.h (#3877)Peter Nguyen2018-09-09
| | | | | | * Fix typo in keymap_swedish.h * Update keymap_swedish.h
* Add a belgian keymap, partially based on keymap_french.h (#3737)Anthony2018-08-25
|
* Keymap: Refactor symbols layer with layer tap workaround (#3520)Kenny Hung2018-08-02
| | | | | | | | * Squash layout to fit on Planck * Replace AST with PAST keycode so that it works with layer tap * Review markups
* keymapping for hungarian layout added (#3438)donfuge2018-07-18
|
* Add Support for Software Workman (#2632)Jacob Jerrell2018-03-28
| | | This adds the keymap translations and sendstring definitions to support software workman.
* Duplicate KC space to UK (#2541)Kenny Hung2018-03-16
| | | | | | | | | | | | | | | | * Fix tilde in xd75 skewwhiffy * Small tidy up * Tidy up Colemak row * Tidy up navigation layer * Symbols layer redefined * Fix UK Quote issue * Use UK_QUOT rather than KC_QUOT
* Create sendstring_spanish.hDaniel Rodríguez Rivero2018-03-16
| | | | This makes possible to use SEND_STRING with a spanish keyboard for almost all symbols except the ones that require ALT, which are documented on the code comments. I am not adding any documentation because the functionality is not complete until a way to specify alted symbols is added.
* Add italian keymapNicola Gargagli2018-03-16
|
* quantum: keympa_extra: add sendstring_bepo.hcrazyiop2018-03-07
|
* quantum: keymap_bepo.h: fix typo in BP_COMMMAcrazyiop2018-03-07
|
* Fix swedish NO_GRVJohan Ju2018-02-12
|
* Add support for GeminiPR steno protocol.Joe Wasson2017-07-27
| | | | 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-27
| | | | 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.
* Pull out sendstring variations to their own files.Shayne Holmes2017-07-05
| | | | | | | | | | | 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.
* Create sv_SE Qwerty layout for ErgoDoxAndreas Lindhé2017-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *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.
* Rename ES_RCRB to ES_RCBR for consistency reasons (left curly bracket is ↵Víctor2017-06-12
| | | | defined as ES_LCBR)
* Fix keymap definitions referencing inexistent macrosVíctor2017-06-12
|
* Fix name collision between ChibiOS and keymap_germanFred Sundvik2017-04-13
|
* Clarify the quantum license (#1042)skullydazed2017-03-28
| | | | | | | | | | * 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
* remove more warningsJack Humbert2017-02-16
|
* Clarify license on abnt2 keymap (#1038)Potiguar Faga2017-01-27
|
* Annotates nordicErez Zukerman2016-12-02
|
* Add japanese keymaph-youhei2016-11-22
|
* Merge pull request #868 from potz/masterJack Humbert2016-11-10
|\ | | | | Add brazilian ABNT2 keymap
| * Add brazilian ABNT2 keymapPotiguar Faga2016-11-08
| |
* | add programmer dvorak keymapArtyom Mironov2016-10-19
| |
* | Add more shifted Dvorak key code definitionsJonathan A. Kollasch2016-09-19
| |
* | Fixed compilation issues after the mergeDidier Loiseau2016-09-11
| |