qmk_firmware/keyboards/converter/numeric_keypad_iie
Ryan e96d829724
Remove legacy keycodes, part 3 (#18669)
* `KC__VOLDOWN` -> `KC_VOLD`

* `KC__VOLUP` -> `KC_VOLU`

* `KC__MUTE` -> `KC_MUTE`

* `KC_POWER` -> `KC_PWR`
2022-10-11 14:21:47 +01:00
..
keymaps Remove legacy keycodes, part 3 (#18669) 2022-10-11 14:21:47 +01:00
config.h Rename keyboards with uppercase letters (#18268) 2022-09-04 21:36:33 +01:00
info.json Rename keyboards with uppercase letters (#18268) 2022-09-04 21:36:33 +01:00
numeric_keypad_iie.c Rename keyboards with uppercase letters (#18268) 2022-09-04 21:36:33 +01:00
numeric_keypad_iie.h Rename keyboards with uppercase letters (#18268) 2022-09-04 21:36:33 +01:00
readme.md Rename keyboards with uppercase letters (#18268) 2022-09-04 21:36:33 +01:00
rules.mk Rename keyboards with uppercase letters (#18268) 2022-09-04 21:36:33 +01:00

Numeric Keypad IIe

Numeric Keypad IIe

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, specifically) and wired to an Arduino Micro.

Keyboard Maintainer: Adam 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 and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.