summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey
Commit message (Expand)AuthorAgeFilesLines
* Relocate backlight drivers (#21444)Ryan2023-07-0811-32/+0
* STM32H723 support (#21352)Nick Brassel2023-06-283-0/+24
* Move `TAPPING_TERM` to data driven (#21296)Ryan2023-06-242-1/+3
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-238-17/+6
* Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (#21282)Nick Brassel2023-06-196-0/+52
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0620-22/+20
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-04-032-2/+2
|\
| * onekey: Fix console output on AVR (#19930)Sergey Vlasov2023-04-032-2/+2
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-2/+3
* | Clean up APA102 config and add DD mapping (#20159)Ryan2023-03-2036-36/+72
* | Fixup CI build for F103C6 onekey. (#20188)Nick Brassel2023-03-191-1/+1
|/
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+3
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3123-23/+0
* Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
* Fix functions with empty params (#19647)Ryan2023-01-202-2/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-1916-8/+89
|\
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-1916-8/+89
* | Add analog support for RP2040 (#19453)Sergey Vlasov2023-01-192-0/+3
* | Add mmoskal/uf2-stm32f103 bootloader support (#19594)Joel Challis2023-01-156-0/+111
* | Ignore defaults.hjson values if already set (#19511)Joel Challis2023-01-072-4/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-072-1/+3
|\|
| * Fix `handwired/onekey/kb2040` WS2812 pin (#19517)Joel Challis2023-01-072-1/+3
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-5/+5
* | [Core] Quantum Painter - LVGL Integration (#18499)jpe2302022-12-135-0/+89
* | [RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann2022-12-111-1/+1
|/
* Fixup EFL and F4's sector selection. (#19221)Nick Brassel2022-12-0220-54/+221
* Joystick feature improvements (#19052)Ryan2022-11-274-2/+50
* jsonify some info.json (#19146)Joel Challis2022-11-251-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-186-2/+14
|\
| * Disable onekey console by default (#19104)Joel Challis2022-11-186-2/+14
* | Digitizer feature improvements (#19034)Ryan2022-11-121-26/+46
* | onekey: disable NKRO and mousekeys by default (#19038)Ryan2022-11-122-6/+2
* | Added analog support for WB32 MCU. (#18289)Joy Lee2022-11-0110-6/+120
* | Remove rgblight_list.h (#18878)Ryan2022-10-272-2/+2
* | [Core] Adjust PWM hardware audio driver for RP2040 (#17723)Stefan Kerkmann2022-10-272-0/+7
* | Normalise Joystick and Programmable Button keycodes (#18832)Ryan2022-10-241-1/+1
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-152-2/+20
* | onekey: Enable ADC for STM32F072 Discovery (#18592)Ryan2022-10-052-0/+5
* | [Core] PWM Backlight for RP2040 (#17706)Stefan Kerkmann2022-10-047-1/+28
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-011-3/+2
|\|
| * onekey: fix quine keymap (#18555)Ryan2022-10-011-3/+2
* | onekey: enable ADC for Bluepill and Blackpill (#18545)Ryan2022-09-3010-0/+26
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-09-3069-335/+259
|\|
| * Onekey: migrate some stuff to data driven (#18502)Ryan2022-09-3069-335/+259
* | Further refactoring of joystick feature (#18437)Ryan2022-09-271-5/+1
* | Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-2/+2
|/
* Move keyboard USB IDs and strings to data driven: develop (#18152)Ryan2022-08-248-6/+12