qmk-dactyl-manuform-a/keyboards/handwired/postageboard
Ryan f718a10889
Fix up build options comments (#15463)
2021-12-12 18:05:37 -08:00
..
keymaps/default Postage Board MCU (#7424) 2019-11-20 16:38:51 -08:00
mini Fix up build options comments (#15463) 2021-12-12 18:05:37 -08:00
r1 Fix up build options comments (#15463) 2021-12-12 18:05:37 -08:00
config.h Postage Board MCU (#7424) 2019-11-20 16:38:51 -08:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
postageboard.c Postage Board MCU (#7424) 2019-11-20 16:38:51 -08:00
postageboard.h Postage Board MCU (#7424) 2019-11-20 16:38:51 -08:00
readme.md Postage Board MCU (#7424) 2019-11-20 16:38:51 -08:00
rules.mk Postage Board MCU (#7424) 2019-11-20 16:38:51 -08:00

readme.md

Postage Board

Round 1

PostageBoard

Round 2: Mini version

PostageBoard

The Postage board is a controller board meant to aid people in making a hand wired keyboard. Controller boards are essentially the brain of the keyboard. It is similar to the common Teensy 2.0, and also the Pro Micro.

However, neither the Teensy, nor the Pro Micro are designed for keyboards specifically. They are just general Arduino-like boards meant for a variety of DIY projects. The Postage Board is designed for mechanical keyboards specifically, and thus the process of assembling your keyboard is easier, and the final product is more refined.

  • Keyboard Maintainer: LifeIsOnTheWire
  • Hardware Supported: Available at GB
  • Hardware Availability: Available at GB

Make example for this keyboard (after setting up your build environment):

make handwired/postageboard/r1:default

or

make handwired/postageboard/mini:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.