qmk-firmware/keyboards/converter/numeric_keypad_IIe
ridingqwerty 66fe3001e4
Trim firmware sizes from default rules.mk, part 1 (#8027)
* Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files

* Correct some 'rules.mk' in boards buried under vendor folders

* PR8027 patch

Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-01-29 12:51:25 -05:00
..
keymaps [Keyboard] Adding Numeric Keypad //e converter (#5294) 2019-03-03 10:29:27 -08:00
config.h Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) 2019-06-06 12:09:56 -07:00
info.json [Keyboard] Adding Numeric Keypad //e converter (#5294) 2019-03-03 10:29:27 -08:00
numeric_keypad_IIe.c [Keyboard] Adding Numeric Keypad //e converter (#5294) 2019-03-03 10:29:27 -08:00
numeric_keypad_IIe.h [Keyboard] Adding Numeric Keypad //e converter (#5294) 2019-03-03 10:29:27 -08:00
readme.md [Keyboard] Adding Numeric Keypad //e converter (#5294) 2019-03-03 10:29:27 -08:00
rules.mk Trim firmware sizes from default rules.mk, part 1 (#8027) 2020-01-29 12:51:25 -05:00

readme.md

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.