Joel Challis
cdff9b8da7
Restrict "feature" and "animation" keys ( #21895 )
2 years ago
HiryKun
5cd47f5094
Add "apm32-dfu" in keyboard.jsonschema ( #21842 )
2 years ago
Joel Challis
a9e2f6a25a
Remove `led_matrix.hue_steps` and `led_matrix.sat_steps` from schema ( #21827 )
2 years ago
Ryan
1c069b13b9
rgblight: driver selection cleanups ( #21558 )
2 years ago
Ryan
b4a7b9253a
Bluetooth: driver naming cleanups ( #21624 )
2 years ago
Nick Brassel
c814be0296
STM32H723 support ( #21352 )
2 years ago
Ryan
9551a0a38a
Move `RGBLIGHT_LED_MAP` to data driven ( #21095 )
2 years ago
Joel Challis
aa33fb00fd
Revert "Add *_MATRIX_LED_COUNT generation/validation ( #19515 )" ( #21109 )
...
This reverts commit 25c16b3ade
.
2 years ago
Joel Challis
25c16b3ade
Add *_MATRIX_LED_COUNT generation/validation ( #19515 )
...
* Add *_MATRIX_LED_COUNT parsing/validation
* Disable parsing for now
* Disable complexity check
2 years ago
Ryan
ab8c5013c8
BIOI G60/Morgan65: use custom Bluetooth driver ( #20897 )
2 years ago
Ryan
47966dc2a6
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` ( #20303 )
2 years ago
Pascal Getreuer
ae63c0f509
[Core] Caps Word "Invert on shift" option: pressing Shift inverts the shift state. ( #20092 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Joel Challis
1b8c7c39d7
Allow EEPROM_DRIVER from info.json ( #20313 )
2 years ago
Ryan
647c2835e6
WS2812 driver improvements ( #20262 )
2 years ago
Joel Challis
79b0f9168e
Custom keycodes in JSON ( #19925 )
2 years ago
Ryan
36ce81df59
Move `WS2812_DRIVER` to data driven ( #20248 )
2 years ago
Ryan
65a80f411f
Clean up APA102 config and add DD mapping ( #20159 )
2 years ago
leah-splitkb
46bbb81dd2
Add RP2040 Community Edition alias for Liatris ( #19966 )
2 years ago
Joel Challis
500c4b7484
Reject VIA keys within info.json ( #20026 )
2 years ago
Ryan
314f6c1ddb
Move backlight config to data driven ( #19910 )
2 years ago
Joel Challis
896d9aa98c
Add rp2040_ce and add elite-pi and helios as alias ( #19830 )
...
* add rp2040_ce and add elite-pi and helios as alias (#19628 )
* fix git mishap
* Update platforms/chibios/converters/promicro_to_rp2040_ce/_pin_defs.h
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Co-authored-by: Joel Challis <git@zvecr.com>
* Tidy docs
---------
Co-authored-by: Conor Burns <mail@conor-burns.com>
2 years ago
miguelelinventor
e24f9b2c0a
Add Michi MCU Converter support ( #19163 )
2 years ago
Joel Challis
0b25528b6b
Fix 'No LAYOUTs defined' check ( #19537 )
2 years ago
Joel Challis
0730740add
Add mmoskal/uf2-stm32f103 bootloader support ( #19594 )
2 years ago
precondition
515dd18c28
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_PER_KEY ( #15741 )
2 years ago
dexter93
f2a8a13dba
Core: Support inverted scan logic for optical switches ( #19053 )
2 years ago
Joel Challis
92fadf0110
Ensure info.json layout macros are somewhat valid ( #19236 )
2 years ago
Joel Challis
c952458c78
DD bootmagic config ( #19201 )
...
* DD bootmagic config
* Also enable
* docs
2 years ago
Joel Challis
af6aa225eb
Additional DD backlight config ( #19124 )
...
* Additional dd backlight config
* Update docs
3 years ago
Drashna Jaelre
1a3f2130d5
Revert "Add pointing device support to data driven config ( #18215 )" ( #19063 )
3 years ago
Joel Challis
e273df8b93
Fix duplicate key in keyboard.jsonschema ( #19058 )
3 years ago
Drashna Jaelre
d3073ef494
Add pointing device support to data driven config ( #18215 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
Ryan
479d8de622
Format DD mappings and schemas ( #18924 )
3 years ago
precondition
c012490712
Add unit tests for HOLD_ON_OTHER_KEY_PRESS ( #18721 )
...
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files
* Add unit tests for HOLD_ON_OTHER_KEY_PRESS
3 years ago
Nick Brassel
f99b9ba270
Widen the ARM Cortex-M family support. Allow USB peripheral change. ( #18767 )
3 years ago
Less/Rikki
a8d6b37fac
DD mappings for build.debounce_type and backlight.levels ( #18628 )
3 years ago
Dasky
c255174cf3
Implement split comms watchdog ( #18599 )
3 years ago
Ryan
ea2819b2c2
Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` ( #18415 )
3 years ago
Ryan
675d91b813
Generate DD RGBLight/LED/RGB Matrix animation defines ( #18459 )
3 years ago
Ryan
89a1374ef4
Add DD mapping for LED/RGB Matrix center ( #18432 )
3 years ago
Ryan
8d0fb4ca9e
Add DD mapping for LED/RGB Matrix HSVS steps ( #18414 )
3 years ago
Ryan
8beb61b790
Add DD mapping for LED/RGB Matrix split count ( #18408 )
3 years ago
Ryan
0f5cfc0363
Add DD mapping for LED/RGB Matrix max brightness ( #18403 )
3 years ago
Joel Challis
1155140631
Add Elite-C to converters ( #18309 )
3 years ago
Danny
fb6e821541
Add Elite-Pi converter ( #18236 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
Marek Kraus
0237ff0c62
[Core] Rework PS/2 driver selection ( #17892 )
...
* [Core] Rework PS/2 driver selection
Enabling and selecting PS/2 driver was using old approach,
so it was reworked to current approach, inspired by Serial
and WS2812 driver selections.
* [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection
* [Docs] Update PS/2 documentation to use new PS/2 driver selection
* Fix indentation
* [Core] Add PS2 to data driver
* Fix oversight in property name
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add PS/2 pins to data driven mappings
Co-authored-by: Drashna Jaelre <drashna@live.com>
3 years ago
Ryan
ef775d0fc8
Fix incorrect `bluetooth.driver` rules.mk mapping ( #18205 )
3 years ago
Ryan
d18698a8e8
Remove deprecated USBasp and bootloadHID bootloader types ( #18195 )
3 years ago
Ryan
d4a6ee1cad
Clean up schema syntax ( #18192 )
3 years ago
David Hoelscher
a645301c82
Add Bonsai C4 converter ( #17711 )
3 years ago