Nick Brassel
2b00b846dc
Non-volatile memory data repository pattern ( #24356 )
...
* First batch of eeconfig conversions.
* Offset and length for datablocks.
* `via`, `dynamic_keymap`.
* Fix filename.
* Commentary.
* wilba leds
* satisfaction75
* satisfaction75
* more keyboard whack-a-mole
* satisfaction75
* omnikeyish
* more whack-a-mole
* `generic_features.mk` to automatically pick up nvm repositories
* thievery
* deferred variable resolve
* whitespace
* convert api to structs/unions
* convert api to structs/unions
* convert api to structs/unions
* fixups
* code-side docs
* code size fix
* rollback
* nvm_xxxxx_erase
* Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too.
* Fixup build.
* Fixup compilation error with encoders.
* Build fixes.
* Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof.
* Build failure rectification.
2025-03-21 23:38:34 +11:00
Joel Challis
e4e015c0c8
Update keymaps to use PDF keycode ( #24633 )
2024-11-23 13:35:34 +00:00
Y.KEISUKE
54f907bfe9
Fix for encoders and support ENCODER_MAP_ENABLE on Planck rev7 ( #23967 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-07-08 08:45:35 +10:00
Ryan
d09a06a1b3
Update GPIO API usage in keyboard code ( #23361 )
2024-05-03 15:21:29 +10:00
Joel Challis
40d0512794
Migrate build target markers to keyboard.json - P ( #23565 )
2024-04-22 02:06:41 +01:00
Ryan
2dd406f08f
Remove quantum.h
includes from keyboard custom matrix.c
s ( #23371 )
2024-03-30 14:07:19 +00:00
Ryan
569b0c70be
WS2812 PWM: prefix for DMA defines ( #23111 )
...
* WS2812 PWM: prefix for DMA defines
* Add backward compatibility defines
2024-03-02 17:16:47 +00:00
Nick Brassel
9d9cdaaa2d
Add encoder abstraction. ( #21548 )
2024-02-18 21:17:15 +11:00
Joel Challis
d7727a54bc
Remove LAYOUTS_HAS_RGB ( #22917 )
2024-01-18 23:07:54 +00:00
Joel Challis
41948350e8
Migrate RGB Matrix config to info.json - NOPQ ( #22866 )
2024-01-10 09:55:09 +00:00
Ryan
8812a09581
Rename RGB_DISABLE_WHEN_USB_SUSPENDED
-> RGB_MATRIX_SLEEP
( #22682 )
2023-12-20 13:31:50 +11:00
Joel Challis
1ed03f498f
Remove userspace keymaps ( #22544 )
2023-11-27 05:36:45 +11:00
Joel Challis
a0a6820c1b
Migrate some dip switch config to info.json ( #22437 )
2023-11-23 08:33:59 +11:00
Ryan
37bc949945
RGB Matrix: driver naming cleanups ( #21594 )
2023-08-23 01:00:03 +01:00
Sergey Vlasov
4a71f5f602
planck/rev7: Fix build without AUDIO_ENABLE ( #21408 )
2023-07-03 11:36:19 -07:00
Luis Garcia
4755ed0efb
[Keymap] Add peterfalken planck/rev7 keymap ( #21328 )
2023-06-30 21:21:40 -06:00
Jack Humbert
42cd55e08d
Planck Matrix Fixes ( #21196 )
...
* 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 9779e90897
.
* Revert "add audio enable condition to abhixec's planck keymap"
This reverts commit 24c742a5e8
.
* Revert "fixes abhixec's planck keymap"
This reverts commit 4bb085d1ff
.
---------
Co-authored-by: Peter.Falken <luis@bitjester.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-06-20 20:32:32 -04:00
Jared
e01e3fc866
Typo Correction in planck/rev7 readme.md ( #21194 )
...
Corrected typo explaining encoder requirements.
2023-06-09 22:16:46 -04:00
Jack Humbert
232281946d
Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation ( #21175 )
...
* 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>
2023-06-08 21:46:09 -04:00