zmk/app/boards/shields/helix
Joel Spadin 32ae776c42 refactor: Add more checks to pre-commit
Updated existing pre-commit hooks and added some new hooks:

- Remove trailing whitespace
- Ensure every non-empty file ends with a new line
- Check YAML file validity
- Prevent adding large files
- Ensure any scripts with shebangs are executable

Added a GitHub action to run pre-commit on every commit. Removed any
existing actions which duplicate pre-commit.

Ran pre-commit on the codebase.
2023-04-24 16:07:04 -07:00
..
boards fix(underglow): Move to spi3 for underglow bus. 2023-04-09 14:41:00 -07:00
helix.conf feat(shields): add helix shield 2021-01-05 18:56:47 +00:00
helix.dtsi refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
helix.keymap refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
helix.zmk.yml refactor(shields): Add pro-micro shield metadata. 2021-09-11 00:50:36 -04:00
helix_left.overlay refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
helix_right.overlay feat(boards): Remove usage of pro_micro_a/d nodes 2021-09-25 23:09:21 -04:00
Kconfig.defconfig refactor(shields): Move to generic central role config. 2022-05-29 19:18:09 -04:00
Kconfig.shield feat(shields): add helix shield 2021-01-05 18:56:47 +00:00
README.md feat(shields): add helix shield 2021-01-05 18:56:47 +00:00

Note to user:

  • If desired, RGB underglow must be manually enabled before building and flashing. Check 'helix.conf' to do so.
  • Peripheral RGB function is impaired until full support is implemented in the master branch.
  • OLED displays are not currently included in this shield. This will be updated after OLED support is live.
  • 'KANA' and 'EISUU' input is currently utilized under the 'LANG1' and 'LANG2' keycodes respectively.

Thanks to Nicell, KemoNine, petejohanson, TJ "Chormbo The Great", joelspadin/Rinh, Wofiel, Okke, innovaker, and the rest of the ZMK contributors for their support in constructing this shield. I appreciate your assistance greatly. This has been a valuable learning experience for me. May this contribution serve the community well.