aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* fix the led_matrix.h naming conflictskullY2019-02-104-3/+3
* Put back an accidentally stripped copyrightskullY2019-02-101-1/+2
* cleanupskullY2019-02-101-2/+2
* fix compiling for backlight without led matrixskullY2019-02-101-1/+1
* cleanupskullY2019-02-101-39/+37
* Move the 1 second delay to led_matrix_initskullY2019-02-101-18/+6
* led_matrix works nowskullY2019-02-103-28/+25
* compiles, but long delay on startup and problemsskullY2019-02-105-59/+63
* revert accidental rgb_matrix.h changesskullY2019-02-101-2/+10
* The beginning of a simple led matrix driver for is31fl3731skullY2019-02-104-10/+695
* Fix Bootmgic Mod Handling for LM keycodes (#4740)Drashna Jaelre2019-02-061-1/+1
* Improvements to Space Cadet Shift (#3856)Anthony2019-02-051-2/+35
* Fix QWERTZ <> QWERTY issue in sendstring_german.hFlugschwein2019-02-041-2/+2
* Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman182019-01-281-0/+18
* Practice60 RGB and PWM Backlight (#4929)Andrew Kannan2019-01-281-3/+8
* Prevent wasteful writing to eeprom.mtei2019-01-281-0/+2
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-271-1/+1
* Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2019-01-272-2/+2
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-262-5/+5
* move `#include "rgb.h"` from quantum.h to quantum.cmtei2019-01-252-3/+5
* Add C(), A() and G() to match already existing S() (#4673)fauxpark2019-01-251-1/+4
* Fix process_combo which assign -1 to uint16_t (#3697)Drashna Jaelre2019-01-252-9/+10
|\
| * Fix process_combo which assign -1 to uint16_tShihpin Tseng2018-08-202-9/+10
* | Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedMakotoKurauchi2019-01-251-1/+1
* | Optimize/Update the new_project script (#4920)MechMerlin2019-01-232-42/+1
* | Update Templates (stop living in the past, its 2019) (#4897)MechMerlin2019-01-208-8/+8
* | Allows Terminal to use ModTap/LayerTap keys (#4586)Mislav Čakarić2019-01-171-0/+6
* | Simplify split_common Code significantly (#4772)James Churchill2019-01-1713-656/+578
* | Changed rest note (#4837)Jeremy Bernhardt2019-01-131-0/+4
* | Adds Proton C Conversion (#4661)Jack Humbert2019-01-106-0/+1319
* | Tidy up Mod-Tap shortcuts (#4806)fauxpark2019-01-081-15/+16
* | Add missing parentheses to some important macros (#4775)Konstantin Đorđević2019-01-081-11/+10
* | Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević2019-01-074-29/+25
* | Add explicit eeprom include in split_commonJames Churchill2019-01-031-0/+4
* | Convert split_common to use generic GPIO apiJames Churchill2019-01-032-53/+22
* | Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević2019-01-0314-145/+92
* | Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)David Dai2018-12-314-4/+4
* | Register the interrupting keycode in the tap dance state structGiuseppe Rota2018-12-302-0/+3
* | Fix leader processingGiuseppe Rota2018-12-291-2/+0
* | Fix Split Common Split_util.c typoDrashna Jaelre2018-12-281-1/+1
* | Update split keyboard docs (#4735)Danny2018-12-282-3/+2
* | Replace serial.c of quantum/split_common/ (#4669)Takeshi ISHII2018-12-247-159/+526
* | Fix up process_leader to be a bit more optimized (#4662)Drashna Jaelre2018-12-202-21/+32
* | Overhaul Unicode Common functionality (#4325)Drashna Jaelre2018-12-1910-113/+216
* | Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `...Danny Nguyen2018-12-191-1/+1
* | Per Key Leader Timing Option (#4026)Alexander Kagno2018-12-151-0/+6
* | Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII2018-12-142-13/+6
* | Make quantum/split_common/serial.[ch] configurable (#4419)Takeshi ISHII2018-12-145-13/+82
* | Fix up tap_code functionality (#4609)Drashna Jaelre2018-12-142-1/+9
* | Added noeeprom versions of set hue, sat, val, and stepFredric Silberberg2018-12-132-16/+72