aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/ez/util/readme.md
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-07 22:28:28 +0300
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 20:48:04 +0300
commit9af995c59b2655fa347e43b1eab2122e72ef7fe3 (patch)
treef76ccbd3ab8c911ae851bb83d13173c5755c7162 /keyboards/ergodox/ez/util/readme.md
parent30003d48f9a04676b81bf2980a235106ec7886b0 (diff)
downloadfirmware-9af995c59b2655fa347e43b1eab2122e72ef7fe3.tar.gz
firmware-9af995c59b2655fa347e43b1eab2122e72ef7fe3.tar.bz2
firmware-9af995c59b2655fa347e43b1eab2122e72ef7fe3.zip
Initial structure for Ergodox as subprojects
Only the EZ default keymaps compiles at the moment though.
Diffstat (limited to 'keyboards/ergodox/ez/util/readme.md')
-rw-r--r--keyboards/ergodox/ez/util/readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ergodox/ez/util/readme.md b/keyboards/ergodox/ez/util/readme.md
new file mode 100644
index 000000000..26c5e5d99
--- /dev/null
+++ b/keyboards/ergodox/ez/util/readme.md
@@ -0,0 +1,3 @@
+# ErgoDox EZ Utilities
+
+The Python script in this directory, by [mbarkhau](https://github.com/mbarkhau) allows you to write out a basic ErgoDox EZ keymap using Markdown notation, and then transpile it to C, which you can then compile. It's experimental, but if you're not comfortable using C, it's a nice option.