summaryrefslogtreecommitdiffstats
path: root/keyboards/le_chiffre/le_chiffre.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] le_chiffre.c conditional led_config (#13285)Nathan2021-06-211-0/+2
| | | disabling RGB_MATRIX_ENABLE causes led_config to fail during compile. Setting this conditional allows you to turn off RGB
* [Keyboard] Add via support for le chiffren (#10597)TJ2020-12-291-0/+30
| | | | | | | | | | | | | | | | | | | | * add Via support and improve default keymap * Update OLED widgets with Sickbabies updates. Add license headers * Add led matrix config * Add g_led_config * Fix rules for matrix * rules.mk updates * Fix key lock state widgets rebase on master * Rules fixes * remove LED_MAP
* Add Le Chiffre keyboard (#8995)tominabox12020-05-081-0/+1
* Initial * update json, added basic oled config, updated matrix to correct rotary location * disable oled by default * Tuned oled for release * Completed OLED function implementation Correct spelling error in readme * Fixed image in readme * Should not be in this branch * Incorporating recommended changes by zvecr * Update keyboards/le_chiffre/info.json Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/le_chiffre/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>