Commit Graph

  • 64f17a679f Add the start of a new Mass Storage class bootloader. Dean Camera 2013-03-08 15:50:12 +00:00
  • 57071dea22 Minor documentation fixes. Dean Camera 2013-03-07 17:55:59 +00:00
  • 7d4062fa54 Use a temporary variable for the Printer bootloader HEX parser when combining the current and previous data tokens to form a data word, to simplify the code. Dean Camera 2013-03-06 19:48:27 +00:00
  • 359b68d35f Add eeconfig.c - eeprom stored paramerters tmk 2013-03-07 03:30:08 +09:00
  • 5d6b848a15 Merge branch 'ghost_fix' tmk 2013-03-05 21:46:35 +09:00
  • 81d2753ab0 Remove matrix_key_count() from matrix.h tmk 2013-03-05 21:20:39 +09:00
  • 9e9a85c142 Fix ghost block and remove matrix_has_ghost() tmk 2013-03-05 19:18:01 +09:00
  • 38bbe976e0 Merge branch 'overlays' tmk 2013-03-05 15:45:15 +09:00
  • 5808317b69 Fix keymap for new framework tmk 2013-03-05 15:41:21 +09:00
  • 633d9aa53e Fix README.md and doc/keymap.md tmk 2013-03-05 14:57:24 +09:00
  • 2e7fc37ad2 Fix incorrect HEX extended address parsing in the Printer class bootloader. Dean Camera 2013-03-04 17:44:41 +00:00
  • 1aa067e541 Clean action.h and add keymap doc tmk 2013-03-05 02:42:28 +09:00
  • d999ca8f30 Fix incorrect Bootloader documentation. Dean Camera 2013-03-04 16:43:32 +00:00
  • 083c75816f Create keymap.md tmk 2013-03-04 16:37:19 +09:00
  • 0c40ef8897 Add documentation to the Printer class bootloader, add LED flash when the bootloader is active. Dean Camera 2013-03-03 14:34:07 +00:00
  • 041bdf8954 Add bootloader API functions to the Printer class bootloader. Dean Camera 2013-03-03 14:14:45 +00:00
  • 63e80bea08 Add additional comments to the Printer class bootloader, fix incorrect VID/PID values. Dean Camera 2013-03-03 14:10:13 +00:00
  • 8a43da6b37 Add new Printer class USB bootloader. Dean Camera 2013-03-03 13:35:46 +00:00
  • d88c6edea4 Reset version information now that the LUFA-130303 release has been tagged. Dean Camera 2013-03-03 10:57:45 +00:00
  • d8b81e76f6 Commit for the LUFA-130303 release. Dean Camera 2013-03-03 10:33:49 +00:00
  • 71e28def27 Minor documentation updates. Dean Camera 2013-03-03 10:27:35 +00:00
  • 3383487deb Clean up Studio Integration cache generation script. Re-indent integration VSIX XML files. Dean Camera 2013-03-01 21:48:18 +00:00
  • 6019754b7a Use dedicated -mrelax linker option in the Atmel Studio integration toolchain configurations, rather than a freeform linker switch. Dean Camera 2013-03-01 21:44:38 +00:00
  • 39ffce948a Fixed incorrect output in the HIDReportViewer project when no device is connected (thanks to Pavel Kuzmin). Dean Camera 2013-02-28 15:29:05 +00:00
  • 280fc85d1b Use a slightly less insane/redundant toolchain configuration from within Atmel Studio. Dean Camera 2013-02-27 22:10:22 +00:00
  • fa2a8fca69 Fixed potential NULL pointer dereference in the HID Host mode Class Driver (thanks to Pavel Kuzmin). Dean Camera 2013-02-27 19:57:28 +00:00
  • 40f1a4930a Fix SET_DEFAULT_LAYER action and keymap of gh60 tmk 2013-02-27 10:32:46 +09:00
  • 95fd3bf0fe Fix incorrect memory space usage on the Device Descriptor in the device mode project template. Dean Camera 2013-02-26 16:51:46 +00:00
  • a207e848b3 Add tap flags on record_t tmk 2013-02-26 16:27:09 +09:00
  • 1720cf34ca Fix bit shift which is beyond int size(16bit) tmk 2013-02-25 17:00:35 +09:00
  • 6778324de2 Fix keymap MACRO of pc98 adn hhkb tmk 2013-02-25 15:48:34 +09:00
  • 23c32d304b Add MACRO action tmk 2013-02-25 15:30:37 +09:00
  • 000f3c4c54 Merge branch 'pc98_fix' into overlays tmk 2013-02-25 15:29:47 +09:00
  • 308abf598d Fix software serial configure tmk 2013-02-25 08:40:15 +09:00
  • ea1ede83c3 Add serial_uart.c and use it for PC98 tmk 2013-02-25 03:09:10 +09:00
  • 90e6ff92f4 Add parity option in serial_soft.c tmk 2013-02-25 01:02:14 +09:00
  • cfa48f5987 Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer. Dean Camera 2013-02-24 15:46:58 +00:00
  • 2b4658de2c Fix swapped product IDs for the ATMEGA8U2 and AT90USB82 in the DFU class bootloader. Dean Camera 2013-02-24 14:17:46 +00:00
  • 504a9f42ff Inhibit repeating key of PC98 tmk 2013-02-24 20:38:43 +09:00
  • fea6792f16 New keymap of PC98 tmk 2013-02-24 18:10:50 +09:00
  • 79b1f12908 Merge branch 'pc98' of github.com:tmk/tmk_keyboard into overlays tmk 2013-02-23 14:35:45 +09:00
  • 6215727b0b Fix debug code of serial_soft.c tmk 2013-02-23 14:32:34 +09:00
  • 0368936060 Fix README and comments in action.h tmk 2013-02-23 13:42:59 +09:00
  • 84a3d4d2a1 Edit README of PC98 tmk 2013-02-23 01:15:03 +09:00
  • 4ec8fd2823 Fix softwere serial tmk 2013-02-22 19:38:06 +09:00
  • 4a91d18277 Add keymap for PC98 tmk 2013-02-22 19:37:27 +09:00
  • eb776c1b79 Quick Fix: read scan code from PC98 tmk 2013-02-22 15:48:35 +09:00
  • f68c5bf0d3 Add initial files for PC98 tmk 2013-02-22 09:53:46 +09:00
  • 75a92ff653 Fix keymap of gh60 and hhkb tmk 2013-02-21 10:15:08 +09:00
  • 59e073e82b Fix tap key bug: layer stuck tmk 2013-02-20 16:53:55 +09:00
  • c3d57b69e0 Add keymap clear/reset action tmk 2013-02-20 15:52:32 +09:00
  • e0f960a576 Add overlay framework tmk 2013-02-20 11:16:13 +09:00
  • abf0b04d14 Apply new keymap for gh60 tmk 2013-02-20 10:40:07 +09:00
  • 8703edc724 Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED driver. Dean Camera 2013-02-19 21:07:55 +00:00
  • 6c531a10c0 Update author information. Dean Camera 2013-02-17 19:06:08 +00:00
  • 998dc6c17e Merge branch 'layer_switch' tmk 2013-02-16 04:20:01 +09:00
  • 06e4fc66ed Add keymap file of gh60 tmk 2013-02-16 04:16:03 +09:00
  • e324fa2918 Rewrite layer action with layer_switch tmk 2013-02-16 04:05:58 +09:00
  • 0142b571c4 Add keymaps of gh60 tmk 2013-02-16 02:58:19 +09:00
  • d9f2875866 Replace layer_stack with layer_switch tmk 2013-02-15 18:48:36 +09:00
  • f8d289e669 Merge branch 'layer_stack' tmk 2013-02-15 15:34:46 +09:00
  • 2b811352a1 Fix switch_default_layer command tmk 2013-02-15 15:27:19 +09:00
  • 0c1d98bd3c Add poker keymap with layer stacking tmk 2013-02-15 15:24:50 +09:00
  • 768ea72f10 Add layer_stack files taking apart from action.c tmk 2013-02-15 13:47:41 +09:00
  • c74ad260fb Fix Make dependency file names tmk 2013-02-15 13:45:59 +09:00
  • a4aae1c505 Change: 0 means default_layer in current_layer now tmk 2013-02-15 12:17:03 +09:00
  • a43ab35b7b Add poker keymap with layer stacking. tmk 2013-02-14 15:34:33 +09:00
  • 0018e19f07 Add layer stack tmk 2013-02-14 15:22:59 +09:00
  • 4bd36a9775 Reset XMEGA NVM read command to the symbolic NO_OPERATION constant rather than a hard-coded zero. Dean Camera 2013-02-13 19:50:30 +00:00
  • 7a31451a07 Merge branch 'actionfix' tmk 2013-02-13 13:31:01 +09:00
  • c4421f585b Change struct key_t tmk 2013-02-13 12:16:24 +09:00
  • 9bc82bf61c Change action API tmk 2013-02-13 11:47:19 +09:00
  • 7054203e16 Merge branch 'transparent' tmk 2013-02-13 11:22:33 +09:00
  • 2fe406de3a Add 'poker' target to Makefile.pjrc of gh60 tmk 2013-02-13 11:21:33 +09:00
  • 63c03dc137 Change keymap API tmk 2013-02-13 11:20:47 +09:00
  • 48e6d0848c Make Transparent feature available to new keymaps. tmk 2013-02-13 09:23:52 +09:00
  • f02431e9da Fix 'chage default layer' command. tmk 2013-02-12 17:15:24 +09:00
  • 77af88042a Change ACTION_LAYER_SET_LAYER behaviour tmk 2013-02-12 17:12:04 +09:00
  • 0c52ee59f0 Add transparent layer feature in gh60 tmk 2013-02-12 17:08:51 +09:00
  • 8215634175 Now includes LUFA-120730 in repository tmk 2013-02-11 22:57:40 +09:00
  • e9e4c0edc5 Add support for LUFA-120730 tmk 2013-02-11 22:56:30 +09:00
  • b60f9c6ac6 Boot Magic key for gh60 tmk 2013-02-11 13:56:05 +09:00
  • 8c80deb775 Merge branch 'keymap2' tmk 2013-02-11 12:48:49 +09:00
  • 39d0933393 Fix and add some in README tmk 2013-02-11 12:26:37 +09:00
  • eea85c7e24 Fix is_tap_key() tmk 2013-02-11 00:02:11 +09:00
  • 0be309ccc6 Add doc/keycode.txt tmk 2013-02-10 21:37:03 +09:00
  • 4701b08b71 Merge branch 'gh60' tmk 2013-02-10 23:01:20 +09:00
  • 74ecdd15a7 Add description of keymap and layer in README.md tmk 2013-02-10 16:11:58 +09:00
  • b2aa142ee0 Clean layer actions. tmk 2013-02-08 00:50:51 +09:00
  • 300a05d6c6 Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. Dean Camera 2013-02-05 20:57:49 +00:00
  • aad91a30a3 Add macro feature. tmk 2013-02-04 22:53:45 +09:00
  • 9a72c7b8a2 Support for ISO/JIS keys on ADB(Issue#22) tmk 2013-02-03 21:57:46 +09:00
  • 7ce76f2d81 Update extension XML format to match latest XDK schema. Dean Camera 2013-02-02 08:53:39 +00:00
  • 1d7962ba8a Add user defined function to action. tmk 2013-02-01 14:48:11 +09:00
  • d95463f2e0 Add legacy keymap support. tmk 2013-01-31 17:50:53 +09:00
  • e760953910 Fix tapping. tap key just after tap timeout. tmk 2013-01-31 15:07:01 +09:00
  • 7e1093b70f Fix: action LAYER_BIT uses xor now instead of and/or. tmk 2013-01-30 22:47:16 +09:00
  • 10b9237fa6 Fix process_tapping(). tmk 2013-01-30 20:31:32 +09:00
  • 3d2c39d267 Tweak Atmel Studio VSIX extension script output filename to contain the release version. Dean Camera 2013-01-29 21:20:12 +00:00
  • 5b089fbbf3 Whitespace fixes in the LUFA configuration files. Dean Camera 2013-01-29 19:59:52 +00:00