diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-02-14 00:42:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 00:42:57 -0800 |
commit | 4eed0331bf0876db0d557f86c7d4ef599ff0e6c4 (patch) | |
tree | 2a1b81af60ed275a1f7e3ef27fc042addd6ae6b1 /keyboards/just60/keymaps/thinxer/readme.md | |
parent | 66177aa5e04bd4fbde758907412ce2c902430367 (diff) | |
download | qmk_firmware-4eed0331bf0876db0d557f86c7d4ef599ff0e6c4.tar.gz qmk_firmware-4eed0331bf0876db0d557f86c7d4ef599ff0e6c4.zip |
Just60 Configurator layout support and thinxer keymap (#7761)
* Just60 Configurator layout support
* adds thinxer keymap, which is the default keymap with QMK DFU bootloader
Diffstat (limited to 'keyboards/just60/keymaps/thinxer/readme.md')
-rw-r--r-- | keyboards/just60/keymaps/thinxer/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/just60/keymaps/thinxer/readme.md b/keyboards/just60/keymaps/thinxer/readme.md new file mode 100644 index 0000000000..9cd12c192f --- /dev/null +++ b/keyboards/just60/keymaps/thinxer/readme.md @@ -0,0 +1,19 @@ +# thinxer keymap for Just60 + +This is a duplicate of the default keymap, but for a Just60 with the QMK DFU bootloader. + +This layout is an ANSI layout with a Minila spacebar row. + +``` + +-------------------------------------------------------------------------+ + | ESC | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | BACKSP | + +-------------------------------------------------------------------------+ + | TAB | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | + +-------------------------------------------------------------------------+ + | FN | A | S | D | F | G | H | J | K | L | ; | ' | RETURN | + +-------------------------------------------------------------------------+ + | LSHIFT | Z | X | C | V | B | N | M | , | . | / | RSHIFT | + +-------------------------------------------------------------------------+ + | LCMD | LALT | LGUI | FN | SPACE | RGUI | RALT | LEFT | DOWN | UP | RGHT | + +-------------------------------------------------------------------------+ +``` |