aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* Removed #include "matrix.h" from debounce.hAlex Ong2019-01-261-2/+0
* Moved debouncing_time variable to inside #if debouncealex-ong2019-01-261-3/+2
* Restored debounce.h since there wasnt any real change.alex-ong2019-01-261-17/+4
* Working eager_pkalex-ong2019-01-261-23/+18
* DO NOT USE Revert back to original API to support split_keyboards.alex-ong2019-01-263-8/+8
* DO NOT USE - debounce successfully compiled.alex-ong2019-01-266-62/+233
* DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong2019-01-2637-726/+1987
|\
| * 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
* | | Merge branch 'master' into debounce_refactorAlex Ong2019-01-0470-1331/+3146
|\| |
| * | 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
| * | Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević2018-12-1215-29/+10
| * | Keymap: Hacker Dvorak (#4514)Ismael Venegas Castelló2018-12-051-0/+47
| * | Make ARM Audio max volume configurable (#4540)Drashna Jaelre2018-12-031-0/+2
| * | Fix up RGB Matrix code (#4503)Drashna Jaelre2018-12-033-32/+91
| * | Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)Wilba2018-11-302-1/+181
| * | Add Extrakey support for Brightness up/down (#4477)Giuseppe Rota2018-11-281-1/+1
| * | Added Rick Roll to song lists (#4510)Paul Massendari2018-11-281-0/+30
| * | Turn off Mousekeys for several ps2avrGB keyboards (#4502)Drashna Jaelre2018-11-271-2/+2
| * | Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)Konstantin Đorđević2018-11-271-1/+0
| * | Add tap_code16 function (#4362)Konstantin Đorđević2018-11-271-2/+3
| * | Merge pull request #4453 from drashna/fix_ucisErez Zukerman2018-11-201-2/+4
| |\ \