Drashna Jaelre
e0fe8edb2d
Add changelog
6 years ago
Danny Nguyen
25c88b2bb4
Make sure NOBITS is set on reset_key
...
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.
6 years ago
Florian Didron
0a04a0e419
Merge pull request #18 from ErgoDox-EZ/fix/rgb_matrix_toggle
...
Only increment Enable status for RGB Matrix if it supports it
6 years ago
Drashna Jaelre
0886c7ce57
Update rgb_matrix.c
6 years ago
Drashna Jaelre
60204faed0
Only increment Enable status for RGB Matrix if it supports it
6 years ago
Florian Didron
0612c9968b
Merge pull request #17 from ErgoDox-EZ/fix/eager_pr_bug
...
Fix the Eager Per Row debouncing bug
6 years ago
Florian Didron
c8cbf4733a
Merge branch 'master' into fix/eager_pr_bug
6 years ago
Florian Didron
021df9d028
Merge pull request #16 from ErgoDox-EZ/f/change-ergodox-debounce
...
Change ErgodoxEZ default debounce
6 years ago
Drashna Jaelre
9c17531c19
Add changelog for eager PR fix
6 years ago
Alex Ong
bcb37d5f57
[core] Fix for eager_pr #5643
...
Added extra transfer_matrix_values() call whenever counters don't need updating
6 years ago
Florian Didron
69ab70c97c
Merge branch 'master' into f/change-ergodox-debounce
6 years ago
Florian Didron
f5e47ed1e5
Merge pull request #15 from ErgoDox-EZ/fix/changelog-formatting
...
Fixes the changelog formatting.
6 years ago
Florian Didron
52044905a4
Update changelog.md
6 years ago
Florian Didron
c752284c7c
Set default debounce to 5
6 years ago
Florian Didron
ad02b62dd2
Fixes the changelog formatting.
6 years ago
Florian Didron
25a9a2f91c
Merge pull request #14 from ErgoDox-EZ/remove_music
...
Remove all potentially copyrighted sounds from the repo
6 years ago
Florian Didron
b51f1e0971
Merge pull request #13 from ErgoDox-EZ/feature/ws2812_matrix
...
Features/ws2812 matrix driver (#5418 )
6 years ago
Florian Didron
51a682bb9c
Merge branch 'master' into feature/ws2812_matrix
6 years ago
Florian Didron
09d1ff9a32
Merge pull request #12 from ErgoDox-EZ/fix/configurator_change
...
Fix Ergodox EZ keyboard dimensions in info.json
6 years ago
Florian Didron
5f65ba63e7
Merge branch 'master' into fix/configurator_change
6 years ago
Florian Didron
362eaec0a3
Merge pull request #11 from ErgoDox-EZ/fix/combo_logic
...
Fixes logic for Combo Feature
6 years ago
Florian Didron
12c0611189
Merge branch 'master' into fix/combo_logic
6 years ago
Florian Didron
54a7f66aee
Merge pull request #10 from ErgoDox-EZ/fix/eager_debouncing
...
Eager pk/pr optimization
6 years ago
Drashna Jaelre
eed7c15c2f
Remove any potentially copyrighted soungs/sounds from the repo
6 years ago
Drashna Jaelre
7b3545c3d8
Update changelog.md
6 years ago
Alex Ong
4c2444a4e2
Eager pk/pr optimization ( #5621 )
...
* Optimizations to eager_pk
* eager_pr also uses changed boolean now.
6 years ago
Drashna Jaelre
a5ded39656
Update changelog.md
6 years ago
Drashna Jaelre
e26b21baf4
Update changelog.md
6 years ago
Drashna Jaelre
7f3d1b627c
Update changelog.md
6 years ago
XScorpion2
e3fce19c55
Features/ws2812 matrix driver ( #5418 )
...
* WS2812 driver implementation for RGB Matrix
* Added driver configuration docs
6 years ago
noroadsleft
417d80d421
Fix Ergodox EZ keyboard dimensions in info.json
6 years ago
Bob
637c276070
fix combo enabling logic ( #5610 )
6 years ago
Florian Didron
590a07bf94
Merge pull request #9 from ErgoDox-EZ/simplify_travis
...
Streamline Travis CI scripting
6 years ago
Florian Didron
743fda2658
Merge pull request #8 from ErgoDox-EZ/readme_update
...
Readme Update
6 years ago
Florian Didron
7b19fcc9e9
Merge pull request #7 from ErgoDox-EZ/alt_gr_send_string
...
Alt gr send string
6 years ago
Florian Didron
72537dd8e9
Merge branch 'master' into alt_gr_send_string
6 years ago
Florian Didron
7a5cbcac9f
Merge pull request #5 from ErgoDox-EZ/ble_naming
...
Remove keyboard description from Adafruit BLE device name
6 years ago
Florian Didron
bb91bc4309
Merge pull request #4 from ErgoDox-EZ/updates_zsa
...
Port DIRECT_PINS from split_common/matrix.c to matrix.c (qmk#5091)
6 years ago
Erez Zukerman
1fa1feec59
Update readme.md
...
Co-Authored-By: drashna <drashna@live.com>
6 years ago
Erez Zukerman
8b5c5b5699
Update readme.md
...
Co-Authored-By: drashna <drashna@live.com>
6 years ago
Erez Zukerman
cd1a59c614
Update readme.md
...
Co-Authored-By: drashna <drashna@live.com>
6 years ago
Drashna Jaelre
e2f96b9d53
Streamline Travis CI scripting
...
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.
6 years ago
Drashna Jaelre
33178f1261
update readme
6 years ago
Drashna Jaelre
36f667f09e
Add changelog
6 years ago
Drashna Jaelre
6e57437c42
Add AltGr/RALT support to Send String qmk#4046)
6 years ago
Drashna Jaelre
317735239f
Create/update changelog.md
6 years ago
fauxpark
4506931676
Remove keyboard description from Adafruit BLE device name
6 years ago
zvecr
60ffa59a77
Port DIRECT_PINS from split_common/matrix.c to matrix.c ( #5091 )
...
* 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
6 years ago
Florian Didron
ea4581cef1
Merge pull request #2 from drashna/ez_update_rgb
...
Update Ergodox EZ Repo with RGB Overhaul (Proper)
6 years ago
Alex Ong
4a98f1e7a0
ergodox_ez: fixed bug where debounce() was called without calculating changed ( #5589 )
6 years ago