tmk_keyboard/common
nathan f0007f73cc Removed non-necessary keyboards. Refactored methods to pass the full key event (instead of just keycode). Made keyboard easier to use with US intl layout to type german characters) 2018-08-24 22:45:52 +02:00
..
avr Compensate timer during prower down 2015-01-15 17:08:48 +09:00
mbed infinity: Add initial files for keyboard support 2015-01-04 17:21:43 +09:00
action.c Removed non-necessary keyboards. Refactored methods to pass the full key event (instead of just keycode). Made keyboard easier to use with US intl layout to type german characters) 2018-08-24 22:45:52 +02:00
action.h Removed non-necessary keyboards. Refactored methods to pass the full key event (instead of just keycode). Made keyboard easier to use with US intl layout to type german characters) 2018-08-24 22:45:52 +02:00
action_code.h Add action 'Momentary switching with Modifiers' 2014-09-29 10:29:33 +09:00
action_layer.c Removed non-necessary keyboards. Refactored methods to pass the full key event (instead of just keycode). Made keyboard easier to use with US intl layout to type german characters) 2018-08-24 22:45:52 +02:00
action_layer.h Removed non-necessary keyboards. Refactored methods to pass the full key event (instead of just keycode). Made keyboard easier to use with US intl layout to type german characters) 2018-08-24 22:45:52 +02:00
action_macro.c Port action_* to mbed 2014-07-30 14:07:43 +09:00
action_macro.h Port action_* to mbed 2014-07-30 14:07:43 +09:00
action_tapping.c Removed non-necessary keyboards. Refactored methods to pass the full key event (instead of just keycode). Made keyboard easier to use with US intl layout to type german characters) 2018-08-24 22:45:52 +02:00
action_tapping.h Refine ACT_LAYER and ACT_LAYER_TAP 2013-04-02 16:09:43 +09:00
action_util.c Port action_* to mbed 2014-07-30 14:07:43 +09:00
action_util.h Port action_* to mbed 2014-07-30 14:07:43 +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.h Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00
bootmagic.c Port action_* to mbed 2014-07-30 14:07:43 +09:00
bootmagic.h Adding NKRO virtual dip-switch, using existing bit in keymap byte. 2014-04-09 15:54:16 -07:00
command.c Merge pull request #151 from bswinnerton/typo-fix 2015-01-19 11:58:04 +09:00
command.h Ad hoc fix of command API 2014-07-30 14:38:25 +09:00
debug.c Add initializer of debug_config for GCC < 4.6.0(#144) 2014-11-14 22:53:25 +09:00
debug.h Fix debug.h 2014-11-24 14:33:50 +09:00
eeconfig.h Adding NKRO virtual dip-switch, using existing bit in keymap byte. 2014-04-09 15:54:16 -07:00
host.c Port action_* to mbed 2014-07-30 14:07:43 +09:00
host.h Adhoc fix compile error of usb_usb 2014-09-22 10:42:20 +09:00
host_driver.h Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00
keyboard.c Merge branch 'rn42' into merge_rn42 2014-11-24 13:50:33 +09:00
keyboard.h Matrix power saving 2014-11-23 13:08:05 +09:00
keycode.h Remove unwanted white space 2014-12-26 13:27:06 +09:00
keymap.c Removed non-necessary keyboards. Refactored methods to pass the full key event (instead of just keycode). Made keyboard easier to use with US intl layout to type german characters) 2018-08-24 22:45:52 +02:00
keymap.h Removed non-necessary keyboards. Refactored methods to pass the full key event (instead of just keycode). Made keyboard easier to use with US intl layout to type german characters) 2018-08-24 22:45:52 +02:00
led.h Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00
matrix.h infinity: Add initial files for keyboard support 2015-01-04 17:21:43 +09:00
mousekey.c Fix common files for mbed 2014-07-30 14:07:43 +09:00
mousekey.h Fix common files for mbed 2014-07-30 14:07:43 +09:00
nodebug.h Fix debug.h and remove debug_config.h 2014-07-30 14:07:43 +09:00
print.c Ad hoc fix of print and debug for mbed 2015-01-04 17:21:42 +09:00
print.h usb_usb: Update for new core layout 2014-12-05 09:59:08 +09:00
progmem.h Port ps2_usb to mbed 2014-07-30 14:07:43 +09:00
report.h Add keycode for Fast Forward & Rewind 2014-12-26 11:02:25 +08:00
sendchar.h test build of 'Host shield' in minimal env. 2012-08-28 21:56:15 +09:00
sendchar_null.c Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00
sendchar_uart.c Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00
sleep_led.c Change sleep led step table to get smooth 2013-03-16 23:45:11 +09:00
sleep_led.h Add common/suspend.c 2013-03-25 01:46:32 +09:00
suspend.h Compensate timer during prower down 2015-01-15 17:08:48 +09:00
timer.h Fix timer.h to include AVR specific header 2014-07-30 14:38:25 +09:00
uart.c Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00
uart.h Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00
util.c Add xprintf(xitoa) from elm-chan.org 2013-05-14 16:16:57 +09:00
util.h Add xprintf(xitoa) from elm-chan.org 2013-05-14 16:16:57 +09:00
wait.h Port action_* to mbed 2014-07-30 14:07:43 +09:00