qmk_firmware/keyboards/handwired/datahand
2022-10-17 13:45:23 +01:00
..
keymaps/default Remove legacy sendstring keycodes (#18749) 2022-10-17 13:45:23 +01:00
config.h Move keyboard USB IDs and strings to data driven: handwired (#17822) 2022-07-30 17:31:44 +10:00
datahand.h [Keyboard] Add DataHand keyboard support (#4847) 2019-01-22 15:17:41 -08:00
info.json Move keyboard USB IDs and strings to data driven: handwired (#17822) 2022-07-30 17:31:44 +10:00
matrix.c [Bug] Fix compile issues for boards with custom matrix (#14323) 2021-09-05 23:35:42 +01:00
readme.md [Keyboard] Add DataHand keyboard support (#4847) 2019-01-22 15:17:41 -08:00
rules.mk Fix up build options comments (#15463) 2021-12-12 18:05:37 -08:00

DataHand

A keyboard designed to prevent RSI. See Wikipedia and this website for more info.

To use this firmware, you have to replace the stock microcontroller with a Teensy++ 2.0. This is relatively easy and also reversible. See the notes at the bottom of datahand.h for more info.

Keyboard Maintainer: Nikolaus Wittenstein
Hardware Supported: DataHand Personal or Pro II
Hardware Availability: No longer in production

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

make handwired/datahand:default

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