Stefan Kerkmann
f686ad9e63
[Core] STM32G0x1 support ( #24301 )
2025-05-19 15:51:28 +10:00
Joel Challis
0b6a460b7f
Remove duplicate of SPI default config from keyboards ( #25266 )
2025-05-16 17:35:05 +01:00
Pascal Getreuer
f4171412a6
Enable community modules to define LED matrix and RGB matrix effects. ( #25187 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2025-05-12 09:30:19 +10:00
HorrorTroll
02525f683e
Allow LVGL onekey keymap to be able compile for other board ( #25005 )
2025-05-10 19:26:50 +01:00
Joel Challis
0bd02952ea
Remove "command":false
from keyboards ( #25193 )
2025-04-24 10:28:13 +10:00
Joel Challis
07684bcc99
Remove "console":false
from keyboards ( #25190 )
2025-04-23 12:09:56 +10:00
Joel Challis
960c4969a5
Remove empty url
fields ( #25181 )
2025-04-22 17:59:00 +01:00
QMK Bot
0682cf9242
Merge remote-tracking branch 'origin/master' into develop
2025-03-28 13:38:59 +00:00
Ben Green
94a9099c38
Update onekey example for nucleo f446re ( #25067 )
...
* use accessible pins for nucleo f446re onekey example
* remove pin collision with matrix in keyboard.json
* use accessible pins for LED
* remove pin collision with matrix
* Update readme.md to reflect pin changes
2025-03-29 00:38:24 +11:00
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
6ee806f376
Implement battery level interface ( #24666 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2025-02-28 16:46:14 +11:00
Nick Brassel
1efc82403b
Community modules ( #24848 )
2025-02-26 22:25:41 +11:00
Joel Challis
1a30e2b32b
Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson ( #24835 )
2025-01-20 22:26:25 +00:00
HorrorTroll
7f1c236c75
Bugfix and update for AT32F415 ( #24807 )
2025-01-13 21:20:36 -08:00
HorrorTroll
cc3823f767
Update some changes for AT32F415 ( #24766 )
...
* Fixed SPI can't compiled issue
* Added solenoid support and use 256KB ldscript for Onekey board
2025-01-03 20:33:22 +00:00
Nick Brassel
7d8f193988
Allow codegen of keymap.json
=> keymap.c
without requiring layers/layout etc. ( #23451 )
2024-11-24 20:32:30 +11:00
HorrorTroll
39161b9ee7
Added MCU support for ArteryTek AT32F415 ( #23445 )
2024-11-21 17:28:28 +11:00
Ryan
8f6d2ac53c
Update Underglow keycodes ( #23765 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-08-25 22:15:07 +10:00
James Young
a1c1427594
Migrate LOCKING_*_ENABLE
to Data-Driven: H, Part 3 ( #23763 )
...
Affects:
- `handwired/jn68m`
- `handwired/jopr`
- `handwired/jot50`
- `handwired/jotanck`
- `handwired/jotpad16`
- `handwired/jtallbean/split_65`
- `handwired/juliet`
- `handwired/k_numpad17`
- `handwired/kbod`
- `handwired/ks63`
- `handwired/leftynumpad`
- `handwired/lemonpad`
- `handwired/m40/5x5_macropad`
- `handwired/macroboard/f401`
- `handwired/macroboard/f411`
- `handwired/magicforce61`
- `handwired/magicforce68`
- `handwired/mechboards_micropad`
- `handwired/minorca`
- `handwired/mutepad`
- `handwired/nicekey`
- `handwired/nortontechpad`
- `handwired/not_so_minidox`
- `handwired/novem`
- `handwired/nozbe_macro`
- `handwired/numpad20`
- `handwired/obuwunkunubi/spaget`
- `handwired/oem_ansi_fullsize`
- `handwired/onekey`
- `handwired/ortho5x13`
- `handwired/ortho5x14`
- `handwired/p65rgb`
- `handwired/pilcrow`
- `handwired/polly40`
- `handwired/postageboard/mini`
- `handwired/postageboard/r1`
- `handwired/prime_exl`
- `handwired/prime_exl_plus`
2024-05-22 00:03:56 +01:00
Joel Challis
e869c80af7
Migrate build target markers to keyboard.json - HI ( #23540 )
2024-04-17 02:49:17 +01:00
James Young
baa6000ed3
Data-Driven Keyboard Conversions: H, Part 3 ( #23530 )
2024-04-17 00:36:21 +01:00
Joel Challis
831deac212
Migrate build target markers to keyboard.json ( #23293 )
2024-03-30 11:31:50 +00:00
Joel Challis
58c38175e6
Remove redundant disabling of features ( #22926 )
2024-03-09 03:05:07 +00:00
Ryan
c6668b9cd9
Migrate RGBLED_NUM
-> RGBLIGHT_LED_COUNT
in remaining non-user keymaps ( #23128 )
2024-02-22 10:10:16 +00:00
Stefan Kerkmann
61fa6949fb
[Core] Allow ChibiOS SIO
driver for UART
driver ( #22839 )
...
* onekey: stm32f3_disco: add usart pins and activate peripheral
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
* chibios: uart: change SD1 prefix to UART
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
* chibios: uart: add SIO driver and RP2040 compatibility
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Update platforms/chibios/drivers/uart.h
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2024-02-20 11:34:24 +01:00
Ryan
2d1aed78a6
Update GPIO macro usages in core ( #23093 )
2024-02-18 17:08:27 +11:00
QMK Bot
61ed48edc3
Merge remote-tracking branch 'origin/master' into develop
2024-01-22 13:18:51 +00:00
Ryan
3495cbc638
Fix missing joystick.h include ( #22946 )
2024-01-22 13:18:20 +00:00
David Hoelscher
e9bd7d7ad3
I2C driver cleanup ( #21273 )
...
* remove i2c_start and i2c_stop from i2c drivers
* remove static i2c_address variable from chibios i2c driver
2024-01-17 14:05:38 +01:00
Ryan
a522b1f156
i2c: rename read/write register functions ( #22905 )
2024-01-16 02:26:40 +00:00
Ryan
e648155113
Rename RGBLED_NUM
-> RGBLIGHT_LED_COUNT
( #22570 )
2023-12-12 15:30:08 +11:00
Joel Challis
4682226e20
Keymap introspection for Dip Switches ( #22543 )
2023-12-11 23:06:18 +00:00
Joel Challis
e884e42ce9
Generalise ADC driver source inclusion ( #22448 )
2023-11-12 22:30:27 +00:00
Ryan
c157c19b81
Dedupe I2C, SPI, UART driver inclusions ( #22253 )
2023-10-13 17:25:32 +11:00
Ryan
1c069b13b9
rgblight: driver selection cleanups ( #21558 )
2023-08-15 11:06:57 +01:00
Ryan
5d2f2af198
OLED: driver naming cleanups ( #21710 )
2023-08-15 10:30:34 +01:00
Stefan Kerkmann
fca71f8d31
[Keyboard] Add STM32f3 Discovery onekey ( #21625 )
2023-07-28 09:19:53 +10:00
Ryan
b090354143
haptic: naming cleanups ( #21551 )
2023-07-21 09:17:39 +10:00
Ryan
cb2331713c
Relocate backlight drivers ( #21444 )
2023-07-08 23:13:10 +10:00
Nick Brassel
c814be0296
STM32H723 support ( #21352 )
2023-06-28 13:07:14 +10:00
Ryan
1e05bad1ba
Move TAPPING_TERM
to data driven ( #21296 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24 17:44:21 +10:00
Nick Brassel
416af0171c
Remove CORTEX_ENABLE_WFI_IDLE from keyboards. ( #21353 )
...
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase.
* Turn on CORTEX_ENABLE_WFI_IDLE by default.
2023-06-23 20:31:25 +01:00
Nick Brassel
0774381f81
Swap G431 to transient EEPROM. Add G431 and G474 onekeys. ( #21282 )
2023-06-19 15:02:57 +10:00
Ryan
47966dc2a6
Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
( #20303 )
2023-04-06 18:00:54 +10:00
fauxpark
bc77e79ed8
Merge remote-tracking branch 'upstream/master' into develop
2023-04-03 14:41:26 +10:00
Sergey Vlasov
2d7240f730
onekey: Fix console output on AVR ( #19930 )
2023-04-03 14:28:12 +10:00
Ryan
36ce81df59
Move WS2812_DRIVER
to data driven ( #20248 )
2023-03-26 18:22:12 +11:00
Ryan
65a80f411f
Clean up APA102 config and add DD mapping ( #20159 )
2023-03-20 08:12:19 +11:00
Nick Brassel
9d302f9b7f
Fixup CI build for F103C6 onekey. ( #20188 )
2023-03-19 20:33:21 +00:00
Ryan
499fc3b85e
Add some missing #pragma once
s ( #19902 )
2023-02-21 15:55:23 +00:00