| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for encoders and support ENCODER_MAP_ENABLE on Planck rev7 (#23967) | Y.KEISUKE | 2024-07-08 | 1 | -7/+15 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Update GPIO API usage in keyboard code (#23361) | Ryan | 2024-05-03 | 1 | -13/+13 |
| | | |||||
| * | Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) | Ryan | 2024-03-30 | 1 | -4/+3 |
| | | |||||
| * | Add encoder abstraction. (#21548) | Nick Brassel | 2024-02-18 | 1 | -75/+11 |
| | | |||||
| * | planck/rev7: Fix build without AUDIO_ENABLE (#21408) | Sergey Vlasov | 2023-07-03 | 1 | -0/+1 |
| | | |||||
| * | Planck Matrix Fixes (#21196) | Jack Humbert | 2023-06-21 | 1 | -14/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix non-default keymap compiling, initial matrix state, watchdog options * fix: allow planck/rev7 to be used with ENCODER_ENABLE = no * chore: update function name on all cases. * remove old midi tone option Co-authored-by: Ryan <fauxpark@gmail.com> * fixes abhixec's planck keymap * add audio enable condition to abhixec's planck keymap * add audio enable condition to all muse includes * Revert "add audio enable condition to all muse includes" This reverts commit 9779e908970dbf7cf81b1a3f968ef2e85ae2b76f. * Revert "add audio enable condition to abhixec's planck keymap" This reverts commit 24c742a5e8ddd55c45ce9f1917b0cb237d4bf721. * Revert "fixes abhixec's planck keymap" This reverts commit 4bb085d1ff00febc92ff6211da4fb776c6379fad. --------- Co-authored-by: Peter.Falken <luis@bitjester.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation (#21175) | Jack Humbert | 2023-06-09 | 1 | -0/+173 |
| * adds planck/rev7 * Remove config.h include Co-authored-by: Drashna Jaelre <drashna@live.com> * convert planck matrices to lite implementation --------- Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||