Commit Graph

27565 Commits

Author SHA1 Message Date
Florian Didron
5456d00fd8 h/f: persist layer color toggle state in eeprom
Some checks failed
Build firmware / build-firmware (default) (push) Has been cancelled
Build firmware / build-firmware (oryx) (push) Has been cancelled
2025-07-10 09:12:22 +07:00
Florian Didron
f820dbb048 h/f: compilation hangs when Oryx code is disabled
Some checks failed
Build firmware / build-firmware (default) (push) Has been cancelled
Build firmware / build-firmware (oryx) (push) Has been cancelled
2025-05-27 08:42:37 +07:00
Florian Didron
6172b4cb3a fix: disables boot magic
Some checks failed
Build firmware / build-firmware (default) (push) Has been cancelled
Build firmware / build-firmware (oryx) (push) Has been cancelled
2025-05-26 17:47:41 +07:00
Florian Didron
c5759665cd chore: code style 2025-05-26 17:47:29 +07:00
Florian Didron
d6adabf5d5 hf: tentative soft reset fix for transient noise on the i2c bus 2025-05-26 17:47:12 +07:00
Florian Didron
412e87c216 hf: tentative soft reset fix for transient noise on the i2c bus 2025-05-26 17:46:49 +07:00
Pascal Getreuer
873247739e Add Flow Tap to zsa/qmk_firmware. (#408)
Some checks failed
Build firmware / build-firmware (default) (push) Has been cancelled
Build firmware / build-firmware (oryx) (push) Has been cancelled
* Add Flow Tap to zsa/qmk_firmware.

* Flow Tap bug fixes and enhancements.

Adds Tap Flow bug fix https://github.com/qmk/qmk_firmware/pull/25175 and
enhancement https://github.com/qmk/qmk_firmware/pull/25200.
2025-04-29 16:06:33 +07:00
Florian
12c7a1f4b1 fix: linking error with chordal hold on ergo / moonlander
Some checks failed
Build firmware / build-firmware (oryx) (push) Has been cancelled
Build firmware / build-firmware (default) (push) Has been cancelled
2025-02-11 15:47:29 +07:00
Pascal Getreuer
ca50603741 Add Chordal Hold to zsa/qmk_firmware. (#405)
Some checks failed
Build firmware / build-firmware (default) (push) Has been cancelled
Build firmware / build-firmware (oryx) (push) Has been cancelled
* Add Chordal Hold to zsa/qmk_firmware.

* Add chordal_hold_layout weak def for Moonlander.
2025-02-07 08:34:26 +07:00
Erez Zukerman
8050e297f5 Update readme.md 2025-02-05 12:46:12 -05:00
Florian
d1bd59cb8a feat: adds latest rgb animations 2024-12-30 14:33:06 +07:00
Drashna Jaelre
4ae6ea9679 Fix Ergodox Indicator LEDs (#402)
* Revert "fix: shine led indicator brightness"

This reverts commit 0b6f7f996c.

* Cleanup leds

* Confirm working on AVR and ARM
2024-11-26 09:42:25 +07:00
Florian
0b6f7f996c fix: shine led indicator brightness 2024-11-14 17:00:57 +07:00
Florian
ac5f08afed fix: halfmoon moonlander layout 2024-10-04 08:46:29 +07:00
Florian
eb3e0354ab fix: add key code aliases even if oryx enable is false 2024-09-17 15:27:25 +07:00
Florian
62c7194f8f fix: webhid layer change not being fired when layer led are disabled 2024-09-11 10:43:12 +07:00
Florian
06c04dbdcd fix: sets EZ_SAFE_RANGE custom keycode enum value 2024-09-06 15:24:28 +07:00
Drashna Jaelre
35a93f3ce5 Fix i2c timeouts (#401)
* MCP23018: make timeout configurable

* Fix i2c timeouts for all boards
2024-08-29 06:21:48 +07:00
Drashna Jaelre
0be58d4b06 Fix issues with Ergodox EZ Shine LEDs (#400)
* Fix issues with Ergodox EZ Shine LEDs

* Get RGB Light working with newer driver model
2024-08-19 17:14:18 +07:00
Drashna Jaelre
e9fa160faf Re-Add ZSA custom chimes (#398) 2024-08-19 15:10:51 +07:00
Florian
04b25c5a15 fix: ignore unset packets on LUFA 2024-08-08 15:37:08 +07:00
Florian
ec84919fe2 fix: prevent the board to send duplicate layer events 2024-08-08 15:37:08 +07:00
Drashna Jaelre
d4c5bb0a0f Set Tapping Toggle to 1 for all boards (#397) 2024-08-08 12:09:52 +07:00
Marcus Ofenhed
cc1d6fdcc7 fix: layer_state_set_user didn't trigger if VOYAGER_USER_LEDS was defined (#396) 2024-08-05 12:03:01 +07:00
Drashna Jaelre
3a096364ee workflow fixes (#395)
* voyager: fix compilation errors

* workflow: fix firmware building to work correctly

* Calculate and print stack size on AVR builds

* workflow: add oryx keymaps

* Fix issues due to tests

Proof that they're working!
2024-08-01 07:20:11 +07:00
Drashna Jaelre
ac32098d80 voyager: disable newer animations (#394) 2024-07-31 14:47:07 +07:00
Florian
a622e5f79b feat: create keycode aliases 2024-07-30 17:56:15 +07:00
Florian
2120dc5e4f h/fix: voyager compilation crash if oryx is disabled 2024-07-26 14:23:06 +07:00
Florian
bcc5eefe43 fix: default serial number define 2024-07-12 14:24:38 +07:00
Florian
e11c9a101c fix: moonlander/ergodox out of bound animation mode when flashing a layout with less animations set 2024-07-12 14:22:38 +07:00
Florian
b36861d7f9 feat: webhid rgb effect respects current brightness 2024-07-12 08:39:57 +07:00
Florian
27a59c897c fix: restores status led control voyager / moonlander 2024-07-12 08:17:54 +07:00
Drashna Jaelre
9f2e2383a8 Fix voyager alias (#393) 2024-07-11 08:04:18 +07:00
Florian
3e551f4d0e feat: store the firmware version in the usb spec SERIAL_NUMBER data blob 2024-07-08 17:41:28 +07:00
Drashna Jaelre
d03c020a9c LUFA: make send_report a boolean (#392) 2024-07-05 13:12:21 +07:00
Florian
0754cffbee h/fix: replace deprecated RGB_DISABLE_WHEN_USB_SUSPENDED with RGB_MATRIX_SLEEP 2024-07-05 13:02:53 +07:00
Drashna Jaelre
d6f7926206 fix: various configs (#391)
* fix: Change webhid_leds variable declaration location

* fix: various oryx issues

* Also fix aliases

* Fix test case in alias

* Add additional define

* Cleanup workflow

* fix more
2024-07-05 10:07:59 +07:00
Florian Didron
5c33887e49 fix: restores layer lock functionality (#390)
* fix: restores layer lock functionality

* fix: ignore oryx build pipeline keymaps

---------

Co-authored-by: Drashna Jaelre <drashna@live.com>
2024-07-05 10:06:54 +07:00
Florian
83f0013b2f fix: adds a small delay before sending a layer change on Atmel boards 2024-06-26 14:32:23 +07:00
Drashna Jael're
bedb326ba0 Use 'send_report' directly for oryx 2024-06-25 19:05:22 -07:00
Drashna Jael're
3fd3727224 Revert "LUFA: make send_report a boolean"
This reverts commit 07edd8fff4.
2024-06-25 18:38:53 -07:00
Drashna Jael're
8b29b83dac Revert "[RAW HID] Make send func a bool"
This reverts commit e5fb4085c8.
2024-06-25 18:38:50 -07:00
Drashna Jael're
e5fb4085c8 [RAW HID] Make send func a bool 2024-06-25 18:38:23 -07:00
Drashna Jael're
07edd8fff4 LUFA: make send_report a boolean 2024-06-25 18:38:23 -07:00
Drashna Jael're
7d01f591b3 Add Achordion feature 2024-06-25 18:35:15 -07:00
Drashna Jael're
b46f5e2e46 Re-add Oryx support as keyboard code 2024-06-25 18:35:15 -07:00
Drashna Jael're
6333fee6e8 Update readme 2024-06-24 21:51:44 -07:00
Drashna Jael're
854b3c82fb [ZSA] Remove keyboards and keymaps that aren't ours
fixes
2024-06-24 21:51:42 -07:00
Drashna Jael're
986d093206 [ZSA] Remove docs/users/layout folders 2024-06-24 21:15:18 -07:00
Drashna Jael're
b2cc102fa7 [ZSA] Restore readme from previous branchs 2024-06-24 21:14:45 -07:00