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