~ruther/qmk_firmware

Add new keymap framework
Merge pull request #80 from gblargg/master

Fixed handling of ADB event with key down and key up for same key all in...
Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard into simonmelhart-modstaptoggle

Conflicts:
	common/action_code.h
Merge pull request #81 from bgould/master

Add support for Adafruit's Bluefruit
Merge branch 'ps2_keyboard_fix'
Add new keymap file
Fix key stack and PS/2 Overrun
Add included header file and fix debug print
Fix pin configuration of onekey for PS/2 mouse
Add ps2_interrupt.c
Add ps2_usart.c and fix set_led at USB wake
f7db1449 — Benjamin Gould 11 years ago
changed tabs to spaces in bluefruit.c
05792e2b — Benjamin Gould 11 years ago
Added bluefruit protocol and converter for 70% M
263c4626 — Shay Green 11 years ago
Fixed handling of ADB event with key down and key up for same key all in one
Fix ps2_host_recv_response
Add ps2_busywait.c and recfactor PS/2 protocol
Add printf macro as alias of xprintf
Fix Makfile and config.h for LUFA in ps2_usb
Add HHKB keymap file on gh60
Support GH60 Rev.B PCB as well as Rev.A(issue #64)

- Port of col8 is PB0 in Rev.A while PB7 in Rev.B
Next