Age | Commit message (Collapse) | Author |
|
|
|
|
|
pulling from tmk
|
|
Fixing typo in console mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KC_MEDIA_FAST_FORWARD
KC_MEDIA_REWIND
|
|
|
|
|
|
|
|
|
|
Conflicts:
.gitignore
common.mk
common/debug_config.h
common/print.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
USB 6KRO with pseudo- or half- NKRO feature
|
|
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
|
|
|
|
- Command can force to enable NKRO even when boot mode
- After boot keyboard may be in boot mode due to BIOS' request
|
|
- NKRO is used only when keyboard_protocol = 1(report)
|
|
This takes the last, reserved bit there, but doesn't necessitate
a revision to the magic number because it doesn't alter byte order.
Add reference to NKRO virtual dip-switch to documentation.
|
|
To have full control of the backlight level.
|
|
|
|
|
|
into simonmelhart-modstaptoggle
Conflicts:
common/action_code.h
|
|
|
|
Including documentation.
|
|
- change API of ps2_mouse; ps2_mouse_task()
- remove mouse_report from host.c
|
|
|
|
|
|
|