| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ... | alex-ong | 2019-01-26 | 2 | -5/+3 |
|\ |
|
| * | Fixed compilation error with debounce_sym_g | Alex Ong | 2019-01-26 | 1 | -2/+2 |
| * | Bug fix - was using MATRIX_ROWS instead of num_rows | Alex Ong | 2019-01-26 | 1 | -1/+1 |
| * | Removed #include "matrix.h" from debounce.h | Alex Ong | 2019-01-26 | 1 | -2/+0 |
* | | Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2. | alex-ong | 2019-01-26 | 1 | -2/+5 |
|/ |
|
* | Moved debouncing_time variable to inside #if debounce | alex-ong | 2019-01-26 | 1 | -3/+2 |
* | Restored debounce.h since there wasnt any real change. | alex-ong | 2019-01-26 | 1 | -17/+4 |
* | Working eager_pk | alex-ong | 2019-01-26 | 1 | -23/+18 |
* | DO NOT USE Revert back to original API to support split_keyboards. | alex-ong | 2019-01-26 | 3 | -8/+8 |
* | DO NOT USE - debounce successfully compiled. | alex-ong | 2019-01-26 | 6 | -62/+233 |
* | DO NOT USE Merge branch 'master' into debounce_refactor | Alex Ong | 2019-01-26 | 37 | -726/+1987 |
|\ |
|
| * | move `#include "rgb.h"` from quantum.h to quantum.c | mtei | 2019-01-25 | 2 | -3/+5 |
| * | Add C(), A() and G() to match already existing S() (#4673) | fauxpark | 2019-01-25 | 1 | -1/+4 |
| * | Fix process_combo which assign -1 to uint16_t (#3697) | Drashna Jaelre | 2019-01-25 | 2 | -9/+10 |
| |\ |
|
| | * | Fix process_combo which assign -1 to uint16_t | Shihpin Tseng | 2018-08-20 | 2 | -9/+10 |
| * | | Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is used | MakotoKurauchi | 2019-01-25 | 1 | -1/+1 |
| * | | Optimize/Update the new_project script (#4920) | MechMerlin | 2019-01-23 | 2 | -42/+1 |
| * | | Update Templates (stop living in the past, its 2019) (#4897) | MechMerlin | 2019-01-20 | 8 | -8/+8 |
| * | | Allows Terminal to use ModTap/LayerTap keys (#4586) | Mislav Čakarić | 2019-01-17 | 1 | -0/+6 |
| * | | Simplify split_common Code significantly (#4772) | James Churchill | 2019-01-17 | 13 | -656/+578 |
| * | | Changed rest note (#4837) | Jeremy Bernhardt | 2019-01-13 | 1 | -0/+4 |
| * | | Adds Proton C Conversion (#4661) | Jack Humbert | 2019-01-10 | 6 | -0/+1319 |
| * | | Tidy up Mod-Tap shortcuts (#4806) | fauxpark | 2019-01-08 | 1 | -15/+16 |
| * | | Add missing parentheses to some important macros (#4775) | Konstantin Đorđević | 2019-01-08 | 1 | -11/+10 |
| * | | Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm... | Konstantin Đorđević | 2019-01-07 | 4 | -29/+25 |
* | | | Merge branch 'master' into debounce_refactor | Alex Ong | 2019-01-04 | 70 | -1331/+3146 |
|\| | |
|
| * | | Add explicit eeprom include in split_common | James Churchill | 2019-01-03 | 1 | -0/+4 |
| * | | Convert split_common to use generic GPIO api | James Churchill | 2019-01-03 | 2 | -53/+22 |
| * | | Remove redundant, language-specific aliases for KC_ALGR (#4720) | Konstantin Đorđević | 2019-01-03 | 14 | -145/+92 |
| * | | Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) | David Dai | 2018-12-31 | 4 | -4/+4 |
| * | | Register the interrupting keycode in the tap dance state struct | Giuseppe Rota | 2018-12-30 | 2 | -0/+3 |
| * | | Fix leader processing | Giuseppe Rota | 2018-12-29 | 1 | -2/+0 |
| * | | Fix Split Common Split_util.c typo | Drashna Jaelre | 2018-12-28 | 1 | -1/+1 |
| * | | Update split keyboard docs (#4735) | Danny | 2018-12-28 | 2 | -3/+2 |
| * | | Replace serial.c of quantum/split_common/ (#4669) | Takeshi ISHII | 2018-12-24 | 7 | -159/+526 |
| * | | Fix up process_leader to be a bit more optimized (#4662) | Drashna Jaelre | 2018-12-20 | 2 | -21/+32 |
| * | | Overhaul Unicode Common functionality (#4325) | Drashna Jaelre | 2018-12-19 | 10 | -113/+216 |
| * | | Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `... | Danny Nguyen | 2018-12-19 | 1 | -1/+1 |
| * | | Per Key Leader Timing Option (#4026) | Alexander Kagno | 2018-12-15 | 1 | -0/+6 |
| * | | Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522) | Takeshi ISHII | 2018-12-14 | 2 | -13/+6 |
| * | | Make quantum/split_common/serial.[ch] configurable (#4419) | Takeshi ISHII | 2018-12-14 | 5 | -13/+82 |
| * | | Fix up tap_code functionality (#4609) | Drashna Jaelre | 2018-12-14 | 2 | -1/+9 |
| * | | Added noeeprom versions of set hue, sat, val, and step | Fredric Silberberg | 2018-12-13 | 2 | -16/+72 |
| * | | Add standard definitions for ALGR and KC_ALGR (#4389) | Konstantin Đorđević | 2018-12-12 | 15 | -29/+10 |
| * | | Keymap: Hacker Dvorak (#4514) | Ismael Venegas Castelló | 2018-12-05 | 1 | -0/+47 |
| * | | Make ARM Audio max volume configurable (#4540) | Drashna Jaelre | 2018-12-03 | 1 | -0/+2 |
| * | | Fix up RGB Matrix code (#4503) | Drashna Jaelre | 2018-12-03 | 3 | -32/+91 |
| * | | Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) | Wilba | 2018-11-30 | 2 | -1/+181 |
| * | | Add Extrakey support for Brightness up/down (#4477) | Giuseppe Rota | 2018-11-28 | 1 | -1/+1 |
| * | | Added Rick Roll to song lists (#4510) | Paul Massendari | 2018-11-28 | 1 | -0/+30 |