Skip to content

Commit

Permalink
Chiffre RGB indicator fixes
Browse files Browse the repository at this point in the history
* Reduced default brightness
* Uses a new config parameter `RGB_INDICATOR_BRIGHTNESS` to separate the
  control of front leds from the back leds
* Fix the RGB indicator enable/disable code
  • Loading branch information
sporkus committed Oct 29, 2023
1 parent ca46eaf commit bec96b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions firmware/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Firmware

- [QMK and vial config](https://github.com/sporkus/qmk_userspace/tree/main/keyboards/sporkus/le_chiffre_32)
- [Pre-compiled vial binary](./sporkus_le_chiffre_32_vial.bin)

## RGB indicators

In `config.h`:

- You can control the brightness of the leds using `RGB_INDICATOR_BRIGHTNESS (default 5 out of 255)`
- You can disable them entirely using `RGB_MODS_INDICATOR_ENABLE` and `RGB_LAYER_INDICATOR_ENABLE`
Binary file removed firmware/le_chiffre_32_vial.bin
Binary file not shown.
Binary file added firmware/sporkus_le_chiffre_32_vial.bin
Binary file not shown.

0 comments on commit bec96b0

Please sign in to comment.