qmk_firmware/keyboards/handwired/datahand
Ryan 6b38dc17cd
Remove deprecated RGB_ and Mouse keycodes (#25444)
* Remove deprecated `RGB_` and Mouse keycodes

* Update old mouse keycodes, 0-9/A-M

* Update old mouse keycodes, N-Z & layouts

* Missed some stuff
2025-07-11 11:05:41 -06:00
..
keymaps/default Remove deprecated RGB_ and Mouse keycodes (#25444) 2025-07-11 11:05:41 -06:00
config.h Migrate LOCKING_*_ENABLE to Data-Driven: H, Part 2 (#23762) 2024-05-22 10:53:40 +01:00
datahand.h Move single LAYOUTs to data driven (#20365) 2023-04-12 13:42:51 +10:00
keyboard.json Migrate usb.force_nkro to host.default.nkro (#25468) 2025-07-10 10:41:58 +01:00
matrix.c Convert some AVR GPIO operations to macros (#23424) 2024-05-02 10:48:49 +01:00
readme.md [Keyboard] Add DataHand keyboard support (#4847) 2019-01-22 15:17:41 -08:00
rules.mk Data-Driven Keyboard Conversions: H, Part 2 (#23525) 2024-04-15 19:22:31 +01: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.