Keyboard firmwares for Atmel AVR and Cortex-M
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
tmk 524c7d133c Merge commit '657d9f23fe47fb88cf221adb23095082f191ba6a' vor 8 Jahren
..
avr Move AVR specific sleep_led.c into avr. vor 8 Jahren
chibios ChibiOS: prettify/document sleep_led code. vor 8 Jahren
mbed Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
action.c enable TAPPING_TOGGLE=1 to work correctly vor 8 Jahren
action.h Revert "Make action_for_key a weak symbol" vor 9 Jahren
action_code.h add ACTION_DEFAULT_LAYER_TOGGLE to toggle a default layer on/off vor 8 Jahren
action_layer.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
action_layer.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
action_macro.c core: Fix variable initialize vor 8 Jahren
action_macro.h Add support for storing, restoring and clearing modifiers in macros vor 8 Jahren
action_tapping.c Merge commit '657d9f23fe47fb88cf221adb23095082f191ba6a' vor 8 Jahren
action_tapping.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
action_util.c core: Fix for disabling NKRO in Boot protocol vor 8 Jahren
action_util.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
backlight.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
backlight.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
bootloader.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
bootmagic.c Move declaration of keymap_config. vor 8 Jahren
bootmagic.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
command.c Workaround for compiler warnings when console disabled. vor 8 Jahren
command.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
debug.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
debug.h Merge commit '657d9f23fe47fb88cf221adb23095082f191ba6a' vor 8 Jahren
eeconfig.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
host.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
host.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
host_driver.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
keyboard.c Add keyboard_setup() and matrix_setup() vor 9 Jahren
keyboard.h Add keyboard_setup() and matrix_setup() vor 9 Jahren
keycode.h usb_usb: Fix for keymap editor vor 8 Jahren
keymap.c Merge branch 'master' into chibios vor 8 Jahren
keymap.h Move declaration of keymap_config. vor 8 Jahren
led.h usb_usb: Support locking key indicator LED vor 8 Jahren
matrix.h Add keyboard_setup() and matrix_setup() vor 9 Jahren
mousekey.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
mousekey.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
nodebug.h Workaround for compiler warnings when console disabled. vor 8 Jahren
print.c Add ChibiOS support (USB stack + support files). vor 8 Jahren
print.h Merge commit '657d9f23fe47fb88cf221adb23095082f191ba6a' vor 8 Jahren
progmem.h Modularity and gcc warnings fixes. vor 8 Jahren
report.h NKRO fixes. vor 8 Jahren
sendchar.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
sendchar_null.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
sendchar_uart.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
sleep_led.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
suspend.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
timer.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
uart.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
uart.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
util.c Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
util.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' vor 9 Jahren
wait.h Add ChibiOS support (USB stack + support files). vor 8 Jahren