]> git.friedersdorff.com Git - max/tmk_keyboard.git/history - tmk_core
ibmpc_usb: Fix scan code set change detection
[max/tmk_keyboard.git] / tmk_core /
2020-05-12 tmkibmpc: Fix ibmpc_host_isr_clear()
2020-05-12 tmkibmpc: Add debug code for isr_state
2020-05-12 tmkibmpc: Fix buffer full check
2020-05-12 tmkibmpc: Fix Timeout error
2020-05-11 tmkcore: Add HID usage for Display Brightness Control
2020-05-11 tmkibmpc: Update ERR_FF, ERR_FULL handling
2020-05-11 tmkibmpc: Add ibmpc_isr_debug to see isr_state
2020-05-11 tmkibmpc: Add handling for erroneous start bit XT(IBM)
2020-05-08 tmkMerge branch 'interrupt_control_endpoint_fix'
2020-05-08 tmklufa: Fix comment on INTERRUPT_CONTROL_ENDPOINT
2020-05-08 tmkcore: ibmpc: Check response of set indicator command
2020-05-08 tmkcore: ibmpc: Add comments on stop bit of Z-150 AT
2020-05-06 tmkcore: Add 'dude' makefile target for avrdude
2020-04-14 tmkFix TIMER_DIFF #646
2020-04-01 Purdea Andreitmk_core/common/timer.h: Improve code generation for...
2020-04-01 Purdea Andreitmk_core/common/timer.h: Fixing TIMER_DIFF macro to...
2020-03-20 tmklufa: Add comment on INTERRUPT_CONTROL_ENDPOINT
2020-03-20 tmklufa: Disable SOF interrupt
2020-03-02 tmkMerge branch 'ibmpc_update'
2020-03-02 tmkibmpc: Fix debug print
2020-03-02 tmkibmpc: Protocol detection between AT and XT
2020-03-01 tmkibmpc: Check buffer full and error code FF
2020-03-01 tmkibmpc: Fix comments
2020-03-01 tmkibmpc: Add timeout check
2020-02-29 tmkibmpc: Refactor code
2020-02-29 tmkibmpc: Fix debug print and wait time
2020-02-29 tmkibmpc: Add two-byte buffer for data received
2020-02-29 tmkibmpc: Fix stop bit check code in ISR
2020-02-29 tmkibmpc_usb: Fix hard reset code
2020-02-29 tmkibmpc: Change ISR code
2020-02-29 tmkibmpc: Add ibmpc_host_clear_isr
2020-02-29 tmkibmpc: Add intruppt disable and enable function
2020-02-29 tmkibmpc: Fix START case in ISR
2020-02-29 tmkibmpc: Read data line earlier in ISR as possible
2020-02-09 tmklufa: Rename LUFA_DEBUG to TMK_LUFA_DEBUG
2020-02-09 tmklufa: Update makefile for new LUFA
2020-02-09 tmklufa: Use the latest LUFA library on github
2020-02-09 tmklufa: Remove old LUFA directory
2020-02-09 tmklufa: Fix console_putc
2020-02-03 tmkcore: Fix unimap translation range
2019-12-04 tmkcore: Fix bootloader for 128KB flash
2019-12-04 tmkcore: Fix ldscript for AT90USB to support unimap
2019-12-04 tmkcore: Add ldscript for AT90USB to support unimap
2019-12-04 tmkcore: Add IBM PC Keyboard protocol support
2019-11-12 tmkcore: Add short name for keycode KP_00 and KP_000
2019-09-18 tmkusb_usb: Clean print for debug
2019-09-18 tmkcore: Add NO_PRINT and NO_DEBUG build option
2019-09-18 tmkcore: Remove unneeded code in bootloader_jump
2019-09-17 tmkcore: Add AC_BTLD to actionmap and unimap
2019-09-17 tmkcore: Read bootloader size from AVR fuse bits
2019-09-16 tmkcore: Fix comment and remove unused code
2019-09-16 tmkcore: Add bootkey of Caterina bootloader
2019-07-12 tmkcore: Fix ibm4704_send() wait for clock to start
2019-06-23 tmkMerge branch 'adb_extended_mouse'
2019-06-23 tmkadb_usb: Fix mouse_init
2019-06-23 tmkcore:adb_usb: Add Extended Mouse Protocol support #274
2019-05-29 tmkcore: Add hook_process_action()
2019-05-29 tmklufa: Print TMK version to console
2019-05-29 tmkusb_usb: Handle Rollover error
2019-05-29 tmkMerge branch 'usb_usb_init_fix'
2019-05-29 tmkcore: Add hook_usb_startup_wait_loop
2019-05-10 tmklufa: Startup and suspend loop can be disabled
2019-05-10 tmklufa:usb_usb: matrix_scan() is no longer needed
2019-05-10 tmkusb_hid: Change to USB_Host_Shield_2.0 of tmk repo
2019-05-10 tmklufa: Fix for freeze at re/boot time problem
2019-05-06 tmklufa: Fix Change debug print message
2019-05-06 tmkcore: Avoid deadlock when uart.c is used in ISR
2019-05-06 tmklufa: Fix for UART debug print
2019-05-06 tmklufa: This prevents resume when debug
2019-05-06 tmklufa: Add debug print support with UART
2019-04-21 tmkcore: Fix uart.c for ATmega32U4
2019-03-17 You Xiaojie / 尤晓杰Correct typo for linux "showkey" command (#603)
2019-03-12 You Xiaojie / 尤晓杰 Correct two errors of keycode.txt (#594)
2019-01-25 tmkcore: System control key descriptor fix #435
2018-11-06 rxy0424make some change to complie stm32_f103_onekey with...
2018-10-31 tmkusb_usb: usb_hid: Change for USB_Host_Shield_2.0
2018-10-31 tmkusb_hid: Add USB_Host_Shield_2.0 submodule
2018-10-31 tmkusb_hid: Remove USB_Host_Shield_2.0
2018-10-31 tmklufa: usb-usb: Use LUFA startup instead of cusotom
2018-10-31 Konstantin ĐorđevićFix header guard in tmk_core/common/command.h (#581)
2018-10-15 tmkcore: Update console startup for hid_listen
2018-09-23 tmkMerge branch 'console_ringbuf_fix'
2018-09-23 tmkxt_usb: Change ring buffer and control Data line
2018-09-23 tmkcore: lufa: Fix wait for console startup
2018-09-23 tmkcore: lufa: Fix timeout of send_keyboard
2018-09-23 tmkcore: lufa: Fix console output and init sequence
2018-09-23 tmkcore: Add ring buffer file
2018-08-01 tmkusb_usb: Add Cheery 0101010101010101 bug fix
2018-07-05 tmkrule.mk: Add dfu-programmer version check again
2018-05-26 tmkMerge branch 'quick-start-readme' of https://github...
2018-05-17 tmktmk_core: Now expects dfu-programmer 0.7 or later
2018-04-17 tmkMerge branch 'xt_rev2'
2018-03-14 tmkxt_usb: Replace function with macro
2018-03-14 tmkxt_usb: Remove xt_io.h
2018-03-14 tmkxt_usb: Fix warning on switch-case
2018-03-14 tmkxt_usb: Replace functions with macros
2018-03-14 tmkxt_usb: Comment out clock check for PCINT
2018-03-14 tmkxt_usb: Read data earlier as possible in ISR
2018-03-14 tmkxt_usb: read data on falling edge soft/hard reset
2018-03-01 tmkcore: lufa: Add delay for console startup
next