qmk-dactyl-manuform-a/keyboards/hhkb
noroadsleft 7f4f0f7685 Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)
* Remove QUANTUM_DIR code blocks from keyboard rules

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect entire keyboards.

* remove QUANTUM_DIR code blocks from rules for default keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect default keymaps.

* remove QUANTUM_DIR code blocks from rules for user keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect "user" keymaps. (It's actually any keymap
that isn't named `default`.)

* remove QUANTUM_DIR code blocks from rules for community layouts

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for community layouts.

* remove QUANTUM_DIR code blocks from rules for userspaces

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for userspaces.
2019-01-04 07:25:48 -08:00
..
keymaps Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754) 2019-01-04 07:25:48 -08:00
rn42 rn42 compilation error fix (#4050) 2018-10-03 15:02:24 -07:00
config.h add hhkb bluetooth functionality (rn42) (#2693) 2018-07-09 18:12:59 -07:00
hhkb.c Backlight abstraction and other changes (#439) 2016-06-23 22:18:20 -04:00
hhkb.h Changed KEYMAP to LAYOUT for HHKB (#2857) 2018-04-30 08:19:12 -07:00
hhkb_avr.h Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432) 2016-06-21 22:39:54 -04:00
info.json Changed KEYMAP to LAYOUT for HHKB (#2857) 2018-04-30 08:19:12 -07:00
matrix.c Moves features to their own files (process_*), adds tap dance feature (#460) 2016-06-29 17:49:41 -04:00
readme.md Make arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10:00
rules.mk add hhkb bluetooth functionality (rn42) (#2693) 2018-07-09 18:12:59 -07:00

readme.md

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:default

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