.. |
action_code.h
|
New macro: ACTION_BACKLIGHT_LEVEL(level)
|
2014-04-08 21:02:46 +02:00 |
action_layer.c
|
Implement led mapping feature
|
2014-07-20 12:52:56 +09:00 |
action_layer.h
|
Implement led mapping feature
|
2014-07-20 12:52:56 +09:00 |
action_macro.c
|
Make modifiers 'weak' in macro
|
2014-01-28 10:55:51 +09:00 |
action_macro.h
|
Add support for macro media/system keys
|
2013-07-23 07:53:18 +09:00 |
action_tapping.c
|
Fix Tapping: release key immediately but modifier #65
|
2013-10-03 12:40:33 +09:00 |
action_tapping.h
|
Refine ACT_LAYER and ACT_LAYER_TAP
|
2013-04-02 16:09:43 +09:00 |
action_util.c
|
New branch for 6KRO feature
|
2014-05-13 14:57:13 +09:00 |
action_util.h
|
Wait for USB starting up to make debug print available
|
2013-11-19 03:20:25 +09:00 |
action.c
|
A typing led feature
|
2014-08-22 19:18:12 +09:00 |
action.h
|
A typing led feature
|
2014-08-22 19:18:12 +09:00 |
backlight.c
|
Change backlight_level to backlight_xor
|
2014-08-03 11:36:41 +09:00 |
backlight.h
|
Change backlight_level to backlight_xor
|
2014-08-03 11:36:41 +09:00 |
bootloader.c
|
Fix bootloader jump use word address
|
2013-09-18 16:10:53 +09:00 |
bootloader.h
|
Moved files to common, protocol and doc directory
|
2012-06-07 02:47:33 +09:00 |
bootmagic.c
|
Merge branch 'ledmap'
|
2014-08-03 11:33:02 +09:00 |
bootmagic.h
|
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
|
2014-04-09 15:54:16 -07:00 |
breathing_led.c
|
Add macro to make breathing led to use timer1 if timer3 is in other use
|
2014-07-17 14:16:35 +09:00 |
breathing_led.h
|
Simplifiy breathing led feature and code
|
2014-04-18 14:33:57 +09:00 |
command.c
|
Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit
|
2014-07-07 12:01:01 +09:00 |
command.h
|
Add COMMAND_ENABLE build option
|
2013-03-19 16:05:53 +09:00 |
debug_config.h
|
Add xprintf(xitoa) from elm-chan.org
|
2013-05-14 16:16:57 +09:00 |
debug.h
|
Add xprintf(xitoa) from elm-chan.org
|
2013-05-14 16:16:57 +09:00 |
eeconfig.c
|
Remove trash of keymap_ex
|
2014-05-26 13:15:49 +09:00 |
eeconfig.h
|
Simplifiy breathing led feature and code
|
2014-04-18 14:33:57 +09:00 |
host_driver.h
|
Moved files to common, protocol and doc directory
|
2012-06-07 02:47:33 +09:00 |
host.c
|
Make NKRO deafult when it is available
|
2014-04-27 04:16:49 +09:00 |
host.h
|
Make NKRO deafult when it is available
|
2014-04-27 04:16:49 +09:00 |
keyboard.c
|
Add init callback function to softpwm_led
|
2014-08-03 12:00:18 +09:00 |
keyboard.h
|
Fix Tapping: release key immediately but modifier #65
|
2013-10-03 12:40:33 +09:00 |
keycode.h
|
Add mechanical locking switch support for NumLock and ScrollLock
|
2013-07-23 10:56:03 +09:00 |
keymap_in_eeprom.c
|
Improve flexibility
|
2014-05-26 12:48:10 +09:00 |
keymap_in_eeprom.h
|
More flexibility on matrix size
|
2014-05-26 17:31:01 +09:00 |
keymap.c
|
Fix to bootmagic key configurable
|
2013-09-21 21:21:34 +09:00 |
keymap.h
|
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
|
2014-04-09 15:54:16 -07:00 |
led_matrix.c
|
Some more implementation of led matrix
|
2014-01-14 16:12:21 +09:00 |
led_matrix.h
|
Some more implementation of led matrix
|
2014-01-14 16:12:21 +09:00 |
led.h
|
Improve softpwm to control LED respectively
|
2014-08-02 10:15:57 +09:00 |
ledmap_in_eeprom.c
|
Move backlight to a separated bit to realize complex ledmap combinations
|
2014-07-25 14:24:57 +09:00 |
ledmap_in_eeprom.h
|
Change ledmap code definition
|
2014-08-03 11:27:54 +09:00 |
ledmap.c
|
Add init callback function to softpwm_led
|
2014-08-03 12:00:18 +09:00 |
ledmap.h
|
Change ledmap code definition
|
2014-08-03 11:27:54 +09:00 |
matrix.h
|
Fix debouncing and add legacy keymap support
|
2013-03-12 16:05:50 +09:00 |
mousekey.c
|
Fix to build ps2_mouse with both LUFA and PJRC
|
2013-11-20 11:32:09 +09:00 |
mousekey.h
|
Use software serial for Sun.
|
2012-10-19 15:07:23 +09:00 |
nodebug.h
|
Add xprintf(xitoa) from elm-chan.org
|
2013-05-14 16:16:57 +09:00 |
print.c
|
Add xprintf(xitoa) from elm-chan.org
|
2013-05-14 16:16:57 +09:00 |
print.h
|
Add xprintf(xitoa) from elm-chan.org
|
2013-05-14 16:16:57 +09:00 |
report.h
|
Add description of keyboard report in report.h
|
2013-12-16 21:56:44 +09:00 |
sendchar_null.c
|
Moved files to common, protocol and doc directory
|
2012-06-07 02:47:33 +09:00 |
sendchar_uart.c
|
Moved files to common, protocol and doc directory
|
2012-06-07 02:47:33 +09:00 |
sendchar.h
|
test build of 'Host shield' in minimal env.
|
2012-08-28 21:56:15 +09:00 |
sleep_led.c
|
Change sleep led step table to get smooth
|
2013-03-16 23:45:11 +09:00 |
sleep_led.h
|
Add common/suspend.c
|
2013-03-25 01:46:32 +09:00 |
softpwm_led.c
|
A typing led feature
|
2014-08-22 19:18:12 +09:00 |
softpwm_led.h
|
A typing led feature
|
2014-08-22 19:18:12 +09:00 |
suspend.c
|
Fix USB initilaize on LUFA
|
2013-09-21 22:47:03 +09:00 |
suspend.h
|
Add common/suspend.c
|
2013-03-25 01:46:32 +09:00 |
timer.c
|
Initial version of new code for layer switch is added.
|
2012-10-17 15:55:37 +09:00 |
timer.h
|
usb_hid: workaround for compile on Windows.
|
2012-09-04 13:29:21 +09:00 |
uart.c
|
Moved files to common, protocol and doc directory
|
2012-06-07 02:47:33 +09:00 |
uart.h
|
Moved files to common, protocol and doc directory
|
2012-06-07 02:47:33 +09:00 |
util.c
|
Add xprintf(xitoa) from elm-chan.org
|
2013-05-14 16:16:57 +09:00 |
util.h
|
Add xprintf(xitoa) from elm-chan.org
|
2013-05-14 16:16:57 +09:00 |
xprintf.h
|
Fix deprecated 'prog_*' typedef - Issue #34
|
2013-05-21 10:16:55 +09:00 |
xprintf.S
|
Fix deprecated 'prog_*' typedef - Issue #34
|
2013-05-21 10:16:55 +09:00 |