summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/trackpoint/README.md
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-03-06 20:51:41 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-06 20:51:41 +0100
commitbe8257f0a784a07e7dd93ecafe96c1d7774383f7 (patch)
tree0de394aec7f74f9e457f205954d9324163c32bd9 /keyboards/handwired/trackpoint/README.md
parentda2eedc0c2587ee8d11ee94cb61e17b4e8717265 (diff)
downloadqmk_firmware-be8257f0a784a07e7dd93ecafe96c1d7774383f7.tar.gz
qmk_firmware-be8257f0a784a07e7dd93ecafe96c1d7774383f7.tar.xz
[Keyboard] handwired/trackpoint: refactor and readme cleanup (#5325)
* handwired/trackpoint: refactor - layout macro KEYMAP renamed to LAYOUT - keymap now uses #include QMK_KEYBOARD_H * handwired/trackpoint: readme cleanup - fix wiring layout image URL - update readme structure * handwired/trackpoint: rename readme to lowercase * handwired/trackpoint: update header files to use #pragma once
Diffstat (limited to 'keyboards/handwired/trackpoint/README.md')
-rw-r--r--keyboards/handwired/trackpoint/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/handwired/trackpoint/README.md b/keyboards/handwired/trackpoint/README.md
deleted file mode 100644
index bbfcaab0c..000000000
--- a/keyboards/handwired/trackpoint/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# IBM Trackpoint demonstration
-
-This is just a simple demo to show how to integrate IBM Trackpoint in QMK.
-
-Wiring used in the demonstration:
-![Wiring example](http://imgur.com/8ghG2U8)
-
-Some documentation:
-* [How to wire IBM Trackpoint](https://github.com/alonswartz/trackpoint)
-* [QMK documentation](https://docs.qmk.fm/)