-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from jackhumbert/master
Forked from jackhumbert/qmk_firmware
- Loading branch information
Showing
87 changed files
with
3,772 additions
and
347 deletions.
There are no files selected for viewing
Binary file removed
BIN
-74.5 KB
keyboards/atreus/keymaps/replicaJunction/atreus-replica-base-colemakdh.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+890 Bytes
(100%)
keyboards/atreus/keymaps/replicaJunction/atreus-replica-extend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-767 Bytes
(99%)
keyboards/atreus/keymaps/replicaJunction/atreus-replica-function.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+347 Bytes
(100%)
keyboards/atreus/keymaps/replicaJunction/atreus-replica-game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.48 KB
(100%)
keyboards/atreus/keymaps/replicaJunction/atreus-replica-num.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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,5 @@ | ||
TAP_DANCE_ENABLE = yes | ||
NKRO_ENABLE = true | ||
MOUSEKEY_ENABLE = no | ||
EXTRAKEY_ENABLE = yes | ||
CONSOLE_ENABLE = no |
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,56 @@ | ||
<!-- -*- mode: markdown; fill-column: 8192 -*- --> | ||
|
||
Mnemes Swedish Bonaza | ||
======================= | ||
|
||
My Layout in process, most of the code is shamelessly stolen from [algernons][algernon] excellent layout | ||
|
||
[algernon]: https://github.com/algernon/ergodox-layout | ||
|
||
It's for Windows (current work forces me to) and Swedish (matter of birth) so ymmw. | ||
|
||
## Table of Contents | ||
|
||
* [Layouts](#layouts) | ||
- [Base layer](#base-layer) | ||
- [Nav layer](#nav-layer) | ||
- [Sym layer](#sym-layer) | ||
- [LED states](#led-states) | ||
|
||
# Layouts | ||
|
||
## Base layer | ||
|
||
![Base layer](img/base.png) | ||
|
||
|
||
* The number row doubles as a function row. Short presses produces numbers, long presses produces Fxx | ||
* The `Shift`, `Alt`, and `Control` modifiers are one-shot. | ||
* `Backspace` and `Enter` doubles as switches to the `sym` layer when held | ||
* The `ESC` key also doubles as a one-shot cancel key. | ||
* The **Lead** key is followed by a sequence of keys. | ||
- `LEAD l` : `lgui+l`. | ||
- `LEAD s l` : `λ`. | ||
- `LEAD s s` : `¯\_(ツ)_/¯` | ||
- `LEAD s f` : `凸(ツ)凸` | ||
- `LEAD a *` : Application switching based on position in start menu. Very specific to my computer. | ||
|
||
|
||
## Nav layer | ||
|
||
![Nav layer](img/fun.png) | ||
|
||
Basic navigation on the right hand and modifiers close | ||
by for the left. The latter because I tend to use `ctrl+arrows` quite a lot. | ||
|
||
## Sym layer | ||
|
||
![Sym layer](img/sym.png) | ||
|
||
* Easy access to most symbols I use on a daily basis. Most common are on the home row, the rest are grouped as best as I could. | ||
|
||
- `eq` : Tapdance, produces `===` and `!==` | ||
- `fun`: Tapdance, produces `=>` and `() => {\n` | ||
|
||
# License | ||
GPL-3+ |
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,7 @@ | ||
#define ONESHOT_TIMEOUT 3000 | ||
#define TAPPING_TERM 200 | ||
#define PREVENT_STUCK_MODIFIERS | ||
|
||
#define LEADER_TIMEOUT 1000 | ||
|
||
#include "../../config.h" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.