Skip to content
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ The keyboard heatmap shows the distribution of characters of a text while you're
Currently support keyboard layouts:
- ASSET
- CARPALX_QFMLWY
- QWERTY
- CARPALX_QGMLWB
- COLEMAK
- COLEMAK MOD-DH
- DVORAK
- DVORAK PROGRAMMER
- COLEMAK
- ENGRAM
- HALMAK
- LIIGOL
- ERGODOX COLEMAK/DVORAK/QUERY
- MINIMAK 4/8/12 K
- NORMAN
- QWERTY
- WORKMAN

- ERGODOX COLEMAK/DVORAK/QUERY

**Contributions are very welcome!**

Expand All @@ -31,10 +34,12 @@ I wrote an article about [how to add your own keyboard layout to the keyboard he
- Added DVORAK Layout
- Added ERGODOX DVORAK Layout
- Added LIIGOL Layout
- Added HALMAK, CARPALX_QGMLWB, COLEMAK MOD, and ENGRAM Layouts

## Contributions
- Zeff Houssney contributed the DVORAK background image and the layout's coordinates
- Liigo Zhuang contributed the LIIGOL layout design, background image and the layout's coordinates
- Paul Guerin contributed the HALMAK, CARPALX_QGMLWB, COLEMAK MOD, and ENGRAM layout design, background image and the layout's coordinates

## License
The Keyboard Heatmap is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "") and [Beerware](http://en.wikipedia.org/wiki/Beerware "") License.
Expand Down
Binary file added app/img/CARPALX_QGMLWB.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 added app/img/COLEMAK_ANGLEMOD.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 added app/img/COLEMAK_MOD_DH.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 added app/img/ENGRAM.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 added app/img/ENGRAM1.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 added app/img/HALMAK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,26 @@ <h2>Customize it</h2>
</select><br />
<label>Select a keyboard layout</label>
<select id="layout">
<option value="QWERTY" selected>QWERTY</option>
<option value="ASSET">Asset</option>
<option value="CARPALX_QFMLWY">Carpalx QFMLWY</option>
<option value="CARPALX_QGMLWB">Carpalx QGMLWB</option>
<option value="COLEMAK">Colemak</option>
<option value="COLEMAK_MOD_DH">Colemak mod-dh</option>
<option value="DVORAK">Dvorak</option>
<option value="DVORAK_PROGRAMMER">Dvorak Programmer</option>
<option value="ERGODOX_COLEMAK">ErgoDox COLEMAK</option>
<option value="ERGODOX_QWERTY">ErgoDox QWERTY</option>
<option value="ERGODOX_DVORAK">ErgoDox DVORAK</option>
<option value="ENGRAM">Engram</option>
<option value="ENGRAM1">Engram1</option>
<option value="HALMAK">Halmak</option>
<option value="LIIGOL">LIIGOL Layout</option>
<option value="MINIMAK_4K">Minimak 4-Keys</option>
<option value="MINIMAK_8K">Minimak 8-Keys</option>
<option value="MINIMAK_12K">Minimak 12-Keys</option>
<option value="NORMAN">Norman</option>
<option value="QWERTY" selected>QWERTY</option>
<option value="WORKMAN">Workman</option>
<option value="ERGODOX_COLEMAK">ErgoDox COLEMAK</option>
<option value="ERGODOX_QWERTY">ErgoDox QWERTY</option>
<option value="ERGODOX_DVORAK">ErgoDox DVORAK</option>
</select>
<!-- <div id="apply" class="button">
Apply customizations
Expand Down
Loading