forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archetype keymap for jj50 (qmk#5397)
* archetype keymap for jj50 keyboard * archetype keymap for jj50 keyboard * PR fixes proposed by mechmerlin
- Loading branch information
1 parent
21113b5
commit 4fee56a
Showing
4 changed files
with
310 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# archetype keymap for jj50 keyboards | ||
A keymap that can be used with the jj50 ortholinear keyboard. | ||
|
||
## Features | ||
|
||
- `QWERTY` layout (Default) | ||
- `COLEMAK` layout | ||
- `FN` layout (various keys that are rarely needed) | ||
- `FX` layout (Control lighting and audio) | ||
- Use `Left Ctrl` and `Left Alt` to output `()`, `[]` and `{}` by tapping once, twice or thrice respectively. Hold them down for the regular keycode (LCtrl or LAlt) | ||
- `Right Shift` when held or Enter when tapped | ||
- Auto-Shift enabled (long press on alphas and numeric keys outputs shifted character) | ||
- Full arrow keys available | ||
|
||
|
||
## Feedback | ||
|
||
I made this keymap based on the existing default one. If you happen to use this keymap [drop me a line](mailto://[email protected]) about what could be improved etc | ||
|
||
Enjoy! | ||
|
||
Iason Dimitrakopoulos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#pragma once | ||
|
||
#undef AUTO_SHIFT_TIMEOUT | ||
#undef TAPPING_TERM | ||
|
||
#define AUTO_SHIFT_TIMEOUT 150 | ||
#define TAPPING_TERM 150 | ||
//#define BOOTMAGIC_KEY_SALT KC_LCTL |
Oops, something went wrong.