summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/hacker_dvorak/package.json
diff options
context:
space:
mode:
authorIsmael Venegas Castelló <ismael.vc1337@gmail.com>2018-12-05 17:12:35 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-05 17:12:35 +0100
commit538874f90f5ae69b241f80baa639fb6dbc4cfa80 (patch)
treec0e055534d0702cee30922d8f675987130279f78 /keyboards/ergodox_ez/keymaps/hacker_dvorak/package.json
parent8a330b33ff41ffc1ec3f8fa39722e93115ea3f0f (diff)
downloadqmk_firmware-538874f90f5ae69b241f80baa639fb6dbc4cfa80.tar.gz
qmk_firmware-538874f90f5ae69b241f80baa639fb6dbc4cfa80.tar.xz
Keymap: Hacker Dvorak (#4514)
* Hacker Dvorak Programmer Dvorak based layout for the Ergodox EZ. * Address drashna comments. * Fix RGB and drop OSL for MO. * Add gulp file to automate development. * Fix gulpfile. * Caps, num and scroll lock indicators. * Fix scroll lock.
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/hacker_dvorak/package.json')
-rw-r--r--keyboards/ergodox_ez/keymaps/hacker_dvorak/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/hacker_dvorak/package.json b/keyboards/ergodox_ez/keymaps/hacker_dvorak/package.json
new file mode 100644
index 000000000..116911e46
--- /dev/null
+++ b/keyboards/ergodox_ez/keymaps/hacker_dvorak/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "hacker_dvorak",
+ "version": "1.0.0",
+ "description": "Inspired by the [*Programmer Dvorak*](https://www.kaufmann.no/roland/dvorak) keyboard layout, cherry picked ideas from other layouts in the [EZ Repository](https://configure.ergodox-ez.com/search?q=dvorak&legacy=true), a character distribution [heatmap vizualizer](https://run.plnkr.co/plunks/5EEO8nJ2wRzYAfT3), my own subjective use cases and lots of trial and error.",
+ "main": "gulpfile.js",
+ "scripts": {
+ "test": "test"
+ },
+ "author": "SalchiPapa",
+ "license": "GPL-2.0",
+ "dependencies": {
+ "gulp": "^3.9.1",
+ "gulp-run-command": "0.0.9"
+ }
+}