qmk_firmware/keyboards/hhkb/ansi
Ryan c6f1b594a2
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ`

And one `KC_ALT_ERASE` -> `KC_ERAS`

* `KC_NONUS_BSLASH` -> `KC_NUBS`

* `KC_NUMLOCK` -> `KC_NUM`

* `KC_CLCK` -> `KC_CAPS`

* `KC_SCROLLLOCK` -> `KC_SCRL`

* `KC_LBRACKET` -> `KC_LBRC`

* `KC_RBRACKET` -> `KC_RBRC`

* `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-10 20:06:26 +01:00
..
32u2 Add ATmega32u2 Support to HHKB (#17298) 2022-07-02 22:18:56 +10:00
keymaps Remove legacy keycodes, part 2 (#18660) 2022-10-10 20:06:26 +01:00
ansi.c 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
ansi.h 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
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 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
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.