xs5871
|
b84cd0bdab
|
Add missing keycode
|
2023-04-01 21:55:45 +00:00 |
|
Alex Miller
|
878fe0deca
|
Adding ComboLayers to Layers Module (See #658) (#666)
---------
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
|
2023-03-10 20:40:57 +00:00 |
|
xs5871
|
3c796c16f8
|
Highlight support section of README
|
2023-03-09 21:19:28 +00:00 |
|
Phong Le
|
2ccad46e26
|
update modtap to holdtap (#718)
* update modtap to holdtap
* Update links
* Revert "Update links"
This reverts commit 8d0cda7c5a .
* updated docs links
update links in docs
* Update docs/en/Getting_Started.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/Getting_Started.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* rename modtap.md to holdtap.md
* Update Getting_Started.md
* Update main.py
* Update modtap.py
* Update modtap.py and add notice
* Update docs/en/porting_to_kmk.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/handwiring.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/contributing.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/contributing.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/ble_hid.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/Getting_Started.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/Getting_Started.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/kmkpython_vs_circuitpython.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Rename modtap.md to holdtap.md
* fixup
---------
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
|
2023-03-03 09:32:41 +00:00 |
|
regicidal.plutophage
|
20be6e9072
|
Update oneshot.md
|
2023-02-28 19:36:19 +00:00 |
|
xs5871
|
08c255b6e4
|
Add optional selection of specific unit test to Makefile
|
2023-02-24 18:17:59 +00:00 |
|
claycooper
|
38acda77b4
|
Moved pro micro image to fix render issues
|
2023-02-21 01:26:39 +00:00 |
|
claycooper
|
7ef2c2c2d3
|
Removed HTML br's from markdown
|
2023-02-21 01:26:39 +00:00 |
|
xs5871
|
1f751d8374
|
Add mouse buttons 4/5
|
2023-02-21 00:57:39 +00:00 |
|
moritz-john
|
5a38af6632
|
Update docs/en/extension_stringy_keymaps.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
|
2023-02-12 19:45:18 +00:00 |
|
Moritz John
|
fa7d72b175
|
Added more examples to the Stringy Keymaps docs
Rearranged text
Removed blank lines
Fixed "string name" to "string"
Enclosed string in single qutoes
|
2023-02-12 19:45:18 +00:00 |
|
xs5871
|
d7e9cfbc5b
|
Replace all mentions of the matrix channel with links to zulip
|
2023-02-12 17:25:24 +00:00 |
|
xs5871
|
705d3eb032
|
Remove supervisor stack limit from boot.py
|
2023-02-11 20:05:45 +00:00 |
|
hixan
|
47c242a2c9
|
Update layers.md
The advanced example was missing a self argument
|
2023-01-29 02:53:53 +00:00 |
|
Jk Jensen
|
d98dd47b1b
|
Make changed files clearer
Add some clarity for people new to KMK on which files should contain the given changes.
|
2023-01-23 18:23:46 +00:00 |
|
claycooper
|
3cca939e0b
|
Fixed spelling in layers doc
|
2023-01-23 18:23:15 +00:00 |
|
Moritz John
|
a72796e85c
|
Fixed image link in quickpin.md docs
|
2023-01-23 18:20:16 +00:00 |
|
Conor Burns
|
15d3cd706b
|
add 0xCB Helios quickpin
|
2023-01-17 20:39:26 +00:00 |
|
James Perry
|
945072bf6c
|
OS_LCTL_LSFT should be set in example code
The Chord example references OS_LCTL_LSFT which is not set in the code above it.
|
2023-01-11 21:50:23 +00:00 |
|
Timo
|
3238857e1e
|
add trackball rotation to example in docs
|
2023-01-02 23:02:08 +00:00 |
|
Your Name
|
6edd3b1d50
|
Moved quickpin.md from docs to docs/en
|
2022-12-26 16:32:15 +00:00 |
|
xs5871
|
225087c117
|
remove not-implemented keycodes from docs
resolves #631
We can't do `KC.LT`, because it collides with layer tap; ergo also remove `KC.GT`.
|
2022-10-27 19:59:29 -07:00 |
|
Kyle Brown
|
e2681a253a
|
Move quickpin docs
|
2022-10-25 01:36:33 -07:00 |
|
Kyle Brown
|
feb5c0392c
|
Update debounce docs
|
2022-10-25 01:35:47 -07:00 |
|
AndersonTorres
|
296e4a31b8
|
Get rid of hard reference to https://github.com/KMKfw/kmk_firmware/blob/master/
|
2022-10-25 01:24:49 -07:00 |
|
AndersonTorres
|
afd184f019
|
Quick fixup links on English documentation
Because of the previous moving commit, some links need to be fixed too.
|
2022-10-25 01:24:49 -07:00 |
|
AndersonTorres
|
0ab6887fbe
|
Move docs/ to docs/en/
It allows comparison between the directories and helps translations.
|
2022-10-25 01:24:49 -07:00 |
|