Commit Graph

  • 7768935889 Fix LED driver for the Arduino Leonardo board. Dean Camera 2014-04-30 20:36:42 +10:00
  • abe5edcaa7 Fix set LED for NKRO keyboard interface tmk 2014-04-29 19:46:37 +09:00
  • b03717a10c Unused endpoint of console OUT is commentout'd tmk 2014-04-29 19:45:01 +09:00
  • 7209c1d387 Add Makefiles for TMK converters. tmk 2014-04-29 19:42:24 +09:00
  • 110eea578b Fix remotewakeup of PJRC stack(Fix #121) tmk 2014-04-28 15:21:42 +09:00
  • 37cf260764 Check if LUFA-git really exists(Fix #118) tmk 2014-04-28 08:55:07 +09:00
  • 22854eb71b NKRO is disable when SET_PROTOCOL(boot) tmk 2014-04-27 05:07:27 +09:00
  • b1a827aaa6 Updated FAQ (markdown) tmk 2014-04-26 12:53:55 -07:00
  • 5e3f2d2b2e Make NKRO deafult when it is available tmk 2014-04-25 15:32:21 +09:00
  • 62d5ca9b81 Updated Projects (markdown) tmk 2014-04-25 21:13:36 -07:00
  • 2dbd047aa5 Updated Home (markdown) tmk 2014-04-25 20:38:27 -07:00
  • 9893fac5c5 Created Projects (markdown) tmk 2014-04-25 20:37:46 -07:00
  • 62117e7ea7 Change MCU setting to ATmega32U2 tmk 2014-04-25 15:25:21 +09:00
  • 2db27ecedd Fix description of pin usage tmk 2014-04-25 15:16:12 +09:00
  • fc3a20c534 Add LUFA git repository(release 140302) tmk 2014-04-25 12:52:47 +09:00
  • ad4cba172b Move macro definitions from lufa.c to lufa.h tmk 2014-04-25 12:19:14 +09:00
  • 00e9a342df Fix 'Shift Parentheses' example tmk 2014-04-24 11:27:33 +09:00
  • 3c5add5f80 Change LUFA build options tmk 2014-04-24 11:26:06 +09:00
  • 22d1aeb409 Updated FAQ (markdown) tmk 2014-04-21 18:11:45 -07:00
  • 6fc76b224b Updated FAQ (markdown) tmk 2014-04-21 18:10:48 -07:00
  • a5d4a1f3e1 Return when ready check loop is timeouted(Fix #115) tmk 2014-04-21 22:17:42 +09:00
  • 7ad97a3d5d Merge branch 'master' of github.com:abcminiuser/lufa Dean Camera 2014-04-21 22:38:39 +10:00
  • 57ef7a79b4 Upgrade to latest Doxygen. Dean Camera 2014-04-21 22:38:20 +10:00
  • c6902681e7 Change PollingIntervalMS to 10ms(Fix #114) tmk 2014-04-21 12:18:12 +09:00
  • 7963233140 Updated FAQ (markdown) tmk 2014-04-14 16:16:06 -07:00
  • 0f34b9fd44 Updated FAQ (markdown) tmk 2014-04-14 15:31:02 -07:00
  • d3388d3468 Updated FAQ (markdown) tmk 2014-04-11 19:32:25 -07:00
  • cecb912e53 Updated Compatible Microcontrollers (markdown) tmk 2014-04-10 19:14:41 -07:00
  • 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. Shayne Holmes 2014-04-09 15:54:16 -07:00
  • 894a387d1f Merge pull request #110 from xauser/master tmk 2014-04-09 10:02:53 +09:00
  • 589d99b448 New macro: ACTION_BACKLIGHT_LEVEL(level) Ralf Schmitt 2014-04-08 21:02:46 +02:00
  • 45f0971da5 Merge pull request #23 from mondalaci/add-further-scancodes Dean Camera 2014-04-07 13:44:53 +02:00
  • c0e32775f3 Fix typos and add new macros for HID keyboard scancodes. László Monda 2014-04-06 19:27:40 +02:00
  • a532f2ad1b Update to latest Atmel Studio integration binary, improve Getting Started page in the manual. Dean Camera 2014-03-31 22:29:42 +11:00
  • 5c63751790 Merge pull request #106 from CJNE/patch-1 tmk 2014-03-28 09:22:42 +09:00
  • 13fbab9d8b Show correct function name for default layer set Johan Isacsson 2014-03-27 23:59:25 +01:00
  • 2f0837bd6e Updated FAQ (markdown) tmk 2014-03-25 08:01:56 -07:00
  • 0e03275c40 Updated FAQ (markdown) tmk 2014-03-25 08:01:30 -07:00
  • ae74a81356 Updated FAQ (markdown) tmk 2014-03-25 08:00:41 -07:00
  • 43669fb270 Updated FAQ (markdown) tmk 2014-03-24 17:01:43 -07:00
  • 1722e04e73 Merge pull request #102 from xauser/master tmk 2014-03-24 10:45:46 +09:00
  • 1482fe92a0 Added Lightsaber FN-layer Ralf Schmitt 2014-03-22 13:13:37 +01:00
  • 498ea75d1b Lightsaber clean ups Ralf Schmitt 2014-03-22 12:41:45 +01:00
  • 526d988a0c Added basic led+backlight support Ralf Schmitt 2014-03-19 23:58:08 +01:00
  • 160678a7b8 Updated Lightsaber read me Ralf Schmitt 2014-03-19 00:21:45 +01:00
  • 5ca3bde10a Support for Lightsaber keyboard Ralf Schmitt 2014-03-18 20:06:24 +01:00
  • 01a218f36b Updated FAQ (markdown) tmk 2014-03-16 13:39:50 -07:00
  • d8f36aa7a8 More fixes for incorrect return types/values. Dean Camera 2014-03-09 15:38:27 +11:00
  • 5383d37925 Updated FAQ (markdown) tmk 2014-03-06 17:07:50 -08:00
  • 10932b8f90 Updated FAQ (markdown) tmk 2014-03-06 17:07:06 -08:00
  • a25df9432b Updated FAQ (markdown) tmk 2014-03-06 17:04:09 -08:00
  • 261284f5e1 Fix incorrect error codes returned on pip config failure in the host class drivers. Dean Camera 2014-03-05 21:41:45 +11:00
  • bf6d2b5ebd Updated FAQ (markdown) tmk 2014-03-03 17:20:54 -08:00
  • 700a77a0f3 Updated FAQ (markdown) tmk 2014-03-03 17:17:50 -08:00
  • 4464a288a1 Updated FAQ (markdown) tmk 2014-03-03 17:16:27 -08:00
  • f893628865 Updated FAQ (markdown) tmk 2014-03-03 15:17:00 -08:00
  • ab4f24a16a Updated FAQ (markdown) tmk 2014-03-03 15:08:02 -08:00
  • fb94b97e48 Updated FAQ (markdown) tmk 2014-03-02 22:16:28 -08:00
  • e7069410ff Updated FAQ (markdown) tmk 2014-03-01 12:53:20 -08:00
  • cd7cba54fe Updated FAQ (markdown) tmk 2014-03-01 12:34:51 -08:00
  • ef9902f5ed Updated FAQ (markdown) tmk 2014-03-01 12:13:29 -08:00
  • 51e37dc5cd Updated FAQ (markdown) tmk 2014-03-01 12:12:59 -08:00
  • 00ddff45c1 Revert version and update documentation after the 140302 release. Dean Camera 2014-03-01 21:30:40 +11:00
  • b6c18b2a7c Update version for the 140302 release. LUFA-140302 Dean Camera 2014-03-01 21:27:08 +11:00
  • a80d0c9965 Add Atmel Studio 6.2 compatibility. Dean Camera 2014-03-01 21:09:00 +11:00
  • 81055457fa Updated FAQ (markdown) tmk 2014-02-28 18:09:22 -08:00
  • 5e2f882230 Updated FAQ (markdown) tmk 2014-02-28 18:07:46 -08:00
  • 50fc1a5a5b Updated FAQ (markdown) tmk 2014-02-28 17:44:30 -08:00
  • 7a8e9cc136 Created FAQ (markdown) tmk 2014-02-28 17:42:00 -08:00
  • 1a0be5e750 Updated Home (markdown) tmk 2014-02-28 17:23:32 -08:00
  • fa32989f2e Minor typo corrections. Dean Camera 2014-02-22 17:11:21 +11:00
  • 7474e14d06 Fix markdown syntax tmk 2014-02-17 16:57:02 +09:00
  • a03a197fe2 Merge branch 'ibm4704' tmk 2014-02-17 16:43:19 +09:00
  • 48d27378f4 Fix README.md and ibm4704.txt tmk 2014-02-17 16:42:43 +09:00
  • 01f02e8457 Change IS_COMMAND macro tmk 2014-02-17 16:41:40 +09:00
  • aaef4fa84c Merge branch 'master' of github.com:abcminiuser/lufa Dean Camera 2014-02-16 17:21:54 +11:00
  • 9dc7e68d76 Fix incorrect whitespace. Dean Camera 2014-02-16 17:21:37 +11:00
  • 2141155e9e Update to latest Atmel Studio integration binary. Dean Camera 2014-02-16 17:21:14 +11:00
  • 188ab49dd3 Merge branch 'ibm4704' tmk 2014-02-13 09:45:54 +09:00
  • 428b236461 Add converter/ibm4704_usb tmk 2014-02-13 09:45:02 +09:00
  • 294aa396da Rename a file tmk 2014-02-13 09:33:34 +09:00
  • 776ccd3e67 Change keymap_plain.c tmk 2014-02-11 01:40:55 +09:00
  • 4ab0ebb199 Change pin configuration tmk 2014-02-11 00:37:19 +09:00
  • 47d812bfd6 Add connector pinouts tmk 2014-02-10 23:49:57 +09:00
  • 902afcc509 Add doc 4704.txt and protocol comment tmk 2014-02-10 11:05:18 +09:00
  • 0f827cf94c Add keymap_hasu.c tmk 2014-02-10 10:01:42 +09:00
  • 89c7b9b097 Add README.md tmk 2014-02-10 07:02:48 +09:00
  • 54a06c2520 Change error no and clean debug code tmk 2014-02-10 06:43:43 +09:00
  • c4efadf68a Tweak keyboard initialize tmk 2014-02-09 08:25:23 +09:00
  • ebe951a445 Add Initial files of 4704_usb tmk 2014-02-09 02:42:17 +09:00
  • c49d4af449 Merge pull request #21 from mondalaci/fix-ringbuffer-example Dean Camera 2014-02-01 14:30:29 -08:00
  • 987cd32f65 Fix ring buffer example. László Monda 2014-02-01 20:48:33 +01:00
  • cb3a547ebf Make modifiers 'weak' in macro tmk 2014-01-28 10:55:51 +09:00
  • b095177e20 Fix incorrect descriptor length when using USB_STRING_DESCRIPTOR macros. Dean Camera 2014-01-27 22:28:53 +11:00
  • 767690aa59 Adding link to the Compatible Microcontrollers list. Thomas Russell Murphy 2014-01-25 18:11:37 -08:00
  • 1f419424c4 Updated to confirm ATmega32U2 on a custom board. Thomas Russell Murphy 2014-01-25 18:10:11 -08:00
  • c5282637ed Fix documentation: jump address for bootloader should be words, not bytes. Dean Camera 2014-01-13 10:06:27 +11:00
  • 0d84b65f0b Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Studio extension. Dean Camera 2014-01-08 21:47:59 +11:00
  • 5789767889 Fix USB_STRING_DESCRIPTOR() macro reported length to account for the null-terminator. Dean Camera 2014-01-08 10:51:48 +11:00
  • 32c5c43bf0 Minor documentation improvements. Dean Camera 2014-01-08 10:42:06 +11:00