summaryrefslogtreecommitdiff
path: root/keyboards/converter/numeric_keypad_IIe/readme.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-09-05 06:36:33 +1000
committerGitHub <noreply@github.com>2022-09-04 21:36:33 +0100
commit3e02b70d28ae3f39ad41c83400dda2eb8e29e6a6 (patch)
tree566aff36a4988db5fe87a2d0cbab0b1a6926e7d0 /keyboards/converter/numeric_keypad_IIe/readme.md
parenta9f8111eac399f0c667c11ab0e57a04a8cde508d (diff)
Rename keyboards with uppercase letters (#18268)
Diffstat (limited to 'keyboards/converter/numeric_keypad_IIe/readme.md')
-rw-r--r--keyboards/converter/numeric_keypad_IIe/readme.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/converter/numeric_keypad_IIe/readme.md b/keyboards/converter/numeric_keypad_IIe/readme.md
deleted file mode 100644
index 9eba41610a..0000000000
--- a/keyboards/converter/numeric_keypad_IIe/readme.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Numeric Keypad IIe
-
-![Numeric Keypad IIe](https://upload.wikimedia.org/wikipedia/commons/3/3b/Apple_Numeric_Keypad_IIe.jpg)
-
-This is a conversion project for the Numeric Keypad IIe, model A2M2003. This was an external keypad that connected to the Apple //e's motherboard (and as such, it lacked any kind of onboard controller).
-
-The reference conversion setup uses the keyboard's DB15 (VGA) fixed cable connected to a DB15 wiring terminal with breakout board ([this one](https://www.amazon.com/gp/product/B07437293Y/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1), specifically) and wired to an [Arduino Micro](https://store.arduino.cc/usa/arduino-micro).
-
-Keyboard Maintainer: [Adam Newbold](https://github.com/newbold)
-Hardware Supported: Internal Numeric Keypad IIe PCB (Apple part 820.0081.c), ATmega32U4 microcontroller
-
-Make example for this keyboard (after setting up your build environment):
-
- make converter/numeric_keypad_IIe:default
-
-See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).