0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2024-12-14 05:40:47 +00:00
Commit Graph

221 Commits

Author SHA1 Message Date
JuanoD
4afbade6d1
Add ES_GRV to latam language-specific keycodes () 2024-03-22 23:30:30 +00:00
QMK Bot
6cdc00d046
[CI] Regenerate Files () 2024-01-09 22:18:34 +11:00
Nebuleon
e67d2c2f6f
Add Canadian French input locale ()
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-09 22:11:59 +11:00
QMK Bot
34aa533246 Merge remote-tracking branch 'origin/master' into develop 2024-01-09 09:53:54 +00:00
Magne Lauritzen
89b46eedd5
Raise Circumflex from the grave in sendstring_french.h () 2024-01-09 20:53:26 +11:00
QMK Bot
b02abcb9a6
Regenerate Files () 2024-01-04 08:59:38 +00:00
QMK Bot
b12b5485bc
Update copyright year on generated files () 2024-01-01 02:25:20 +00:00
JuanoD
ce81801480
Add latam spanish headers () 2023-12-04 00:13:27 +00:00
Ryan
786ebf8760
Remove requirement for keymap_steno.h include in keymaps ()
* Remove requirement for `keymap_steno.h` include in keymaps

* Add back keymap_steno.h with a note for the time being
2023-11-12 18:25:46 +11:00
Andrey Tutolmin
4410e6b3bf
Russian typewriter keymap file for popular legacy layout ()
Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com>
2023-10-22 03:44:44 -07:00
Ryan
f407d90598
keycode aliases: work around ChibiOS ch.h include guard () 2023-07-31 09:35:06 +10:00
Ryan
03ecd34684
keymap_extras: remove direct quantum.h includes () 2023-07-09 20:05:01 +10:00
precondition
c3ae5c1076
Fix capital letters not getting sent with sendstring_swiss_fr.h (Issue ) () 2023-04-20 16:07:04 +01:00
Joel Challis
c3c40dfda8
Remove some use of keymap.h () 2023-03-03 11:26:53 +00:00
QMK Bot
fc2c9ccbc5
Regenerate Files () 2023-01-01 02:20:11 +00:00
Joel Challis
517f8af99e
Revert changes to keymap_steno.h () 2022-12-23 23:42:33 +00:00
Joel Challis
e5721bbd37
Remaining DD keymap_extras migration ()
* Parse headers to data

* Regen headers from data
2022-12-21 23:35:23 +00:00
Joel Challis
9bc7e9afbd
Initial uk+us DD keymap_extras migration () 2022-12-09 00:54:52 +00:00
Ryan
8a8000b4ec
Fix Czech sendstring LUT () 2022-11-29 16:34:57 +00:00
Joel Challis
f090cfe75c
Relocate US ANSI shifted keycode aliases () 2022-10-07 23:36:38 +01:00
precondition
e78fa1fbf0
Fix comment of CM_QUES (Colemak question mark) ()
`#define CM_QUES S(CM_SLSH) // /` → `#define CM_QUES S(CM_SLSH) // ?`
2022-10-01 01:52:46 -07:00
precondition
5021cf58ad
Fix DV_SCLN and DV_COLN in keymap_spanish_dvorak.h () 2022-08-15 18:41:05 +01:00
precondition
8e9ee29fe3
Remove duplicate COMBINING HORN in keymap_us_extended.h () 2022-08-14 22:25:37 -07:00
precondition
0a6327d20c
Replace ; by : in the shifted symbols ASCII art of keymap_norman ()
Thanks!
2022-08-14 12:18:42 -04:00
precondition
2c3b447641
Use ANSI ASCII art and fix comments for LT_COLN and LT_UNDS in keymap_lithuanian_qwerty.h () 2022-08-13 17:50:32 -07:00
precondition
96731ba88e
Fix LV_CCAR and LV_NCED () 2022-08-13 10:24:15 -07:00
precondition
4ff39b5652
KR_DQUO S(KR_COLN) → KR_DQUO S(KR_QUOT) () 2022-08-12 19:20:58 -07:00
precondition
e3415d6b97
define CZ_PERC S(CZ_PLUS) → define CZ_PERC S(CZ_EQL) () 2022-08-12 19:20:35 -07:00
precondition
20f0f40220
Remove invisible variation selector-15 from keymap_japanese.h () 2022-08-12 19:16:50 -07:00
precondition
b4fbb340c5
Use LT_ZCAR in place of LT_PLUS for modded kc definitions () 2022-08-12 19:13:43 -07:00
precondition
db4c4b1f78
Fix Bépo's BP_NNBS (narrow non-breaking space) ()
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-08-12 19:13:22 -07:00
mknj
9a31bbb3fa
fix syntax error () 2022-07-20 22:59:18 +01:00
precondition
7060cb7b26
Refactor steno and add STENO_PROTOCOL = [all|txbolt|geminipr] ()
* 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
2022-06-23 20:43:24 +02:00
Ryan
4a8bd7b9a5
Rename keymap_extras headers for consistency () 2022-05-15 21:27:01 +10:00
Ryan
e99d6d582c
Add Ukrainian keymap header ()
* Add Ukrainian keymap header

* Docs
2022-04-28 00:11:41 +01:00
Ryan
73688057f4
Add missing dead key LUTs for sendstring headers () 2022-04-25 19:30:20 +10:00
QMK Bot
63646e8906
Format code according to conventions () 2022-02-12 18:29:31 +00:00
KraXen72
b31f814e8c
Fixes for slovak language-specific keycodes () 2022-01-27 15:36:43 +00:00
billybraga
f383d3d8be
Fix inverted gt and lt send_string mapping in canadian multilingual ()
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Billy Braga <bbraga@progi.com>
2021-12-16 10:05:06 -08:00
Yoichiro Tanaka
231cd7a39f
Fix some wrong keycode macros in locale mapping files () 2021-12-16 16:59:04 +11:00
Ryan
f529580860
Basic keycode overhaul () 2021-11-03 22:22:17 -07:00
Joel Challis
92385e30cd
Manually format develop () 2021-11-01 19:18:33 +00:00
precondition
0d72438ad6
Correct the Turkish F '?' keycode (TR_QUES) ()
define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
2021-10-07 15:01:50 +01:00
QMK Bot
2481e109a0 Merge remote-tracking branch 'origin/master' into develop 2021-08-23 22:06:37 +00:00
Olli Helenius
9472c4b8cb
Fix US_RDQU keycode ()
`US_RDQU` and `US_LDQU` were aliased to the same keycode. `US_RDQU`
should use the right bracket.
2021-08-24 08:06:04 +10:00
freqmod
705774f7bf
Steno combinedkeys ()
* Add support for steno keys that press adjacent keys simultaniously

* Add some docs for steno combined keys
2021-08-18 04:48:00 +10:00
QMK Bot
8925199ae8 Merge remote-tracking branch 'origin/master' into develop 2021-07-20 16:17:22 +00:00
Carl-Fredrik Arvidson
3486870ee4
Adds Swedish Mac ISO and ANSI keymaps ()
* 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>
2021-07-20 09:16:17 -07:00
Ryan
50d4dfd2e6
keymap_extras: Remove deprecated defines () 2021-07-06 09:05:11 +10:00
Ryan
dc3896e31c
Cleanup junk chars, part 4 () 2021-07-01 16:41:51 +10:00