]> git.donarmstrong.com Git - qmk_firmware.git/history - quantum
[Keyboard] Fix Print Screen key for XT to USB converter (#7039)
[qmk_firmware.git] / quantum /
2019-10-24 Drashna JaelreFix Tap Dance name for consistency and to match docs...
2019-10-22 just-another-jxliuFix held key getting stuck when NKRO is toggled (#6570)
2019-10-19 Amber HollyRemove build option firmware size impacts (#6947)
2019-10-17 Joel ChallisSPLIT - Remove NO_USB_STARTUP_CHECK requirement for...
2019-10-17 Joel ChallisMove tmk_core/common/backlight to quantum/backlight...
2019-10-15 fauxparkFix bug in `do_code16()` (#6935)
2019-10-15 theVDudeFix small hiccup in snake animation (#6858)
2019-10-15 DeckweissAdded uart config for using rn42 with at90usb1286 ...
2019-10-12 MechMerlinFix broken link to ps2avrgb flashing instructions ...
2019-10-12 Joel ChallisARM split - detect USB to select master/slave (#6424)
2019-10-11 Joel ChallisFix CONVERT_TO_PROTON_C_RXLED pins (#7007)
2019-10-10 fauxparkPrevent clang-format messing up placeholder tokens...
2019-10-05 Joel ChallisARM - Initial backlight support (#6487)
2019-10-03 Silvio GuliziaFix quantum keymapextra italian (#6779)
2019-09-24 Joel ChallisARM split - Add bootmagic/magic keycodes for setting...
2019-09-21 Drashna JaelreGeneralize Tap Dance Layer functions (#6629)
2019-09-21 fauxparkAdd support for 328P hardware backlight on B1/B2 (...
2019-09-21 fauxparkCleanup rules.mk for 32A and 328P keyboards (#6767)
2019-09-19 MechMerlinDRV2605L Continuous Haptic Feedback Support (#6461)
2019-09-19 XScorpion2Smoother Linear Light Table (#6764)
2019-09-19 XScorpion2Updated split encoders so indexes are based on left...
2019-09-07 fauxparkAdd 328P to mcu_selection.mk (#6682)
2019-09-05 fauxparkAdd 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)
2019-09-03 Drashna JaelreAdd Dip Switch as a core feature (#6140)
2019-08-30 skullYclang-format changes
2019-08-30 skullYHotfix: Reinstate the KC_DELT alias
2019-08-30 Konstantin ĐorđevićRemove KC_DELT alias in favor of KC_DEL (#6327)
2019-08-30 Drashna JaelreUpdate swedish based keymaps with newer keycodes
2019-08-30 Drashna JaelreLanguage Keymap extras backport from ZSA fork (#6198)
2019-08-24 Joel ChallisAdd 'bootloadHID' flash target (#5587)
2019-08-22 Drashna JaelreFixup Bootmagic code (#6386)
2019-08-22 Takeshi ISHIIAVR GPIO macro defines more readable (#5937)
2019-08-22 Drashna JaelreAdditional changes for Layer State typedef compatibilit...
2019-08-22 Stephen WanhellaAdded keycodes for swapping and unswapping the Control...
2019-08-17 fauxparkAdd ATmega32U2 to mcu_selection.mk (#6561)
2019-08-17 fauxparkRemove backslashes from template keymap (#6548)
2019-08-16 DannyAdd support for different encoder pinout for right...
2019-08-13 Drashna JaelreEnable PWM Support for Planck EZ Indicator Lights ...
2019-08-08 fauxparkMask off TD() parameter properly (#6143)
2019-08-08 fauxparkAdd some defaults for ATmega32A to mcu_selection.mk...
2019-08-08 fauxparkRename QK_TMK(_MAX) to QK_BASIC (#6509)
2019-08-08 fauxparkImprove backlight PWM pin support (#6202)
2019-08-06 Zach DeCookMIDI: Fix basic noteon: send correct velocity (#6476)
2019-08-04 Garrett Singer[Split] Add config option for DIRECT_PINS_RIGHT (#6479)
2019-07-27 Drashna JaelreAdd support for Choco60 (#6415)
2019-07-27 yrdnsFix RGB Matrix Cycle Left-Right Animation (#6421)
2019-07-27 fauxparkRemove NO_BACKLIGHT_CLOCK (#6418)
2019-07-23 Joel ChallisFix MATRIX_X_PINS_RIGHT ARM compilation (#6395)
2019-07-21 WilbaRefactoring wilba.tech PCBs, updating Rama Works U80...
2019-07-20 Konstantin ĐorđevićUpdate IS_COMMAND definitions to use MOD_MASK_SHIFT...
2019-07-20 DannyMerge pull request #6264 from zvecr/split_master_check
2019-07-19 Konstantin ĐorđevićChange xprintf() calls in rgblight.c to dprintf() ...
2019-07-16 Drashna JaelreFix Preprocessor check for Leader Keys
2019-07-16 Drashna JaelreRemove the need to specify NUM_OF_ENCODERS for the...
2019-07-16 Drashna JaelreAllow Combo feature to be enabled/disabled live (#6318)
2019-07-16 fauxparkStore backlight breathing state in EEPROM (#6105)
2019-07-16 XScorpion2Adding rgb matrix speed into eeprom storage. (#5965)
2019-07-16 fauxparkRemove commented out MCUs in rules.mk (#5884)
2019-07-16 Drashna JaelreAdd out of bound check for Leader Key sequence array...
2019-07-16 fauxparkAdd sendstring LUTs for French keymap (#5830)
2019-07-16 fauxparkSendstring LUT improvements (#5727)
2019-07-16 fauxparkRemove lock LED example in quantum.c (#5636)
2019-07-16 Aapo SaaristoAdd user-overridable callback for cancelling UCIS input...
2019-07-12 Ryan CaltabianoSwitching rgb_config_t to use HSV struct
2019-07-11 XScorpion2Fixing effects to respect user sat and val levels ...
2019-07-09 Konstantin ĐorđevićFix parentheses in macros, and in general clean up...
2019-07-09 Drashna JaelreFix debouncing issue for eager algorithms (#6081)
2019-07-08 fauxparkAdd copyright year placeholders to new keyboard script...
2019-07-07 XScorpion2Added mod carry over from press to release. (#5866)
2019-07-05 zvecrSmall fix to allow board to override split keyboard...
2019-07-03 Takeshi ISHIIfix unselect_rows() in quantum/matrix.c (#6243)
2019-07-01 Drashna JaelreDZ60 w/ 2.25u left shift and arrow cluster (#6215)
2019-06-28 Michael F. Lamb[Keymap] mitosis:datagrok: use non-copyrighted songs...
2019-06-27 fauxparkRemove one more copyrighted song (#6200)
2019-06-20 fauxparkFix breathing always on for soft PWM (#5983)
2019-06-20 DannySet default I2C clock speed to 100kHz for split_common...
2019-06-18 fauxparkFix backlight breathing on C6 (#6102)
2019-06-06 Drashna JaelreRemove all Copyrighted Sounds and Songs (#5905)
2019-06-04 XScorpion2Moving rgb typedefs into a single location (#5978)
2019-06-04 Jack HumbertAdd missing links to features page and sidebar section...
2019-06-03 Danny NguyenFix compilation error when I2C and encoder is enabled...
2019-06-01 zvecrAdd additional pins for Teensy 3.x and LC
2019-05-29 Kimat BovenAdd belgian layout for sendstring (#6008)
2019-05-28 Ryan CaltabianoFixing matrix_scan so it properly returns changed status
2019-05-24 Drashna JaelreFix up Debouncing in AVR Templates (#5964)
2019-05-19 Ryan CaltabianoReduce rgb matrix firmware size
2019-05-19 Drashna Jaelre[Keymap] Drashna Corne Keyboard updates (#5903)
2019-05-19 fauxparkMake DEBUG keycode disable as well as enable (#5898)
2019-05-19 Ryan CaltabianoAdded custom center point to rgb matrix
2019-05-19 XScorpion2Spirals, Pinwheels, and Documentation....Oh My! RGB...
2019-05-19 XScorpion2Fixing hsv_to_rgb where s = 0 and v < 255 (#5915)
2019-05-19 XScorpion2Single Color Band scrolling left to right effects ...
2019-05-17 JoshAdds a configurable initial delay to the audio clicky...
2019-05-17 Alex OngTypedef'ed layer_state_t to uint32_t (#3637)
2019-05-16 Takeshi ISHIIAdd effect range to rgblight.c (#5856)
2019-05-16 yiancarNK65 Addition (#5865)
2019-05-14 Pavlos Vinieratos[Keymap] Pvinis master (#5843)
2019-05-12 XScorpion2Added check for event pressed to clear space cadet...
2019-05-11 XScorpion2Fix for Solid Reactive mode bug (#5846)
2019-05-11 XScorpion2RGB Matrix Effects: Cycle Out to In & Cycle Out to...
next