]> git.donarmstrong.com Git - qmk_firmware.git/history - quantum
[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)
[qmk_firmware.git] / quantum /
2019-03-15 Len Triggrgblight split transfer non-eeprom config (#5396)
2019-03-12 Takuya UrakawaAdd new keyboard Plaid and ATMEGA328p support (#5379)
2019-03-12 James ChurchillNext set of split_common changes (#4974)
2019-03-11 DDRnJnAdd 3 new songs and add new note type (#5351)
2019-03-11 Wilba6582Fixed tap/down/up handling in dynamic keymap macros
2019-03-05 Drashna JaelreUpdate personal userspace and keymaps + improve custom...
2019-03-05 Marco Monacoincrease size of note counter variable to avoid overflow
2019-03-04 James ChurchillClean up debounce a bit (#5255)
2019-02-28 avatakAdded two songs to song_list.h (FF Prelude and To Boldl...
2019-02-26 fauxparkAsk for your name when generating a new keyboard (...
2019-02-24 Konstantin ĐorđevićFix indentation in quantum_keycodes.h (#5221)
2019-02-24 Tobias SchulteFix Tx Bolt ghosting second character on key press...
2019-02-22 Takeshi ISHIIfix rgblight_effect_breathing interval time (#5213)
2019-02-21 Chris LewisVelocikey: Match RGB animation speed to typing speed...
2019-02-18 Takeshi ISHIIFix `quantum/split_common/matrix.c: select_col()/select...
2019-02-18 Drashna JaelreStop all notes on startup, if there is no song and...
2019-02-18 Drashna JaelreFix Audio Clicky by adding missing punctuation (#5171)
2019-02-18 zvecrRemove CUSTOM_MATRIX option from diode direction (...
2019-02-18 Rys SommefeldtAdd UK variant of the SEND_STRING() LUTs
2019-02-18 Konstantin ĐorđevićChange Command keycode defaults to match corresponding...
2019-02-18 Konstantin ĐorđevićMove RGBLIGHT_LIMIT_VAL definition from rgblight.c...
2019-02-17 ishtobHaptic feedback generalized - DRV2605 and solenoids...
2019-02-15 EroviaAdd support for using ranges for RGB (#4981)
2019-02-15 Drashna JaelreImprove RGB Light code (#4326)
2019-02-15 Konstantin ĐorđevićRemove problematic unicode_map stub definition in proce...
2019-02-15 Drashna JaelreDebounce refactor / API (#3720)
2019-02-15 Drashna JaelreFix ARM Audio issues and its EEPROM persistence (#4936)
2019-02-10 skullYfix the led_matrix.h naming conflict
2019-02-10 skullYPut back an accidentally stripped copyright
2019-02-10 skullYcleanup
2019-02-10 skullYfix compiling for backlight without led matrix
2019-02-10 skullYcleanup
2019-02-10 skullYMove the 1 second delay to led_matrix_init
2019-02-10 skullYled_matrix works now
2019-02-10 skullYcompiles, but long delay on startup and problems
2019-02-10 skullYrevert accidental rgb_matrix.h changes
2019-02-10 skullYThe beginning of a simple led matrix driver for is31fl3731
2019-02-06 Drashna JaelreFix Bootmgic Mod Handling for LM keycodes (#4740)
2019-02-05 AnthonyImprovements to Space Cadet Shift (#3856)
2019-02-04 FlugschweinFix QWERTZ <> QWERTY issue in sendstring_german.h
2019-01-29 Rockman18Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)
2019-01-29 Andrew KannanPractice60 RGB and PWM Backlight (#4929)
2019-01-28 mteiPrevent wasteful writing to eeprom.
2019-01-27 James ChurchillFix `1<col` instead of `1<<col` typo in matrix_is_on()
2019-01-27 Konstantin ĐorđevićFix Command feature: use get_mods() instead of keyboard...
2019-01-26 Drashna JaelreAdds a default value for IS_COMMAND for COMMAND feature...
2019-01-26 alex-ongFix compile error in debounce_eager_pk
2019-01-26 alex-ongMerge branch 'debounce_refactor' of https://github...
2019-01-26 alex-ongMalloc array in debounce_eager_pk, since split keyboard...
2019-01-26 Alex OngFixed compilation error with debounce_sym_g
2019-01-26 Alex OngBug fix - was using MATRIX_ROWS instead of num_rows
2019-01-26 Alex OngRemoved #include "matrix.h" from debounce.h
2019-01-26 alex-ongMoved debouncing_time variable to inside #if debounce
2019-01-26 alex-ongRestored debounce.h since there wasnt any real change.
2019-01-26 alex-ongWorking eager_pk
2019-01-26 alex-ongDO NOT USE Revert back to original API to support split...
2019-01-26 alex-ongDO NOT USE - debounce successfully compiled.
2019-01-26 Alex OngDO NOT USE Merge branch 'master' into debounce_refactor
2019-01-26 Alex OngMerge branch 'master' of https://github.com/qmk/qmk_fir...
2019-01-26 Drashna JaelreCircular animation (#4796)
2019-01-25 mteimove `#include "rgb.h"` from quantum.h to quantum.c
2019-01-25 fauxparkAdd C(), A() and G() to match already existing S()...
2019-01-25 Drashna JaelreFix process_combo which assign -1 to uint16_t (#3697)
2019-01-25 MakotoKurauchiFix problem that MAGIC_SWAP_ALT_GUI will not be effecti...
2019-01-24 MechMerlinOptimize/Update the new_project script (#4920)
2019-01-21 MechMerlinUpdate Templates (stop living in the past, its 2019...
2019-01-18 Mislav ČakarićAllows Terminal to use ModTap/LayerTap keys (#4586)
2019-01-17 James ChurchillSimplify split_common Code significantly (#4772)
2019-01-13 Jeremy BernhardtChanged rest note (#4837)
2019-01-10 Jack HumbertAdds Proton C Conversion (#4661)
2019-01-09 fauxparkTidy up Mod-Tap shortcuts (#4806)
2019-01-08 Konstantin ĐorđevićAdd missing parentheses to some important macros (...
2019-01-07 Konstantin ĐorđevićImprove consistency in UNICODEMAP code and docs, update...
2019-01-04 Alex OngMerge branch 'master' into debounce_refactor
2019-01-04 Alex OngMerge branch 'master' of https://github.com/qmk/qmk_fir...
2019-01-04 James ChurchillAdd explicit eeprom include in split_common
2019-01-04 James ChurchillConvert split_common to use generic GPIO api
2019-01-03 Konstantin ĐorđevićRemove redundant, language-specific aliases for KC_ALGR...
2018-12-31 David DaiChange rgblight_get_mode & rgb_matrix_get_mode's return...
2018-12-30 Giuseppe RotaRegister the interrupting keycode in the tap dance...
2018-12-29 Giuseppe RotaFix leader processing
2018-12-28 Drashna JaelreFix Split Common Split_util.c typo
2018-12-28 DannyUpdate split keyboard docs (#4735)
2018-12-24 Takeshi ISHIIReplace serial.c of quantum/split_common/ (#4669)
2018-12-21 Drashna JaelreFix up process_leader to be a bit more optimized (...
2018-12-19 Drashna JaelreOverhaul Unicode Common functionality (#4325)
2018-12-19 Danny NguyenMake `readPin` output a 0 or 1 when using AVR to match...
2018-12-15 Alexander KagnoPer Key Leader Timing Option (#4026)
2018-12-15 Takeshi ISHIIRefactor quantum/split_common/i2c.c, quantum/split_comm...
2018-12-14 Takeshi ISHIIMake quantum/split_common/serial.[ch] configurable...
2018-12-14 Drashna JaelreFix up tap_code functionality (#4609)
2018-12-14 Fredric SilberbergAdded noeeprom versions of set hue, sat, val, and step
2018-12-12 Konstantin ĐorđevićAdd standard definitions for ALGR and KC_ALGR (#4389)
2018-12-05 Ismael Venegas Cas... Keymap: Hacker Dvorak (#4514)
2018-12-04 Drashna JaelreMake ARM Audio max volume configurable (#4540)
2018-12-03 Drashna JaelreFix up RGB Matrix code (#4503)
2018-11-30 WilbaAdded macros to Dynamic Keymaps, Zeal60 RGB backlight...
2018-11-28 Giuseppe RotaAdd Extrakey support for Brightness up/down (#4477)
2018-11-28 Paul MassendariAdded Rick Roll to song lists (#4510)
2018-11-28 Drashna JaelreTurn off Mousekeys for several ps2avrGB keyboards ...
next