| Commit message (Expand) | Author | Age | Files | Lines |
* | Trim firmware sizes from default rules.mk, part 1 (#8027) | ridingqwerty | 2020-01-29 | 1 | -4/+4 |
* | [Keymap] update to Danielo515 keymaps (#8004) | Daniel Rodríguez Rivero | 2020-01-27 | 3 | -0/+364 |
* | [Keyboard] Ergodox EZ - Re-init ISSI driver on reconnect (#7731) | Drashna Jaelre | 2020-01-01 | 1 | -0/+3 |
* | Use White channel on RGBW LEDs (#7678) | Drashna Jaelre | 2019-12-31 | 1 | -1/+7 |
* | [Keyboard] Remove `PREVENT_STUCK_MODIFIERS` from config.h files (#7592) | fauxpark | 2019-12-09 | 1 | -1/+0 |
* | [Keyboard] Update default keymaps to use `layer_state_t` (#7444) | Drashna Jaelre | 2019-11-21 | 1 | -1/+1 |
* | Move Ergodox EZ RGB Light code to custom driver (#7309) | Drashna Jaelre | 2019-11-14 | 4 | -5/+118 |
* | [Keyboard] add keymap beautifier for Ergodox EZ (#4393) | Tsan-Kuang Lee | 2019-11-04 | 7 | -0/+558 |
* | [Keymap] Layout update for my ergodox (#7187) | Christoffer Holmberg | 2019-10-28 | 1 | -6/+9 |
* | [Keymap] Ergodox EZ and dactyl-manuform keymaps for rishka (#7051) | Adam Perlman | 2019-10-21 | 3 | -0/+229 |
* | Port DEBUG_MATRIX_SCAN_RATE to core (#7029) | Joel Challis | 2019-10-15 | 1 | -37/+0 |
* | Keyboard/ergodox debounce (#6994) | Drashna Jaelre | 2019-10-09 | 2 | -4/+8 |
* | [Keymap] modify ergodox_ez / dvorak_42_key layout (#6832) | lucwastiaux | 2019-10-08 | 1 | -17/+33 |
* | Cleanup rules.mk for 32U4 keyboards, A-F (#6804) | fauxpark | 2019-10-05 | 1 | -60/+12 |
* | Remove KC_DELT alias in favor of KC_DEL (#6327) | Konstantin Đorđević | 2019-08-30 | 7 | -7/+7 |
* | Update swedish based keymaps with newer keycodes | Drashna Jaelre | 2019-08-30 | 1 | -16/+16 |
* | [Keyboard] Updates to ZSA boards (#6513) | Drashna Jaelre | 2019-08-21 | 4 | -1/+102 |
* | [Keyboard] Tweak RGB Matrix timing for ZSA Boards (#6422) | Drashna Jaelre | 2019-08-20 | 1 | -0/+3 |
* | [Keymap] ErgoDox EZ Spanish Colemak (#6258) | Mario Arias | 2019-07-30 | 3 | -0/+484 |
* | Remove/migrate action_get_macro()s from default keymaps (#5625) | fauxpark | 2019-07-15 | 2 | -28/+0 |
* | Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617) | Drashna Jaelre | 2019-07-09 | 1 | -5/+1 |
* | [Keyboard] Add idle/wakeup function calls to Ergodox EZ (#6173) | Drashna Jaelre | 2019-06-24 | 1 | -0/+10 |
* | [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) | Ismael Venegas Castelló | 2019-06-18 | 23 | -86/+506 |
* | use mods (#6095) | Pavlos Vinieratos | 2019-06-07 | 1 | -1/+1 |
* | Removes Erez personally from QMK (#5883) | Erez Zukerman | 2019-05-15 | 2 | -9/+5 |
* | [Keymap] Pvinis master (#5843) | Pavlos Vinieratos | 2019-05-14 | 3 | -0/+396 |
* | Cleanup/rgb matrix (#5811) | XScorpion2 | 2019-05-10 | 1 | -1/+1 |
* | rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ... | XScorpion2 | 2019-05-07 | 1 | -64/+35 |
* | Updated rgb_led struct field modifier to flags (#5619) | XScorpion2 | 2019-04-29 | 1 | -48/+48 |
* | Set default debounce to 5 | Florian Didron | 2019-04-18 | 1 | -1/+0 |
* | Fix Ergodox EZ keyboard dimensions in info.json | noroadsleft | 2019-04-13 | 1 | -2/+2 |
* | ergodox_ez: fixed bug where debounce() was called without calculating changed... | Alex Ong | 2019-04-08 | 1 | -7/+20 |
* | Eager Per Row Debouncing added (added to Ergodox) (#5498) | Alex Ong | 2019-04-03 | 2 | -262/+197 |
* | RGB Matrix Overhaul (#5372) | XScorpion2 | 2019-04-02 | 1 | -1/+0 |
* | Fixing Ergodox_EZ rgb_led initialization | Ryan Caltabiano | 2019-03-26 | 1 | -58/+57 |
* | [Keymap] add android studio keyboard shortcuts to dvorak 42 key atreus / ergo... | lucwastiaux | 2019-03-18 | 1 | -11/+73 |
* | Next set of split_common changes (#4974) | James Churchill | 2019-03-12 | 2 | -5/+5 |
* | [Keymap] use steno mode from base (#5220) | Tobias Schulte | 2019-02-28 | 2 | -89/+19 |
* | Migrate ACTION_LAYER_TAP_TOGGLEs to TT() | fauxpark | 2019-02-18 | 8 | -36/+3 |
* | Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154) | fauxpark | 2019-02-17 | 2 | -3/+0 |
* | Migrate fn_actions for default keymaps (#4935) | fauxpark | 2019-02-14 | 2 | -10/+2 |
* | Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) | Konstantin Đorđević | 2019-01-27 | 1 | -2/+2 |
* | [Keyboard] drop unused i2c files (#4948) | seebs | 2019-01-26 | 2 | -386/+0 |
* | Remove unused fn_actions[] and action_function() in default keymaps (#4829) | fauxpark | 2019-01-24 | 1 | -4/+0 |
* | [Keymap] Adding bdk keymap for ergobox_ez (#4850) | bendk | 2019-01-16 | 4 | -0/+220 |
* | Remove empty fn_actions[] | fauxpark | 2019-01-11 | 2 | -8/+0 |
* | Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754) | noroadsleft | 2019-01-04 | 1 | -3/+0 |
* | Remove redundant, language-specific aliases for KC_ALGR (#4720) | Konstantin Đorđević | 2019-01-03 | 1 | -1/+1 |
* | Keymap: Refactor Hacker Dvorak (#4688) | Ismael Venegas Castelló | 2018-12-19 | 22 | -826/+925 |
* | Keymap: Hacker Dvorak (#4514) | Ismael Venegas Castelló | 2018-12-05 | 9 | -0/+992 |