summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_extras
Commit message (Collapse)AuthorAgeFilesLines
* keycode aliases: work around ChibiOS ch.h include guard (#21497)Ryan2023-07-312-0/+4
|
* keymap_extras: remove direct `quantum.h` includes (#21485)Ryan2023-07-0946-40/+46
|
* Fix capital letters not getting sent with sendstring_swiss_fr.h (Issue ↵precondition2023-04-201-4/+4
| | | | #20080) (#20515)
* Remove some use of keymap.h (#19980)Joel Challis2023-03-0366-66/+66
|
* Regenerate Files (#19463)QMK Bot2023-01-0165-65/+129
|
* Revert changes to keymap_steno.h (#19412)Joel Challis2022-12-231-26/+115
|
* Remaining DD keymap_extras migration (#19110)Joel Challis2022-12-2166-4676/+1692
| | | | | * Parse headers to data * Regen headers from data
* Initial uk+us DD keymap_extras migration (#19031)Joel Challis2022-12-092-106/+65
|
* Fix Czech sendstring LUT (#19193)Ryan2022-11-291-1/+1
|
* Relocate US ANSI shifted keycode aliases (#18634)Joel Challis2022-10-071-0/+72
|
* Fix comment of CM_QUES (Colemak question mark) (#18557)precondition2022-10-011-1/+1
| | | `#define CM_QUES S(CM_SLSH) // /` → `#define CM_QUES S(CM_SLSH) // ?`
* Fix DV_SCLN and DV_COLN in keymap_spanish_dvorak.h (#18043)precondition2022-08-151-2/+2
|
* Remove duplicate COMBINING HORN in keymap_us_extended.h (#18045)precondition2022-08-141-1/+1
|
* Replace ; by : in the shifted symbols ASCII art of keymap_norman (#18029)precondition2022-08-141-1/+1
| | | Thanks!
* Use ANSI ASCII art and fix comments for LT_COLN and LT_UNDS in ↵precondition2022-08-131-17/+17
| | | | keymap_lithuanian_qwerty.h (#18028)
* Fix LV_CCAR and LV_NCED (#18025)precondition2022-08-131-2/+2
|
* KR_DQUO S(KR_COLN) → KR_DQUO S(KR_QUOT) (#18011)precondition2022-08-121-1/+1
|
* define CZ_PERC S(CZ_PLUS) → define CZ_PERC S(CZ_EQL) (#18008)precondition2022-08-121-1/+1
|
* Remove invisible variation selector-15 from keymap_japanese.h (#18007)precondition2022-08-121-2/+2
|
* Use LT_ZCAR in place of LT_PLUS for modded kc definitions (#18000)precondition2022-08-121-2/+2
|
* Fix Bépo's BP_NNBS (narrow non-breaking space) (#17999)precondition2022-08-121-1/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* fix syntax error (#17732)mknj2022-07-201-1/+1
|
* Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition2022-06-231-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT] * Update stenography documentation * STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT TXBOLT is a better name but BOLT is more consistent with the pre-existing TX Bolt related constants, which all drop the "TX " prefix * Comments * STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all] * Add note on lacking V-USB support * Clear chord at the end of the switch(mode){send_steno_chord} block * Return true if NOEVENT * update_chord_xxx → add_xxx_key_to_chord * Enable the defines for all the protocols if STENO_PROTOCOL = all * Mention how to use `steno_set_mode` * Set the default steno protocol to "all" This is done so that existing keymaps invoking `steno_set_mode` don't all suddenly break * Add data driver equivalents for stenography feature * Document format of serial steno packets (Thanks dnaq) * Add missing comma
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-1524-10/+10
|
* Add Ukrainian keymap header (#16947)Ryan2022-04-281-0/+134
| | | | | * Add Ukrainian keymap header * Docs
* Add missing dead key LUTs for sendstring headers (#16929)Ryan2022-04-2534-8/+628
|
* Format code according to conventions (#16322)QMK Bot2022-02-122-2/+2
|
* Fixes for slovak language-specific keycodes (#16019)KraXen722022-01-271-3/+2
|
* Fix inverted gt and lt send_string mapping in canadian multilingual (#15487)billybraga2021-12-161-1/+1
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Billy Braga <bbraga@progi.com>
* Fix some wrong keycode macros in locale mapping files (#15488)Yoichiro Tanaka2021-12-164-6/+6
|
* Basic keycode overhaul (#14726)Ryan2021-11-031-2/+2
|
* Manually format develop (#15003)Joel Challis2021-11-011-2/+1
|
* Correct the Turkish F '?' keycode (TR_QUES) (#14740)precondition2021-10-071-1/+1
| | | define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-232-2/+2
|\
| * Fix US_RDQU keycode (#13464)Olli Helenius2021-08-242-2/+2
| | | | | | | | `US_RDQU` and `US_LDQU` were aliased to the same keycode. `US_RDQU` should use the right bracket.
* | Steno combinedkeys (#12538)freqmod2021-08-181-0/+18
| | | | | | | | | | * Add support for steno keys that press adjacent keys simultaniously * Add some docs for steno combined keys
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-204-0/+958
|\|
| * Adds Swedish Mac ISO and ANSI keymaps (#13055)Carl-Fredrik Arvidson2021-07-204-0/+958
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds Swedish Mac ISO and ANSI keymaps * Replaces NBSP with space * Adds missing keys * Remove duplicates * Remove duplicates * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Change case and remove whitespace * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Fix uppercase * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Add specific files for Swedish Pro * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Remove whitespace Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_pro_osx_ansi.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_swedish_osx_iso.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-0623-925/+1
|/
* Cleanup junk chars, part 4 (#13345)Ryan2021-07-0157-1027/+1027
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-131-0/+5
|\
| * keymap_fr_ch: undef `CH_H` (#11537)Ryan2021-01-131-0/+5
| |
* | Improved Language Specific Keycodes for US International and Extended ↵Joshua Diamond2021-01-024-10/+561
|/ | | | | Layouts (#11307) Co-authored-by: Ryan <fauxpark@gmail.com>
* Added mac variant of portuguese keymap extras (#11260)André Cruz2020-12-292-0/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added mac variant of portuguese keymap This keymap is very similar to the existing portuguese keymap, but some symbols are moved around. Apply suggestions from code review Corrected whitespace and implemented some suggested changes. Co-authored-by: Ryan <fauxpark@gmail.com> Converted some spaces to nbsp Added sendstring ISO version * Apply suggestions from code review Added suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Replaced space with nbsp * Corrected 2 chars in ascii_to_shift_lut { and } require shift Co-authored-by: Ryan <fauxpark@gmail.com>
* Change include guards in quantum/ to pragma once (#11239)Ryan2020-12-263-12/+6
|
* Fixed french quotes on canadian multilingual (#11183)Hedgestock2020-12-111-2/+2
|
* Fix typo causing `redefined error` in keymap_french_osx (#10962)Geoffrey BOTIN2020-11-171-1/+1
| | | Co-authored-by: gbotin <geoffrey.botin@gmail.com>
* Update keymap_spanish_dvorak.h (#10213)Félix Sanz2020-10-231-2/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Partial fix for sendstring_french.h (#10623)Ryan2020-10-131-2/+2
|
* Fix Belgian sendstring properly (#10444)Ryan2020-09-261-1/+1
|