]> git.friedersdorff.com Git - max/tmk_keyboard.git/history - tmk_core/common
Add my keymap
[max/tmk_keyboard.git] / tmk_core / common /
2021-03-23 Mark SikoraMerge remote-tracking branch 'tmk/master'
2021-02-08 tmkcore: Fix is_tap_key() #673
2021-01-24 tmkcore: Update comments in keycode.h
2020-11-15 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-11-07 tmkcore: Fix TAP_KEY(CapsLock) for MacOS #659
2020-11-07 tmkcore: Clean up code of Locking key support
2020-08-05 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-07-27 tmkvusb: Fix keyboard_protocol and keyboard_idle #547
2020-06-08 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-06-03 tmkMerge remote-tracking branch 'origin/ibmpc_timer0isr_fix'
2020-06-01 tmkcore: Fix matrix_print()
2020-05-30 tmkcore: Add default impl for led_set()
2020-05-22 tmkcore: Make TIMER0 ISR noblock
2020-05-11 tmkcore: Add HID usage for Display Brightness Control
2020-05-04 Mark SikoraMerge remote-tracking branch 'tmk/master'
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-15 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-02-03 tmkcore: Fix unimap translation range
2020-01-12 Mark SikoraMerge remote-tracking branch 'tmk/master'
2019-12-04 tmkcore: Fix bootloader for 128KB flash
2019-11-12 tmkcore: Add short name for keycode KP_00 and KP_000
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-06-23 tmkMerge branch 'adb_extended_mouse'
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 tmkMerge branch 'usb_usb_init_fix'
2019-05-29 tmkcore: Add hook_usb_startup_wait_loop
2019-05-06 tmkcore: Avoid deadlock when uart.c is used in ISR
2019-04-21 tmkcore: Fix uart.c for ATmega32U4
2019-03-05 Mark SikoraMerge remote-tracking branch 'tmk/master'
2018-11-06 rxy0424make some change to complie stm32_f103_onekey with...
2018-10-31 Konstantin ĐorđevićFix header guard in tmk_core/common/command.h (#581)
2018-09-23 tmkMerge branch 'console_ringbuf_fix'
2018-09-23 tmkcore: Add ring buffer file
2018-04-14 Mark SikoraMerge remote-tracking branch 'tmk/master'
2018-01-28 Øystein Bech Gadmarcore: Add utility macros in action_macro.h (#532)
2018-01-28 tmkcore: Add utility type_code() in aciton.h #528
2018-01-26 alex-ongcore: Typo (mantrix -> matrix)
2018-01-24 Alex Ongcore: Saved 60~ bytes (and possible performance) by...
2018-01-23 hasu@tmkMerge pull request #519 from alex-ong/master
2018-01-22 alex-ongcore: Fix for un-defined function when compiling withou...
2018-01-22 alex-ongcore: Fix for unused function when compiling without...
2018-01-13 tmkcore: Fix for warning of unused function standby()
2018-01-13 tmkcore: Fix for warning of unused label. #515
2017-10-21 tmkcore: Fix out-of-bounds access by TICK event #487
2017-09-14 tmkcore: Fix for build option NO_ACTION_LAYER
2017-09-14 tmkcore: Fix for ATtiny85
2017-05-30 tmkcore: Fix for stuck key problem #441
2017-04-23 Mark SikoraMerge remote-tracking branch 'tmk/master'
2017-04-11 tmkcore: Fix typo
2017-04-11 tmkcore: Change MOD_* definition to make OR(|) usable
2017-04-10 tmkcore: Fix for missing key on fc660c
2017-02-02 tmkcore: Add MOD_NONE to mods_bit enum
2017-01-11 tmkcore: Fix LAYER_MODS() and LAYER_TAP()
2017-01-05 tmkcore: Cancel removing IS_ANY() at c98e89f
2017-01-04 tmkcore: Modifiers can be used as tap key Fix #422
2016-12-10 tmkMerge commit '22b6e15a179031afb7c3534cf7b109b0668b602c'
2016-11-29 tmkcore: Swap position of PEQL and PENT in unimap
2016-11-29 tmkMerge pull request #406 from 39aldo39/patch-1
2016-11-14 Aldo Gunsingcore: Fix typo in definition AC_g
2016-10-18 tmkcore: Debug print for system and consumer keys
2016-10-12 tmkcore: Fix sleep_led
2016-10-08 tmkMerge branch 'matrix-fix'
2016-10-08 tmkcore: Change matrix_init and matrix_print
2016-10-05 tmkMerge branch 'matrix-clear'
2016-10-05 tmkcore: Add matrix_clear() and default impl.
2016-10-04 tmkcore: Add suspend mode options
2016-10-04 tmkcore: Fix suspend/wake for converters #386
2016-10-03 tmkcore: LUFA_DEBUG_SUART for serial debug
2016-09-25 tmkcore: Fix mechanical locking supoort #390
2016-09-24 tmkMerge branch 'master' of https://github.com/nemith...
2016-09-09 tmkMerge branch 'next-unimap'
2016-09-09 tmkcore: Add short names in unimap
2016-09-08 tmkcore: Fix unimap UNIMAP_NO case
2016-08-30 tmkcore: Fix unimap layout comment
2016-08-30 tmkMerge branch 'unimap'
2016-08-29 tmkcore: Add unimap support
2016-08-29 tmkcore: Add default implemenation of keymap read
2016-08-29 tmkcore: action codes are action_t struct now
2016-06-21 tmkMerge branch 'usb_usb_multiple_keyboard_share'
2016-06-21 tmkusb_usb: Add multiple keyboard support
2016-06-20 Paul WilliamsonMerge pull request #36 from squarefrog/colemak
2016-06-18 Mark SikoraMerge remote-tracking branch 'tmk/master'
2016-06-04 tmkMerge pull request #355 from papodaca/XT
2016-05-22 tmkMerge commit '20b787fc1284176834cbe7ca2134e4b36bec5828'
2016-04-21 tmkMerge branch 'master' of github.com:tmk/tmk_keyboard
2016-04-21 tmkMerge commit '71381457fa1311dfa0b58ba882a96db740640871'
2016-04-14 Mark SikoraMerge pull request #24 from marknsikora/master
2016-03-28 tmkMerge pull request #321 from njbair/master
2016-03-28 tmkcore: Fix media/consumer keys
2016-03-16 tmkMerge branch 'actionmap'
2016-03-03 tmkcore: Actionmap support
2016-02-17 tmkMerge branch 'chibios' of https://github.com/flabbergas...
next