]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/deft/readme.md
[Keymap] Added Deft layout (#6153)
[qmk_firmware.git] / keyboards / planck / keymaps / deft / readme.md
1 # The Deft Planck Layout
2
3 ![Deft layout for the Planck keyboard](https://i.imgur.com/VtUkAyh.png)
4
5 The Deft Planck layout is designed for efficiency in programming and transferability between ortholinear boards. It features a fairly standard default layer with properly placed arrow keys, a lower layer with a usable numpad and symbols, and a raise layer for numbers, f-keys, and music controls. The code is also cut down to only what you need. The result is a very usable Planck that can easily replace fullsize layouts.
6
7 The strangely placed Enter key is meant to be closer to your thumb and moving it allows for proper arrow key placement without disturbing our layout too much. I wanted to separate the enter key from the forward slash key anyway, as I was commonly pressing enter when I meant to type a question mark. You get used to it pretty fast.
8
9 Follow my cat:
10
11 https://twitter.com/CatBucha
12
13 https://www.instagram.com/buchathecat/
14
15
16 ## Flashing:
17 | Rev 5 or earlier: | Rev 6: |
18 |-|-|
19 | `make planck/revX:deft:dfu` | `make planck/rev6:deft:dfu-util` |
20
21 ## Layout:
22
23 ### QWERTY layer
24 ```
25 ,-----------------------------------------------------------------------------------.
26 | Esc  |  Q   |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Bksp |
27 |------+------+------+------+------+-------------+------+------+------+------+------|
28 | Tab  |  A   |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  '   |
29 |------+------+------+------+------+------|------+------+------+------+------+------|
30 |Shift |  Z   |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |  Up  |  /   |
31 |------+------+------+------+------+------+------+------+------+------+------+------|
32 | Ctrl | Alt  | GUI  | Copy |Lower |    Space    |Raise |Enter | Left | Down |Right |
33 `-----------------------------------------------------------------------------------'
34 ```
35
36 ### Lower layer
37 ```
38 ,-----------------------------------------------------------------------------------.
39 | Del  | Alt1 | Alt2 | Alt3 | Alt4 |  (   |  )   | Num7 | Num8 | Num9 | Num0 |      |
40 |------+------+------+------+------+-------------+------+------+------+------+------|
41 |      |  `   |  \   |  =   |  -   |  <   |  >   | Num4 | Num5 | Num6 | Num. | NumL |
42 |------+------+------+------+------+------|------+------+------+------+------+------|
43 |      | Num/ | Num* | Num- | Num+ |  [   |  ]   | Num1 | Num2 | Num3 | Pgup | Num= |
44 |------+------+------+------+------+------+------+------+------+------+------+------|
45 |      |      |      |Paste |      |             |      | NumE | Home | Pgdn | End  |
46 `-----------------------------------------------------------------------------------'
47 ```
48
49 ### Raise layer
50 ```
51 ,-----------------------------------------------------------------------------------.
52 |      |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |      |
53 |------+------+------+------+------+-------------+------+------+------+------+------|
54 |      |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |  F7  |  F8  |  F9  | F10  |      |
55 |------+------+------+------+------+------|------+------+------+------+------+------|
56 |      | F11  | F12  | F13  | F14  | F15  | F16  | F17  | F18  | F19  | Vol+ |      |
57 |------+------+------+------+------+------+------+------+------+------+------+------|
58 |      |      |      | Cut  |      |             |      |      | Play | Vol- | Next |
59 `-----------------------------------------------------------------------------------'
60 ```
61
62 ### Adjust layer
63 ```
64 ,-----------------------------------------------------------------------------------.
65 |Reset |      |      |      |      |      |      |      |      |      |      |      |
66 |------+------+------+------+------+-------------+------+------+------+------+------|
67 |      |      |      |      |      |      |      |      |      |      |      |      |
68 |------+------+------+------+------+------|------+------+------+------+------+------|
69 |      |      |      |      |      |      |      |      |      |      |      |      |
70 |------+------+------+------+------+------+------+------+------+------+------+------|
71 |      |      |      |      |      |             |      |      |      |      |      |
72 `-----------------------------------------------------------------------------------'
73 ```