forked from tmk/tmk_keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
* upstream/master: (93 commits) Add ISO keymap(issue tmk#35) and use new keymap API Fix set LED for NKRO keyboard interface Unused endpoint of console OUT is commentout'd Add Makefiles for TMK converters. Fix remotewakeup of PJRC stack(Fix tmk#121) Check if LUFA-git really exists(Fix tmk#118) NKRO is disable when SET_PROTOCOL(boot) Make NKRO deafult when it is available Change MCU setting to ATmega32U2 Fix description of pin usage Add LUFA git repository(release 140302) Move macro definitions from lufa.c to lufa.h Fix 'Shift Parentheses' example Change LUFA build options Return when ready check loop is timeouted(Fix tmk#115) Change PollingIntervalMS to 10ms(Fix tmk#114) New macro: ACTION_BACKLIGHT_LEVEL(level) Show correct function name for default layer set Added Lightsaber FN-layer Lightsaber clean ups ...
- Loading branch information
Showing
157 changed files
with
8,447 additions
and
2,367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "protocol/usb_hid/USB_Host_Shield_2.0"] | ||
path = protocol/usb_hid/USB_Host_Shield_2.0 | ||
url = git@github.com:tmk/USB_Host_Shield_2.0.git | ||
[submodule "protocol/lufa/LUFA-git"] | ||
path = protocol/lufa/LUFA-git | ||
url = https://github.com/abcminiuser/lufa.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.