diff options
author | Louis Orleans <louis@orleans.io> | 2018-03-01 07:48:15 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-01 07:48:15 -0800 |
commit | d7f46f346685dc772ff3f13890d70865d65d748c (patch) | |
tree | 2ba6ecb92f00a1783c19f0cd7a1baf4481c74e4e /keyboards/preonic/keymaps/dudeofawesome/readme.md | |
parent | 452d23da5267899933ca336ae91e7b297d5dfb0b (diff) |
layout(preonic): dudeofawesome's layout (#2449)
* 🎉 duplicate default Preonic keymap
* ✨ add Workman layout
* 🚚 swap backspace and delete
* ✨ enable hold enter for shift
* 🚚 swap media play and next
* 💄 use Planck startup sound
* 💄 add Workman layer sound
* ✨ add numpad layer
* 💄 add new workman sound
* 📝 add README
* 🎨 fix layout formatting
* 📝 add image of numpad layer
* 📦 changing chibios submodule version
to match upstream/master's version
* ✨ add caps lock key on adjust layer
* ✨ reworking numpad layer to match a real numpad
* ✨ add double tap to activate numpad
* 📝 fix layout comments
* 📝 update numpad layer render
* ✨ adding operator keys to left hand on numpad
* 🎨 shorten numpad keycodes
Diffstat (limited to 'keyboards/preonic/keymaps/dudeofawesome/readme.md')
-rw-r--r-- | keyboards/preonic/keymaps/dudeofawesome/readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/dudeofawesome/readme.md b/keyboards/preonic/keymaps/dudeofawesome/readme.md new file mode 100644 index 0000000000..244442494d --- /dev/null +++ b/keyboards/preonic/keymaps/dudeofawesome/readme.md @@ -0,0 +1,22 @@ +# DudeOfAwesome's Preonic layout + +![Preonic Layout](https://i.imgur.com/EC42Pnw.png) + +## Features + +- Base Layers + - QWERTY + - Workman + - Dvorak + - Colemak +- Numpad layer + ![numpad layer](https://i.imgur.com/V5iGHZg.png) +- Audio + +## Building and flashing + +1. Put your board in DFU mode with either the button on the bottom, or with a software key in your current firmware +1. Flash: + ```bash + $ make preonic/rev2:dudeofawesome:dfu + ``` |