qmk-firmwares/keyboards/hhkb/ansi
Ryan e96d829724
Remove legacy keycodes, part 3 (#18669)
* `KC__VOLDOWN` -> `KC_VOLD`

* `KC__VOLUP` -> `KC_VOLU`

* `KC__MUTE` -> `KC_MUTE`

* `KC_POWER` -> `KC_PWR`
2022-10-11 14:21:47 +01:00
..
32u2 Add ATmega32u2 Support to HHKB (#17298) 2022-07-02 22:18:56 +10:00
keymaps Remove legacy keycodes, part 3 (#18669) 2022-10-11 14:21:47 +01:00
ansi.c
ansi.h
config.h Move keyboard USB IDs and strings to data driven: H (#17821) 2022-07-28 14:12:40 +01:00
hhkb_avr.h Add ATmega32u2 Support to HHKB (#17298) 2022-07-02 22:18:56 +10:00
info.json Move keyboard USB IDs and strings to data driven: H (#17821) 2022-07-28 14:12:40 +01:00
matrix.c Remove matrix_key_count() (#16603) 2022-03-10 12:18:07 +00:00
post_rules.mk Remove parent-relative paths from keyboards. (#16282) 2022-02-10 07:02:53 +11:00
readme.md
rules.mk Add ATmega32u2 Support to HHKB (#17298) 2022-07-02 22:18:56 +10:00

HHKB Alternate Controller

An alternative controler for the HHKB designed by hasu.

Keyboard Maintainer: QMK Community
Hardware Supported: HHKB Alternate Controller
Hardware Availability: https://geekhack.org/index.php?topic=12047.0

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

make hhkb/ansi:default

See build environment setup then the make instructions for more information.