summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2019-01-28Prevent wasteful writing to eeprom.mtei
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre
2019-01-27Fix compile error in debounce_eager_pkalex-ong
2019-01-26Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong
2019-01-26Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong
2019-01-26Fixed compilation error with debounce_sym_gAlex Ong
2019-01-26Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong
2019-01-26Removed #include "matrix.h" from debounce.hAlex Ong
2019-01-26Moved debouncing_time variable to inside #if debouncealex-ong
2019-01-26Restored debounce.h since there wasnt any real change.alex-ong
2019-01-26Working eager_pkalex-ong
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong
2019-01-26DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong
2019-01-25move `#include "rgb.h"` from quantum.h to quantum.cmtei
2019-01-25Add C(), A() and G() to match already existing S() (#4673)fauxpark
2019-01-25Fix process_combo which assign -1 to uint16_t (#3697)Drashna Jaelre
2019-01-25Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedMakotoKurauchi
2019-01-23Optimize/Update the new_project script (#4920)MechMerlin
2019-01-20Update Templates (stop living in the past, its 2019) (#4897)MechMerlin
2019-01-17Allows Terminal to use ModTap/LayerTap keys (#4586)Mislav Čakarić
2019-01-17Simplify split_common Code significantly (#4772)James Churchill
2019-01-13Changed rest note (#4837)Jeremy Bernhardt
2019-01-10Adds Proton C Conversion (#4661)Jack Humbert
2019-01-08Tidy up Mod-Tap shortcuts (#4806)fauxpark
2019-01-08Add missing parentheses to some important macros (#4775)Konstantin Đorđević
2019-01-07Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević
2019-01-04Merge branch 'master' into debounce_refactorAlex Ong
2019-01-03Add explicit eeprom include in split_commonJames Churchill
2019-01-03Convert split_common to use generic GPIO apiJames Churchill
2019-01-03Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević
2018-12-31Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)David Dai
2018-12-30Register the interrupting keycode in the tap dance state structGiuseppe Rota
2018-12-29Fix leader processingGiuseppe Rota
2018-12-28Fix Split Common Split_util.c typoDrashna Jaelre
2018-12-28Update split keyboard docs (#4735)Danny
2018-12-24Replace serial.c of quantum/split_common/ (#4669)Takeshi ISHII
2018-12-20Fix up process_leader to be a bit more optimized (#4662)Drashna Jaelre
2018-12-19Overhaul Unicode Common functionality (#4325)Drashna Jaelre
2018-12-19Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `...Danny Nguyen
2018-12-15Per Key Leader Timing Option (#4026)Alexander Kagno
2018-12-14Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII
2018-12-14Make quantum/split_common/serial.[ch] configurable (#4419)Takeshi ISHII
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre
2018-12-13Added noeeprom versions of set hue, sat, val, and stepFredric Silberberg
2018-12-12Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević
2018-12-05Keymap: Hacker Dvorak (#4514)Ismael Venegas Castelló
2018-12-03Make ARM Audio max volume configurable (#4540)Drashna Jaelre