Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rgblight: driver selection cleanups (#21558) | Ryan | 2023-08-15 | 1 | -1/+1 |
| | |||||
* | OLED: driver naming cleanups (#21710) | Ryan | 2023-08-15 | 2 | -2/+0 |
| | |||||
* | [Keyboard] Add STM32f3 Discovery onekey (#21625) | Stefan Kerkmann | 2023-07-28 | 6 | -0/+47 |
| | |||||
* | haptic: naming cleanups (#21551) | Ryan | 2023-07-21 | 1 | -1/+1 |
| | |||||
* | Relocate backlight drivers (#21444) | Ryan | 2023-07-08 | 11 | -32/+0 |
| | |||||
* | STM32H723 support (#21352) | Nick Brassel | 2023-06-28 | 3 | -0/+24 |
| | |||||
* | Move `TAPPING_TERM` to data driven (#21296) | Ryan | 2023-06-24 | 2 | -1/+3 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) | Nick Brassel | 2023-06-23 | 8 | -17/+6 |
| | | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default. | ||||
* | Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (#21282) | Nick Brassel | 2023-06-19 | 6 | -0/+52 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 20 | -22/+20 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-04-03 | 2 | -2/+2 |
|\ | |||||
| * | onekey: Fix console output on AVR (#19930) | Sergey Vlasov | 2023-04-03 | 2 | -2/+2 |
| | | |||||
* | | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 2 | -2/+3 |
| | | |||||
* | | Clean up APA102 config and add DD mapping (#20159) | Ryan | 2023-03-20 | 36 | -36/+72 |
| | | |||||
* | | Fixup CI build for F103C6 onekey. (#20188) | Nick Brassel | 2023-03-19 | 1 | -1/+1 |
|/ | |||||
* | Add some missing `#pragma once`s (#19902) | Ryan | 2023-02-21 | 1 | -0/+3 |
| | |||||
* | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | 2023-02-07 | 1 | -4/+0 |
| | |||||
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 1 | -3/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 23 | -23/+0 |
| | |||||
* | Remove deprecated Quantum keycodes (#19712) | Ryan | 2023-01-29 | 1 | -1/+1 |
| | |||||
* | Fix functions with empty params (#19647) | Ryan | 2023-01-20 | 2 | -2/+2 |
| | | | | | * Fix functions with empty params * Found a bunch more | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-19 | 16 | -8/+89 |
|\ | |||||
| * | Fixup ChibiOS header inclusion search ordering. (#19623) | Nick Brassel | 2023-01-19 | 16 | -8/+89 |
| | | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering. | ||||
* | | Add analog support for RP2040 (#19453) | Sergey Vlasov | 2023-01-19 | 2 | -0/+3 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Add mmoskal/uf2-stm32f103 bootloader support (#19594) | Joel Challis | 2023-01-15 | 6 | -0/+111 |
| | | |||||
* | | Ignore defaults.hjson values if already set (#19511) | Joel Challis | 2023-01-07 | 2 | -4/+2 |
| | | | | | | | | | | * Ignore defaults.hjson values if already set * Add warning when nothing is merged | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-07 | 2 | -1/+3 |
|\| | |||||
| * | Fix `handwired/onekey/kb2040` WS2812 pin (#19517) | Joel Challis | 2023-01-07 | 2 | -1/+3 |
| | | |||||
* | | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 2 | -5/+5 |
| | | |||||
* | | [Core] Quantum Painter - LVGL Integration (#18499) | jpe230 | 2022-12-13 | 5 | -0/+89 |
| | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | [RP2040] update i2c drivers to reflect peripheral number (#19277) | Stefan Kerkmann | 2022-12-11 | 1 | -1/+1 |
|/ | |||||
* | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | 2022-12-02 | 20 | -54/+221 |
| | |||||
* | Joystick feature improvements (#19052) | Ryan | 2022-11-27 | 4 | -2/+50 |
| | |||||
* | jsonify some info.json (#19146) | Joel Challis | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-18 | 6 | -2/+14 |
|\ | |||||
| * | Disable onekey console by default (#19104) | Joel Challis | 2022-11-18 | 6 | -2/+14 |
| | | |||||
* | | Digitizer feature improvements (#19034) | Ryan | 2022-11-12 | 1 | -26/+46 |
| | | |||||
* | | onekey: disable NKRO and mousekeys by default (#19038) | Ryan | 2022-11-12 | 2 | -6/+2 |
| | | |||||
* | | Added analog support for WB32 MCU. (#18289) | Joy Lee | 2022-11-01 | 10 | -6/+120 |
| | | | | | | Co-authored-by: Joy <chang.li@westberrytech.com> | ||||
* | | Remove rgblight_list.h (#18878) | Ryan | 2022-10-27 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references | ||||
* | | [Core] Adjust PWM hardware audio driver for RP2040 (#17723) | Stefan Kerkmann | 2022-10-27 | 2 | -0/+7 |
| | | |||||
* | | Normalise Joystick and Programmable Button keycodes (#18832) | Ryan | 2022-10-24 | 1 | -1/+1 |
| | | |||||
* | | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core | ||||
* | | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726) | Drashna Jaelre | 2022-10-15 | 2 | -2/+20 |
| | | |||||
* | | onekey: Enable ADC for STM32F072 Discovery (#18592) | Ryan | 2022-10-05 | 2 | -0/+5 |
| | | |||||
* | | [Core] PWM Backlight for RP2040 (#17706) | Stefan Kerkmann | 2022-10-04 | 7 | -1/+28 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-01 | 1 | -3/+2 |
|\| | |||||
| * | onekey: fix quine keymap (#18555) | Ryan | 2022-10-01 | 1 | -3/+2 |
| | | |||||
* | | onekey: enable ADC for Bluepill and Blackpill (#18545) | Ryan | 2022-09-30 | 10 | -0/+26 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-09-30 | 69 | -335/+259 |
|\| |