summaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2019-02-11The beginning of a simple led matrix driver for is31fl3731skullY4-10/+695
2019-02-06Fix Bootmgic Mod Handling for LM keycodes (#4740)Drashna Jaelre1-1/+1
2019-02-05Improvements to Space Cadet Shift (#3856)Anthony1-2/+35
2019-02-05Fix QWERTZ <> QWERTY issue in sendstring_german.hFlugschwein1-2/+2
2019-01-29Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman181-0/+18
2019-01-29Practice60 RGB and PWM Backlight (#4929)Andrew Kannan1-3/+8
2019-01-28Prevent wasteful writing to eeprom.mtei1-0/+2
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill1-1/+1
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2-2/+2
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2-5/+5
2019-01-25move `#include "rgb.h"` from quantum.h to quantum.cmtei2-3/+5
2019-01-25Add C(), A() and G() to match already existing S() (#4673)fauxpark1-1/+4
2019-01-25Fix process_combo which assign -1 to uint16_t (#3697)Drashna Jaelre2-9/+10
2019-01-25Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedMakotoKurauchi1-1/+1
2019-01-24Optimize/Update the new_project script (#4920)MechMerlin2-42/+1
2019-01-21Update Templates (stop living in the past, its 2019) (#4897)MechMerlin8-8/+8
2019-01-18Allows Terminal to use ModTap/LayerTap keys (#4586)Mislav Čakarić1-0/+6
2019-01-17Simplify split_common Code significantly (#4772)James Churchill13-656/+578
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