summaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2019-01-13Changed rest note (#4837)Jeremy Bernhardt1-0/+4
2019-01-10Adds Proton C Conversion (#4661)Jack Humbert6-0/+1319
2019-01-09Tidy up Mod-Tap shortcuts (#4806)fauxpark1-15/+16
2019-01-09Add missing parentheses to some important macros (#4775)Konstantin Đorđević1-11/+10
2019-01-07Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević4-29/+25
2019-01-04Add explicit eeprom include in split_commonJames Churchill1-0/+4
2019-01-04Convert split_common to use generic GPIO apiJames Churchill2-53/+22
2019-01-03Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević14-145/+92
2018-12-31Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)David Dai4-4/+4
2018-12-30Register the interrupting keycode in the tap dance state structGiuseppe Rota2-0/+3
2018-12-29Fix leader processingGiuseppe Rota1-2/+0
2018-12-28Fix Split Common Split_util.c typoDrashna Jaelre1-1/+1
2018-12-28Update split keyboard docs (#4735)Danny2-3/+2
2018-12-24Replace serial.c of quantum/split_common/ (#4669)Takeshi ISHII7-159/+526
2018-12-21Fix up process_leader to be a bit more optimized (#4662)Drashna Jaelre2-21/+32
2018-12-19Overhaul Unicode Common functionality (#4325)Drashna Jaelre10-113/+216
2018-12-19Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `...Danny Nguyen1-1/+1
2018-12-15Per Key Leader Timing Option (#4026)Alexander Kagno1-0/+6
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