aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/paladin64/readme.md
diff options
context:
space:
mode:
authornachie <me@nachie.com>2018-03-28 20:20:15 -0700
committerJack Humbert <jack.humb@gmail.com>2018-03-28 23:20:15 -0400
commit931a52d1ae50aef36e55fde59874614f742554a3 (patch)
treea4ae713bb7eb75990ff6433b6e6924e7fc583e6d /keyboards/paladin64/readme.md
parent331288233dd5e613fa2c74b5ff6fdec94dcbdf5e (diff)
downloadfirmware-931a52d1ae50aef36e55fde59874614f742554a3.tar.gz
firmware-931a52d1ae50aef36e55fde59874614f742554a3.tar.bz2
firmware-931a52d1ae50aef36e55fde59874614f742554a3.zip
Support for the Paladin64 PCB (#2639)
* Support for the Paladin64 PCB * Paladin64: Added readme. Added the bootloader option to rules.mk * Fixed the formatting * fixed the flash command
Diffstat (limited to 'keyboards/paladin64/readme.md')
-rw-r--r--keyboards/paladin64/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/paladin64/readme.md b/keyboards/paladin64/readme.md
new file mode 100644
index 000000000..41f66e2ac
--- /dev/null
+++ b/keyboards/paladin64/readme.md
@@ -0,0 +1,19 @@
+# Paladin64 ALPS PCB by /u/iNachie
+
+Firmware for the Paladin64 ALPS64 PCB, with underglow and an optional
+trackpoint module.
+
+Keyboard Maintainer: [/u/iNachie](https://github.com/nachie)
+Hardware Supported: Paladin64 ALPS PCB by iNachie
+Hardware Availability: [/u/iNachie](https://www.reddit.com/user/inachie/)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make paladin64:default
+
+Or to make and flash:
+
+ make paladin64:default:dfu
+
+
+See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.