summaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2018-12-15Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII2-13/+6
2018-12-14Make quantum/split_common/serial.[ch] configurable (#4419)Takeshi ISHII5-13/+82
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre2-1/+9
2018-12-14Added noeeprom versions of set hue, sat, val, and stepFredric Silberberg2-16/+72
2018-12-12Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević15-29/+10
2018-12-05Keymap: Hacker Dvorak (#4514)Ismael Venegas Castelló1-0/+47
2018-12-04Make ARM Audio max volume configurable (#4540)Drashna Jaelre1-0/+2
2018-12-03Fix up RGB Matrix code (#4503)Drashna Jaelre3-32/+91
2018-11-30Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)Wilba2-1/+181
2018-11-28Add Extrakey support for Brightness up/down (#4477)Giuseppe Rota1-1/+1
2018-11-28Added Rick Roll to song lists (#4510)Paul Massendari1-0/+30
2018-11-28Turn off Mousekeys for several ps2avrGB keyboards (#4502)Drashna Jaelre1-2/+2
2018-11-28Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)Konstantin Đorđević1-1/+0
2018-11-27Add tap_code16 function (#4362)Konstantin Đorđević1-2/+3
2018-11-20Merge pull request #4453 from drashna/fix_ucisErez Zukerman1-2/+4
2018-11-20Fix UCIS codeDrashna Jaelre1-2/+4
2018-11-18Allows disabling rgb effects in userspace (#4422)Florian Didron2-65/+149
2018-11-12modify quantum/template/avr/config.h: add rgblight effect configurationsmtei1-5/+18
2018-11-07Configurable Rainbow Swirl range (#4376)Frank Tackitt1-1/+5
2018-11-06Add EEPROM_RESET keycode to core code (#4234)Drashna Jaelre2-0/+9
2018-11-06Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338)Konstantin Đorđević2-14/+17
2018-11-03Increasing square wave buffer to max volume. (#4296)Josh1-124/+9
2018-11-02Remove old declarationDrashna Jaelre1-1/+0
2018-11-02Move disable JTAG code from `keyboard_init` to `keyboard_setup`Danny Nguyen2-20/+0
2018-11-02Add support for Atmega32A to pin declarations and universal matrix (#4015)Jack Humbert2-63/+113
2018-10-31Add pointer(?) to disable_JTAG to prevent compiler errors (#4310)Drashna Jaelre1-6/+7
2018-10-31Added JTAG disable code to the split_common (#4309)That-Canadian1-0/+14
2018-10-27Add Bootmagic Lite to QMK (#4215)Drashna Jaelre4-1/+49
2018-10-26add support for encoders to coreJack Humbert3-0/+111
2018-10-22Keymap: add new keymap (#4127)ROMUSKING1-0/+1
2018-10-19Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre5-15/+17
2018-10-18optimize rgblight_effect_alternating(void)mtei1-7/+7
2018-10-17convert to unix line-endings [skip ci]QMK Bot1-1/+1
2018-10-17Fixes on slovenian keymapŽan Pevec1-14/+14
2018-10-16Only include lufa.h if AVR in quantum/api.hDrashna Jaelre1-1/+3
2018-10-15Basic Slovenian keymap added (#4128)Žan Pevec1-0/+106
2018-10-12Add sendstring_german.h (#4124)Patrick Hener1-0/+81
2018-10-12A comment indicating the insertion location of the new mode was added.mtei1-0/+4
2018-10-12Add a temporary comment to quantum/rgblight.h to aid migration.mtei1-0/+46
2018-10-07Add non-US Hash and Backslash to AutoShift handlingDrashna Jaelre1-0/+2
2018-10-05rgb_matrix: continue calling rgb_matrix_indicators() when toggled offJames Laird-Wah1-1/+2
2018-10-03process_ucis: Add a callback for success (#4067)martinakcsilla2-0/+9
2018-10-03add JP keycode for MacOSX (#4033)takashiski1-0/+3
2018-10-02Adds a method allowing to set custom colors to the rgb matrixFlorian Didron2-0/+8
2018-10-02Add send_unicode_hex_string function (#3828)Drashna Jaelre2-0/+29
2018-10-02Add Function level EECONFIG code for EEPROM (#3084)Drashna Jaelre1-0/+3
2018-10-01Make digital rain RGB matrix effect #define configurable.Daniel Shields1-2/+6
2018-10-01Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785)Drashna Jaelre2-2/+8
2018-09-30RAMA M6-B and IS31FL3218 driver (#4021)Wilba65821-1/+1
2018-09-28Update quantum matrix to support both AVR and Chibios ARM (#3968)yiancar3-96/+221