summaryrefslogtreecommitdiffstats
path: root/keyboards/tominabox1/le_chiffre/he
Commit message (Collapse)AuthorAgeFilesLines
* [keyboard] tominabox1/le_chiffre refactor pt 1 (#21567)Less/Rikki2023-07-253-72/+13
| | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)Ryan2023-06-241-1/+4
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-0/+3
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-123-35/+49
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-21/+3
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-112-8/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-262-4/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-7/+3
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-202-4/+5
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)Ryan2022-08-202-4/+5
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* [Keyboard] Le Chiffre rev 2 and HE additions (#17377)TJ2022-07-235-0/+128
* chiffre refactor for new revisions * updated led matrix config * updated per suggestions * add tapdance enable * revert tapdance (none defined in the default keymaps) * clean up rules * add readme for HE * remove notes in readme * fix perm * fix perms * Fix spacing on readme * fix perm * fix perms again?