This website requires JavaScript.
Explore
Help
Sign In
mfulz_github
/
qmk_firmware
mirror of
https://github.com/mfulz/qmk_firmware.git
Watch
1
Star
0
Fork
You've already forked qmk_firmware
1
Code
Issues
Projects
Releases
Wiki
Activity
2f80e790c6
qmk_firmware
/
hhkb
/
keymap.h
8 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
HHKB support.
2010-10-09 18:50:36 +02:00
#
ifndef KEYMAP_H
#
define KEYMAP_H 1
#
include
"usb_keycodes.h"
hhkb: refactored
2010-10-23 18:17:26 +02:00
#
include
"keymap_skel.h"
';' for Fn key: send ';' when key realease without using the layer
2010-10-13 15:13:41 +02:00
HHKB support.
2010-10-09 18:50:36 +02:00
#
endif