Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-22 | Add changelog | Drashna Jaelre | |
2019-04-22 | Make sure NOBITS is set on reset_key | Danny Nguyen | |
Patch from https://github.com/qmk/qmk_firmware/issues/3657#issuecomment-415147411 Long story short, in avr-gcc pre-8.2, reset_key was assigned to a memory area that was in a normal range, but when 8.2 came out, that memory got moved to an out of range area, causing errors like 0x800293 out of range. Apparently, this was fixed up in avr-gcc, but we haven't seen a release with the fix yet (we expected it in 8.3, but that didn't happen for some reason). What this commit does is move the reset_key back to the original memory location it was in before. | |||
2019-04-21 | Merge pull request #18 from ErgoDox-EZ/fix/rgb_matrix_toggle | Florian Didron | |
Only increment Enable status for RGB Matrix if it supports it | |||
2019-04-20 | Update rgb_matrix.c | Drashna Jaelre | |
2019-04-20 | Only increment Enable status for RGB Matrix if it supports it | Drashna Jaelre | |
2019-04-19 | Merge pull request #17 from ErgoDox-EZ/fix/eager_pr_bug | Florian Didron | |
Fix the Eager Per Row debouncing bug | |||
2019-04-19 | Merge branch 'master' into fix/eager_pr_bug | Florian Didron | |
2019-04-19 | Merge pull request #16 from ErgoDox-EZ/f/change-ergodox-debounce | Florian Didron | |
Change ErgodoxEZ default debounce | |||
2019-04-18 | Add changelog for eager PR fix | Drashna Jaelre | |
2019-04-18 | [core] Fix for eager_pr #5643 | Alex Ong | |
Added extra transfer_matrix_values() call whenever counters don't need updating | |||
2019-04-18 | Merge branch 'master' into f/change-ergodox-debounce | Florian Didron | |
2019-04-18 | Merge pull request #15 from ErgoDox-EZ/fix/changelog-formatting | Florian Didron | |
Fixes the changelog formatting. | |||
2019-04-18 | Update changelog.md | Florian Didron | |
2019-04-18 | Set default debounce to 5 | Florian Didron | |
2019-04-18 | Fixes the changelog formatting. | Florian Didron | |
2019-04-18 | Merge pull request #14 from ErgoDox-EZ/remove_music | Florian Didron | |
Remove all potentially copyrighted sounds from the repo | |||
2019-04-18 | Merge pull request #13 from ErgoDox-EZ/feature/ws2812_matrix | Florian Didron | |
Features/ws2812 matrix driver (#5418) | |||
2019-04-18 | Merge branch 'master' into feature/ws2812_matrix | Florian Didron | |
2019-04-18 | Merge pull request #12 from ErgoDox-EZ/fix/configurator_change | Florian Didron | |
Fix Ergodox EZ keyboard dimensions in info.json | |||
2019-04-18 | Merge branch 'master' into fix/configurator_change | Florian Didron | |
2019-04-18 | Merge pull request #11 from ErgoDox-EZ/fix/combo_logic | Florian Didron | |
Fixes logic for Combo Feature | |||
2019-04-18 | Merge branch 'master' into fix/combo_logic | Florian Didron | |
2019-04-18 | Merge pull request #10 from ErgoDox-EZ/fix/eager_debouncing | Florian Didron | |
Eager pk/pr optimization | |||
2019-04-17 | Remove any potentially copyrighted soungs/sounds from the repo | Drashna Jaelre | |
2019-04-16 | Update changelog.md | Drashna Jaelre | |
2019-04-16 | Eager pk/pr optimization (#5621) | Alex Ong | |
* Optimizations to eager_pk * eager_pr also uses changed boolean now. | |||
2019-04-16 | Update changelog.md | Drashna Jaelre | |
2019-04-16 | Update changelog.md | Drashna Jaelre | |
2019-04-16 | Update changelog.md | Drashna Jaelre | |
2019-04-16 | Features/ws2812 matrix driver (#5418) | XScorpion2 | |
* WS2812 driver implementation for RGB Matrix * Added driver configuration docs | |||
2019-04-16 | Fix Ergodox EZ keyboard dimensions in info.json | noroadsleft | |
2019-04-16 | fix combo enabling logic (#5610) | Bob | |
2019-04-16 | Merge pull request #9 from ErgoDox-EZ/simplify_travis | Florian Didron | |
Streamline Travis CI scripting | |||
2019-04-16 | Merge pull request #8 from ErgoDox-EZ/readme_update | Florian Didron | |
Readme Update | |||
2019-04-16 | Merge pull request #7 from ErgoDox-EZ/alt_gr_send_string | Florian Didron | |
Alt gr send string | |||
2019-04-16 | Merge branch 'master' into alt_gr_send_string | Florian Didron | |
2019-04-16 | Merge pull request #5 from ErgoDox-EZ/ble_naming | Florian Didron | |
Remove keyboard description from Adafruit BLE device name | |||
2019-04-16 | Merge pull request #4 from ErgoDox-EZ/updates_zsa | Florian Didron | |
Port DIRECT_PINS from split_common/matrix.c to matrix.c (qmk#5091) | |||
2019-04-15 | Update readme.md | Erez Zukerman | |
Co-Authored-By: drashna <drashna@live.com> | |||
2019-04-15 | Update readme.md | Erez Zukerman | |
Co-Authored-By: drashna <drashna@live.com> | |||
2019-04-15 | Update readme.md | Erez Zukerman | |
Co-Authored-By: drashna <drashna@live.com> | |||
2019-04-12 | Streamline Travis CI scripting | Drashna Jaelre | |
We don't need anything fancy, just a few tests, and that's it. All of the QMK Firmware stuff is excessive for what we need. | |||
2019-04-12 | update readme | Drashna Jaelre | |
2019-04-12 | Add changelog | Drashna Jaelre | |
2019-04-12 | Add AltGr/RALT support to Send String qmk#4046) | Drashna Jaelre | |
2019-04-12 | Create/update changelog.md | Drashna Jaelre | |
2019-04-12 | Remove keyboard description from Adafruit BLE device name | fauxpark | |
2019-04-12 | Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091) | zvecr | |
* Port DIRECT_PINS from split_common/matrix.c to matrix.c * Reorder matrix.c to remove foward declaration and match split_common/matrix.c * Refactor nano to use DIRECT_PINS * Reorder matrix.c to remove foward declaration and match split_common/matrix.c * Add DIRECT_PINS documentation * Reorder matrix.c to remove foward declaration and match split_common/matrix.c - fix logic from inherited from split_common * Add DIRECT_PINS documentation - review comments | |||
2019-04-10 | Merge pull request #2 from drashna/ez_update_rgb | Florian Didron | |
Update Ergodox EZ Repo with RGB Overhaul (Proper) | |||
2019-04-09 | ergodox_ez: fixed bug where debounce() was called without calculating ↵ | Alex Ong | |
changed (#5589) |