From e0cb9cf30bd9d326bc379bcca6ec44e86ca7c283 Mon Sep 17 00:00:00 2001 From: yeeeargh Date: Wed, 3 Jul 2013 13:04:33 +0200 Subject: Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. Added a README.md with links to the deskthority wikipages for this project and some build instructions. --- keyboard/hid_liber/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboard/hid_liber/README.md (limited to 'keyboard/hid_liber/README.md') diff --git a/keyboard/hid_liber/README.md b/keyboard/hid_liber/README.md new file mode 100644 index 0000000000..a5534ce711 --- /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. -- cgit v1.2.3