summaryrefslogtreecommitdiff
path: root/keyboard/hid_liber/README.md
diff options
context:
space:
mode:
authortmk2013-07-03 18:18:05 -0700
committertmk2013-07-03 18:18:05 -0700
commit8848d0188fe17c184fa968ac011b855a836f2df1 (patch)
tree9de7bbdb685e769ca89c7030adc428f7a4425a9f /keyboard/hid_liber/README.md
parent681e0194501aba4e6234f478d2c96d428b1223b5 (diff)
parente0cb9cf30bd9d326bc379bcca6ec44e86ca7c283 (diff)
Merge pull request #40 from yeeeargh/hid_liber-standard-layouts
Added standard layouts for ANSI and ISO to hid_liber
Diffstat (limited to 'keyboard/hid_liber/README.md')
-rw-r--r--keyboard/hid_liber/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboard/hid_liber/README.md b/keyboard/hid_liber/README.md
new file mode 100644
index 000000000..a5534ce71
--- /dev/null
+++ b/keyboard/hid_liber/README.md
@@ -0,0 +1,17 @@
+hid_liberation firmware
+======================
+DIY daughterboard for Filco Majestouch TKL developed by Geekhack and Deskthority communities.
+The PCB was engineered by bpiphany.
+
+## Wiki on Deskthority.net
+- [Instructions](http://deskthority.net/wiki/HID_Liberation_Device_-_Instructions)
+- [Assembly Instructions](http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions)
+
+
+Build
+-----
+Move to this directory then just run `make` like:
+
+ $ make -f Makefile.[pjrc|lufa] [ansi|iso|custom|alaricljs]
+
+Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack.