-rw-r--r-- | tmk_core/.gitignore | 13 | |
-rw-r--r-- | tmk_core/.gitmodules | 6 | |
-rw-r--r-- | tmk_core/README.md | 296 | |
-rw-r--r-- | tmk_core/common.mk | 77 | |
-rw-r--r-- | tmk_core/common/action.c | 565 | |
-rw-r--r-- | tmk_core/common/action.h | 82 | |
-rw-r--r-- | tmk_core/common/action_code.h | 315 | |
-rw-r--r-- | tmk_core/common/action_layer.c | 138 | |
-rw-r--r-- | tmk_core/common/action_layer.h | 77 | |
-rw-r--r-- | tmk_core/common/action_macro.c | 83 | |
-rw-r--r-- | tmk_core/common/action_macro.h | 102 | |
-rw-r--r-- | tmk_core/common/action_tapping.c | 376 | |
-rw-r--r-- | tmk_core/common/action_tapping.h | 39 | |
-rw-r--r-- | tmk_core/common/action_util.c | 307 | |
-rw-r--r-- | tmk_core/common/action_util.h | 66 | |
-rw-r--r-- | tmk_core/common/avr/bootloader.c | 148 | |
-rw-r--r-- | tmk_core/common/avr/eeconfig.c | 45 | |
-rw-r--r-- | tmk_core/common/avr/suspend.c | 122 | |
-rw-r--r-- | tmk_core/common/avr/suspend_avr.h | 27 | |
-rw-r--r-- | tmk_core/common/avr/timer.c | 117 | |
-rw-r--r-- | tmk_core/common/avr/timer_avr.h | 42 | |
-rw-r--r-- | tmk_core/common/avr/xprintf.S | 500 | |
-rw-r--r-- | tmk_core/common/avr/xprintf.h | 111 | |
-rw-r--r-- | tmk_core/common/backlight.c | 85 | |
-rw-r--r-- | tmk_core/common/backlight.h | 40 | |
-rw-r--r-- | tmk_core/common/bootloader.h | 25 | |
-rw-r--r-- | tmk_core/common/bootmagic.c | 128 | |
-rw-r--r-- | tmk_core/common/bootmagic.h | 100 | |
-rw-r--r-- | tmk_core/common/command.c | 644 | |
-rw-r--r-- | tmk_core/common/command.h | 35 | |
-rw-r--r-- | tmk_core/common/debug.c | 24 | |
-rw-r--r-- | tmk_core/common/debug.h | 117 | |
-rw-r--r-- | tmk_core/common/eeconfig.h | 75 | |
-rw-r--r-- | tmk_core/common/host.c | 97 | |
-rw-r--r-- | tmk_core/common/host.h | 57 | |
-rw-r--r-- | tmk_core/common/host_driver.h | 33 | |
-rw-r--r-- | tmk_core/common/keyboard.c | 150 | |
-rw-r--r-- | tmk_core/common/keyboard.h | 72 | |
-rw-r--r-- | tmk_core/common/keycode.h | 489 | |
-rw-r--r-- | tmk_core/common/keymap.c | 185 | |
-rw-r--r-- | tmk_core/common/keymap.h | 71 | |
-rw-r--r-- | tmk_core/common/led.h | 33 | |
-rw-r--r-- | tmk_core/common/matrix.h | 68 | |
-rw-r--r-- | tmk_core/common/mbed/bootloader.c | 4 | |
-rw-r--r-- | tmk_core/common/mbed/suspend.c | 6 | |
-rw-r--r-- | tmk_core/common/mbed/timer.c | 41 | |
-rw-r--r-- | tmk_core/common/mbed/xprintf.cpp | 51 | |
-rw-r--r-- | tmk_core/common/mbed/xprintf.h | 17 | |
-rw-r--r-- | tmk_core/common/mousekey.c | 196 | |
-rw-r--r-- | tmk_core/common/mousekey.h | 77 | |
-rw-r--r-- | tmk_core/common/nodebug.h | 25 | |
-rw-r--r-- | tmk_core/common/print.c | 48 | |
-rw-r--r-- | tmk_core/common/print.h | 137 | |
-rw-r--r-- | tmk_core/common/progmem.h | 12 | |
-rw-r--r-- | tmk_core/common/report.h | 183 | |
-rw-r--r-- | tmk_core/common/sendchar.h | 35 | |
-rw-r--r-- | tmk_core/common/sendchar_null.c | 23 | |
-rw-r--r-- | tmk_core/common/sendchar_uart.c | 25 | |
-rw-r--r-- | tmk_core/common/sleep_led.c | 95 | |
-rw-r--r-- | tmk_core/common/sleep_led.h | 21 | |
-rw-r--r-- | tmk_core/common/suspend.h | 13 | |
-rw-r--r-- | tmk_core/common/timer.h | 53 | |
-rw-r--r-- | tmk_core/common/uart.c | 129 | |
-rw-r--r-- | tmk_core/common/uart.h | 11 | |
-rw-r--r-- | tmk_core/common/util.c | 101 | |
-rw-r--r-- | tmk_core/common/util.h | 43 | |
-rw-r--r-- | tmk_core/common/wait.h | 20 | |
-rw-r--r-- | tmk_core/doc/COPYING.GPLv2 | 339 | |
-rw-r--r-- | tmk_core/doc/COPYING.GPLv3 | 674 | |
-rw-r--r-- | tmk_core/doc/FUSE.txt | 40 | |
-rw-r--r-- | tmk_core/doc/POWER.txt | 62 | |
-rw-r--r-- | tmk_core/doc/USB_NKRO.txt | 160 | |
-rw-r--r-- | tmk_core/doc/build.md | 186 | |
-rw-r--r-- | tmk_core/doc/keycode.txt | 261 | |
-rw-r--r-- | tmk_core/doc/keymap.md | 593 | |
-rw-r--r-- | tmk_core/doc/other_projects.md | 62 | |
-rw-r--r-- | tmk_core/ldscript_keymap_avr5.x | 268 | |
-rw-r--r-- | tmk_core/protocol.mk | 50 | |
-rw-r--r-- | tmk_core/protocol/adb.c | 456 | |
-rw-r--r-- | tmk_core/protocol/adb.h | 62 | |
-rw-r--r-- | tmk_core/protocol/bluefruit.mk | 27 | |
-rw-r--r-- | tmk_core/protocol/bluefruit/bluefruit.c | 202 | |
-rw-r--r-- | tmk_core/protocol/bluefruit/bluefruit.h | 28 | |
-rw-r--r-- | tmk_core/protocol/bluefruit/main.c | 116 | |
-rw-r--r-- | tmk_core/protocol/ibm4704.c | 169 | |
-rw-r--r-- | tmk_core/protocol/ibm4704.h | 110 | |
-rw-r--r-- | tmk_core/protocol/iwrap.mk | 26 | |
-rw-r--r-- | tmk_core/protocol/iwrap/iWRAP4.txt | 376 | |
-rw-r--r-- | tmk_core/protocol/iwrap/iWRAP5.txt | 356 | |
-rw-r--r-- | tmk_core/protocol/iwrap/iwrap.c | 469 | |
-rw-r--r-- | tmk_core/protocol/iwrap/iwrap.h | 49 | |
-rw-r--r-- | tmk_core/protocol/iwrap/main.c | 376 | |
-rw-r--r-- | tmk_core/protocol/iwrap/mux_exit.rb | 7 | |
-rw-r--r-- | tmk_core/protocol/iwrap/suart.S | 156 | |
-rw-r--r-- | tmk_core/protocol/iwrap/suart.h | 8 | |
-rw-r--r-- | tmk_core/protocol/iwrap/wd.h | 159 | |
-rw-r--r-- | tmk_core/protocol/lufa.mk | 50 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/HID_EEPROM_Loader/HID_EEPROM_Loader.c | 61 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/HID_EEPROM_Loader/makefile | 40 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_atprogram.mk | 101 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_avrdude.mk | 84 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_build.mk | 296 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_core.mk | 152 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_cppcheck.mk | 104 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_dfu.mk | 93 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_doxygen.mk | 81 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_hid.mk | 88 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Build/lufa_sources.mk | 116 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/CodeTemplates/DriverStubs/Buttons.h | 90 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/CodeTemplates/DriverStubs/Dataflash.h | 220 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/CodeTemplates/DriverStubs/Joystick.h | 102 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/CodeTemplates/DriverStubs/LEDs.h | 130 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/CodeTemplates/LUFAConfig.h | 167 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/CodeTemplates/makefile_template | 36 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Common/ArchitectureSpecific.h | 177 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Common/Architectures.h | 84 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Common/Attributes.h | 150 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Common/BoardTypes.h | 231 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Common/Common.h | 381 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Common/CompilerSpecific.h | 97 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Common/Endianness.h | 489 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/Doxygen.conf | 1809 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/BuildSystem.txt | 846 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/BuildingLinkableLibraries.txt | 23 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/ChangeLog.txt | 1444 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/CompileTimeTokens.txt | 223 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/CompilingApps.txt | 50 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/ConfiguringApps.txt | 104 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DevelopingWithLUFA.txt | 23 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DeviceSupport.txt | 432 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DirectorySummaries.txt | 80 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/Donating.txt | 24 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/ExportingLibrary.txt | 106 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/FutureChanges.txt | 49 | |
-rw-r--r-- | tmk_core/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/GettingStarted.txt | 25 | |
-rw-r--r-- |