1
0
Commit Graph

1001 Commits

Author SHA1 Message Date
tmk
ed8cf12d25 Add ISO keymap(issue #35) and use new keymap API 2014-05-21 02:43:19 +09:00
Kai Ryu
ac570686b6 New branch for 6KRO feature 2014-05-13 14:57:13 +09:00
Kai Ryu
5ccabc844c Fix compatibility with NKRO 2014-05-13 14:10:56 +09:00
Kai Ryu
4f1caf1a90 Clean code of 6KRO 2014-05-13 13:55:03 +09:00
Kai Ryu
ee9913a863 Implement 6KRO feature 2014-05-12 18:47:50 +09:00
Kai Ryu
d2a57d82d5 New branch for 6KRO feature 2014-05-12 17:26:31 +09:00
Kai Ryu
8748b6080f Fix some definition and declaration 2014-05-07 11:39:07 +09:00
Kai Ryu
f2fd5127e1 Merge remote-tracking branch 'upstream/master' 2014-05-07 11:16:59 +09:00
Kai Ryu
505f933944 New branch for RedScarfII 2014-05-05 22:24:40 +09:00
tmk
abe5edcaa7 Fix set LED for NKRO keyboard interface 2014-04-29 19:46:37 +09:00
tmk
b03717a10c Unused endpoint of console OUT is commentout'd 2014-04-29 19:45:01 +09:00
tmk
7209c1d387 Add Makefiles for TMK converters. 2014-04-29 19:43:25 +09:00
tmk
110eea578b Fix remotewakeup of PJRC stack(Fix #121)
- without this fix wakeup often fails
- keyboard can wakeup once or twice but fails after that
2014-04-28 16:41:35 +09:00
tmk
37cf260764 Check if LUFA-git really exists(Fix #118) 2014-04-28 08:55:07 +09:00
tmk
22854eb71b NKRO is disable when SET_PROTOCOL(boot)
- Command can force to enable NKRO even when boot mode
- After boot keyboard may be in boot mode due to BIOS' request
2014-04-27 05:36:41 +09:00
tmk
5e3f2d2b2e Make NKRO deafult when it is available
- NKRO is used only when keyboard_protocol = 1(report)
2014-04-27 04:16:49 +09:00
tmk
62117e7ea7 Change MCU setting to ATmega32U2 2014-04-25 15:26:11 +09:00
tmk
2db27ecedd Fix description of pin usage 2014-04-25 15:16:12 +09:00
tmk
fc3a20c534 Add LUFA git repository(release 140302) 2014-04-25 13:39:35 +09:00
tmk
ad4cba172b Move macro definitions from lufa.c to lufa.h 2014-04-25 12:19:14 +09:00
tmk
00e9a342df Fix 'Shift Parentheses' example 2014-04-25 11:47:02 +09:00
Kai Ryu
f6bfbd0f48 Merge branch 'breathing_led' 2014-04-25 00:09:08 +09:00
tmk
3c5add5f80 Change LUFA build options 2014-04-24 11:26:06 +09:00
tmk
a5d4a1f3e1 Return when ready check loop is timeouted(Fix #115) 2014-04-22 01:37:32 +09:00
tmk
c6902681e7 Change PollingIntervalMS to 10ms(Fix #114) 2014-04-21 12:18:12 +09:00
Kai Ryu
c97edcdb30 Add a custom keymap for ghpad rev.RS 2014-04-18 15:10:49 +09:00
Kai Ryu
f82a77cc15 Simplifiy breathing led feature and code 2014-04-18 14:33:57 +09:00
Kai Ryu
e26869d70a Change software pwm method to fix blink issue 2014-04-18 12:12:59 +09:00
Kai Ryu
3c8412b1e5 Bug fix and optimization of breathing led 2014-04-16 12:12:15 +09:00
Kai Ryu
91b149f785 New branch for breathing led feature 2014-04-15 16:28:48 +09:00
Kai Ryu
f56f9030f6 Add macro for compiling with led matrix disabled 2014-04-11 17:29:57 +09:00
Kai Ryu
9a6b1cc49d Merge branch 'master' into led_matrix 2014-04-11 17:04:41 +09:00
Kai Ryu
19ef3f825a Add macro defination for led matrix 2014-04-11 16:54:16 +09:00
Kai Ryu
c19d349622 Remove unnecessary changes 2014-04-11 12:25:15 +09:00
Kai Ryu
7cdfbab020 Change logic of resetting keymap in eeprom 2014-04-11 12:12:03 +09:00
Kai Ryu
0f31162554 A sample implementation of keymap-in-eeprom 2014-04-10 16:04:50 +09:00
Kai Ryu
d8b992585e Support for odd-byte keymap 2014-04-10 15:55:11 +09:00
Shayne Holmes
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.
2014-04-09 15:54:16 -07:00
Kai Ryu
54028c2b65 Fix backlight issue for gh60 revB 2014-04-09 17:21:09 +09:00
Kai Ryu
ab3349724e Disable PS/2 mouse feature by default 2014-04-09 17:20:31 +09:00
tmk
894a387d1f Merge pull request #110 from xauser/master
Enhanced Backlight Support
2014-04-09 10:02:53 +09:00
Ralf Schmitt
589d99b448 New macro: ACTION_BACKLIGHT_LEVEL(level)
To have full control of the backlight level.
2014-04-08 21:02:46 +02:00
Kai Ryu
8a3b663762 Add PS2 mouse support for gh60 2014-04-08 18:05:39 +09:00
Kai Ryu
d004baf727 Add backlight level support for gh60 revB 2014-04-08 18:02:20 +09:00
Kai Ryu
8b75dd43ba Extend reset eeconfig of bootmagic to reset keymap too 2014-04-08 17:59:31 +09:00
Kai Ryu
ef8d032029 Add bootmagic and magic command support for ghpad 2014-04-08 17:56:21 +09:00
Kai Ryu
5bc8b5dcb6 Add support for full-led revision of ghpad 2014-04-04 12:22:22 +09:00
Kai Ryu
55f603394d New branch for keymap-in-eeprom feature 2014-04-03 13:46:03 +09:00
tmk
5c63751790 Merge pull request #106 from CJNE/patch-1
Show correct function name for default layer set
2014-03-28 09:22:42 +09:00
Johan Isacsson
13fbab9d8b Show correct function name for default layer set 2014-03-27 23:59:25 +01:00