]> git.donarmstrong.com Git - qmk_firmware.git/history - tmk_core/common
Helix-serial.c configuration improvement (#4370)
[qmk_firmware.git] / tmk_core / common /
2018-11-06 Drashna Jaelrecommand.h include was not set correctly
2018-11-06 Drashna JaelreFix Terminal feature on ChibiOS
2018-11-02 patrickmtUSB Suspend for arm_atsam protocol
2018-11-02 Danny NguyenMove disable JTAG code from `keyboard_init` to `keyboar...
2018-10-29 patrickmtFix undefined reference to `console_printf` for CTRL...
2018-10-21 a-cholKeyboard: bminiex : Working backlight (#4171)
2018-10-19 Takuya Urakawastm32f1xx EEPROM emulation (#3914)
2018-10-10 patrickmtMassdrop keyboards console device support for hid_listen
2018-10-04 Drashna JaelreAdd mousekey_send to (un)register_code
2018-10-02 Drashna JaelreAdd tap_code function (#3784)
2018-10-02 Drashna JaelreAdd Function level EECONFIG code for EEPROM (#3084)
2018-10-01 Drashna JaelreAdd user level to default_layer_state_set
2018-09-29 patrickmtCTRL keyboard bootloader_jump support
2018-09-29 patrickmtMassdrop keyboard updates for SEND_STRING, syscalls...
2018-09-17 Joe WassonMake `PREVENT_STUCK_MODIFIERS` the default (#3107)
2018-09-13 Wilba6582Zeal60/Zeal65/M60-A implementation (#3879)
2018-09-13 Takeshi ISHIIrgblight.[ch] more configurable (#3582)
2018-09-11 Drashna JaelreFix RG Sleep issues for Teensy Controllers
2018-09-05 patrickmtCTRL and ALT updates
2018-09-03 Jack Humbertfix mousekey call
2018-09-03 Steven LiuEnable mouse keys in register_code and unregister_code
2018-08-31 ishtobFix emulated EEPROM start address on STM32F303 (#3819)
2018-08-29 yiancarSTM32 EEPROM Emulation (#3741)
2018-08-29 patrickmtMassdrop keyboard support (#3780)
2018-08-16 fauxparkTidy up keycode.h (#3666)
2018-07-21 Jack Humbertadd col type defines
2018-07-15 Max AudronIntegrating Peter Fleury's HD44780 LCD library (#3209)
2018-07-03 Erez ZukermanMerge pull request #3229 from qmk/hf/shinydox
2018-06-29 Evgeniy PetukhovDiagonal micro move fix
2018-06-29 Drashna JaelreMake sure that both RGBLIGHT_ENABLE is defined, for...
2018-06-28 Drashna JaelreDisable JTAG in keyboard init
2018-06-28 Fred SundvikMake sure the timer wraps around correctly independent...
2018-06-12 Jack HumbertMerge branch 'master' of github.com:qmk/qmk_firmware...
2018-06-03 Drashna JaelreAdd Suspend functions (#3112)
2018-05-29 Drashna JaelreAdd and fix _noeeprom functions to many of the RGB...
2018-05-26 Leo WzukwFix dead link to USB keycodes doc (#3050)
2018-05-21 Drashna JaelreFix compile issues for atmega328p
2018-05-15 Erez ZukermanMerge branch 'master' into hf/shinydox
2018-05-14 Gergely NagyAllow one-shot modifiers to be chained
2018-05-08 Jack Humbertenable eeprom for rgb matrix
2018-03-28 U-LANDSRAAD\drashnaFix RGB Sleep code
2018-03-22 skullydazedGenerate API docs from source code comments (#2491)
2018-03-20 Drashna Jaelre[Proposal?] Allow RGB Underglow to turn off when host...
2018-03-16 fauxparkAdd CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T...
2018-03-16 Joe WassonFix swap-hands tapping.
2018-03-16 Joe WassonRename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency
2018-02-10 Fred SundvikFix reset for STM32 devices
2018-02-08 fredizzimoMerge ChibiOS and LUFA descriptor support (#2362)
2018-01-21 Fred SundvikRevert back to normal sleeping wait behaviour for STM32
2018-01-18 Kenneth AloysiusBacklighting for JJ40 and underglow initialisation...
2018-01-01 Balz Guenatbacklight breathing overhaul (#2187)
2017-12-19 fauxparkUnsign key argument in add_key_to_report
2017-12-15 Colin T.A. Graymake 'layer_state_set' visible to user code
2017-12-15 Colin T.A. Grayfixes 'layer_state_cmp' when layer is '1' (aka layer...
2017-12-08 Colin T.A. Grayhelper to compare current layer_state to user layer
2017-11-28 Jack HumbertUpdates bootloader settings, adds file size check ...
2017-11-22 Colin T.A. GrayI found a typo!
2017-11-21 SeebsAllow multiple process_record() calls per scan
2017-11-06 Takayuki Matsubaraadd pgm_read_dword for Infinity ErgoDox
2017-11-06 Jack Humbertadds per-layer rgb color option to ez
2017-10-31 Erez ZukermanMerge pull request #1915 from dondelelcaro/ergodox_ez_l...
2017-10-31 tsankuangleeRETRO_TAPPING (#1922)
2017-10-10 Joe Martin#1792 added in waits from tmk for locking switches
2017-10-06 SnipeyeGeneric Pointing Device (#1767)
2017-09-30 Fred SundvikDon't process keycodes on the slave
2017-09-29 skullydazedClueboard 60% support (#1746)
2017-09-16 Jack Humbertupdate to driver separation
2017-08-30 Jack HumbertMerge pull request #1574 from danamlund/master
2017-08-20 Jack HumbertMerge pull request #1608 from hot-leaf-juice/master
2017-08-20 Joe WassonFix compilation error when NO_ACTION_LAYER is defined.
2017-08-19 Jack HumbertMerge pull request #1601 from dlaroe/master
2017-08-19 Callum OakleyMerge branch 'master' of https://github.com/qmk/qmk_fir...
2017-08-16 Balz Guenatsome major steps toward making the usb-usb converter...
2017-08-15 Martin SandifordRemove floating point calculation in mouse move. Saves...
2017-08-15 Jack HumbertMerge pull request #1571 from BalzGuenat/grave-esc-fix
2017-08-14 Jack HumbertMerge pull request #1576 from That-Canadian/minidox
2017-08-13 That-CanadianAdded "EECONFIG_HANDEDNESS" to the eeconfig.h , because...
2017-08-07 Jack HumbertMerge pull request #1554 from qmk/docs
2017-08-03 That-CanadianMerge branch 'master' into eco-keyboard
2017-07-31 Fabian TopfstedtMerge https://github.com/qmk/qmk_firmware
2017-07-27 Joe WassonAdd support for GeminiPR steno protocol.
2017-07-20 Fabian TopfstedtMerge https://github.com/qmk/qmk_firmware
2017-07-10 Jack HumbertMerge commit '8858438a770c1c982f33b296447ca77176c751f7'
2017-07-09 Fred SundvikAdd wait support for tests
2017-07-09 Fred SundvikAdd basic timing support, and SFT_T tests
2017-07-08 Jack HumbertMerge commit '5a3397d17ec917c7be5d5109e01a3a84a355cb1b'
2017-07-07 Jack HumbertMerge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61'
2017-07-07 Jack HumbertMerge commit '60b30c036397cb5627fa374bb930794b225daa29...
2017-07-04 Luiz RibeiroMerge branch 'master' into ps2avrGB
2017-06-22 StickMerge remote-tracking branch 'upstream/master'
2017-06-22 Erez ZukermanMerge pull request #1331 from ariasuni/master
2017-06-20 Jack HumbertMerge pull request #1405 from cquiroz/oneshot-mods...
2017-06-19 Jack HumbertMerge pull request #1410 from belak/tv44-core
2017-06-19 Jack HumbertMerge pull request #1409 from fredizzimo/full_unit_test
2017-06-18 Fred SundvikAdd todo to timer.c
2017-06-18 Fred SundvikFix problems with undefined inlines in debug mode
2017-06-18 Fred SundvikMove functions for adding keys from to reports to report.h
2017-06-18 Fred SundvikMove functionality from action_util to report
2017-06-18 Fred SundvikEmpty bootloader_jump
2017-06-18 Fred SundvikEmulate eeprom
next