qmk_firmware/keyboards/handwired/datahand
2023-07-02 22:40:13 +01:00
..
keymaps/default Get rid of USB_LED_SCROLL_LOCK (#21405) 2023-07-02 19:24:22 +01:00
config.h Move miscellaneous defines to data driven (#21382) 2023-07-02 22:40:13 +01:00
datahand.h Move single LAYOUTs to data driven (#20365) 2023-04-12 13:42:51 +10:00
info.json Move FORCE_NKRO to data driven (#20604) 2023-05-01 13:33:10 +10:00
matrix.c Remove matrix_init_quantum/matrix_scan_quantum (#19806) 2023-02-11 03:47:17 +00:00
readme.md [Keyboard] Add DataHand keyboard support (#4847) 2019-01-22 15:17:41 -08:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11: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.