qmk_firmware/common
Shayne Holmes e5bafff725 Adding NKRO virtual dip-switch, using existing bit in keymap byte.
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.
2014-04-09 15:54:16 -07:00
..
action.c New macro: ACTION_BACKLIGHT_LEVEL(level) 2014-04-08 21:02:46 +02:00
action.h Fix to build ps2_mouse with both LUFA and PJRC 2013-11-20 11:32:09 +09:00
action_code.h New macro: ACTION_BACKLIGHT_LEVEL(level) 2014-04-08 21:02:46 +02:00
action_layer.c
action_layer.h
action_macro.c Make modifiers 'weak' in macro 2014-01-28 10:55:51 +09:00
action_macro.h
action_tapping.c
action_tapping.h
action_util.c Add timeout option to MODS_ONESHOT #66 2013-10-07 23:28:17 +09:00
action_util.h Wait for USB starting up to make debug print available 2013-11-19 03:20:25 +09:00
backlight.c New macro: ACTION_BACKLIGHT_LEVEL(level) 2014-04-08 21:02:46 +02:00
backlight.h New macro: ACTION_BACKLIGHT_LEVEL(level) 2014-04-08 21:02:46 +02:00
bootloader.c
bootloader.h
bootmagic.c Adding NKRO virtual dip-switch, using existing bit in keymap byte. 2014-04-09 15:54:16 -07:00
bootmagic.h Adding NKRO virtual dip-switch, using existing bit in keymap byte. 2014-04-09 15:54:16 -07:00
command.c Adding NKRO virtual dip-switch, using existing bit in keymap byte. 2014-04-09 15:54:16 -07:00
command.h
debug.h
debug_config.h
eeconfig.c
eeconfig.h Adding NKRO virtual dip-switch, using existing bit in keymap byte. 2014-04-09 15:54:16 -07:00
host.c Fix to build ps2_mouse with both LUFA and PJRC 2013-11-20 11:32:09 +09:00
host.h Fix to build ps2_mouse with both LUFA and PJRC 2013-11-20 11:32:09 +09:00
host_driver.h
keyboard.c Fix to build ps2_mouse with both LUFA and PJRC 2013-11-20 11:32:09 +09:00
keyboard.h
keycode.h
keymap.c
keymap.h Adding NKRO virtual dip-switch, using existing bit in keymap byte. 2014-04-09 15:54:16 -07:00
led.h
matrix.h
mousekey.c Fix to build ps2_mouse with both LUFA and PJRC 2013-11-20 11:32:09 +09:00
mousekey.h
nodebug.h
print.c
print.h
report.h Add description of keyboard report in report.h 2013-12-16 21:56:44 +09:00
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.c
sleep_led.h
suspend.c
suspend.h
timer.c
timer.h
uart.c
uart.h
util.c
util.h
xprintf.h
xprintf.S