summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add led matrix support for CKLED2001 (#17643)lokher2022-08-137-16/+627
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-132-0/+15
|\
| * Remove old submodules if present (#17930)Nick Brassel2022-08-132-0/+15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-131-1/+1
|\|
| * [Keyboard] Remove unused keycodes from Aurora65 keymap (#18022)Drashna Jaelre2022-08-121-1/+1
| |
* | [Bug] Fix wrong varaible in encoder block (#18020)Drashna Jaelre2022-08-121-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-137-0/+204
|\|
| * [Keyboard] add ogrn (#17983)arnstadm2022-08-127-0/+204
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-131-1/+4
|\|
| * [Keyboard] Increase kinesis/kint41 unselect delay (#18015)rockybulwinkle2022-08-131-1/+4
| | | | | | | | | | | | | | | | | | * [Keyboard] Increase kinesis/kint41 unselect delay Fixes #18014 * Update kint41.c Use correct si-abbreviation for micro in comment.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-137-0/+244
|\|
| * [Keyboard] Add akb-ogr (#17982)arnstadm2022-08-127-0/+244
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | KR_DQUO S(KR_COLN) → KR_DQUO S(KR_QUOT) (#18011)precondition2022-08-121-1/+1
| |
* | define CZ_PERC S(CZ_PLUS) → define CZ_PERC S(CZ_EQL) (#18008)precondition2022-08-121-1/+1
| |
* | Remove invisible variation selector-15 from keymap_japanese.h (#18007)precondition2022-08-121-2/+2
| |
* | Use LT_ZCAR in place of LT_PLUS for modded kc definitions (#18000)precondition2022-08-121-2/+2
| |
* | Fix Bépo's BP_NNBS (narrow non-breaking space) (#17999)precondition2022-08-121-1/+1
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-133-281/+51
|\|
| * Fix viendi8l compilation (#18017)Ryan2022-08-123-281/+51
| |
* | Added implementation of WB32 MCU wear_leveling_efl. (#17579)Joy Lee2022-08-131-0/+2
| |
* | Move Encoder+Encoder Map from generic features (#18018)Drashna Jaelre2022-08-122-2/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-132-82/+82
|\|
| * [Keyboard] Fix compilation issues for Mechlovin Adelais (#18019)Drashna Jaelre2022-08-132-82/+82
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-135-33/+35
|\|
| * [Keymap] update fave104 keymap (#18004)DUILCHOI2022-08-122-2/+2
| |
| * [Docs] Refactor code examples (#18003)Albert Y2022-08-123-31/+33
| |
* | Create generic Pointing Device Pin defines (#17776)Drashna Jaelre2022-08-126-40/+80
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-122-4/+4
|\|
| * Put non-US ISO keys in their expected spots in sagittarius' default keymaps ↵precondition2022-08-132-4/+4
| | | | | | | | (#18005)
* | Update to latest ChibiOS-Contrib. (#18016)Nick Brassel2022-08-131-0/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-121-82/+82
|\|
| * Format code according to conventions (#18009)QMK Bot2022-08-121-82/+82
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-1212-0/+436
|\|
| * [Keyboard] Add arc60 (#17976)Vertex-kb2022-08-1212-0/+436
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-121-1/+1
|\|
| * Remove legacy keycode use from command (#18002)Joel Challis2022-08-121-1/+1
| |
* | Refactor Pixel Fractal effect (#17602)Albert Y2022-08-111-50/+28
| | | | | | | | | | | | | | | | | | | | | | * Refactor effect with smaller array * Add RGB_MATRIX_USE_LIMITS call * Remove spaces Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Add minimal STM32F103C6 support (#17853)Sergey Vlasov2022-08-1111-1/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, the crippled versions of “Bluepill” boards with STM32F103C6xx chips instead of STM32F103C8xx are now sold all over the place, sometimes advertised in a confusing way to make the difference not noticeable until too late. Add minimal support for these MCUs in the common “Bluepill with stm32duino” configuration, so that it could be possible to make something useful from those boards (although fitting QMK into the available 24 KiB of flash may be rather hard). (In fact, I'm not sure whether the “STM32” part of the chip name is actually correct for those boards of uncertain origin, so the onekey board name is `bluepill_f103c6`; another reason for that name is to match the existing `blackpill_f401` and `blackpill_f411`.) The EEPROM emulation support is not included on purpose, because enabling it without having a working firmware size check would be irresponsible with such flash size (the chance that someone would build a firmware where the EEPROM backing store ends up overlapping some firmware code is really high). Other than that, enabling the EEPROM emulation code is mostly trivial (the `wear_leveling` driver with the `embedded_flash` backing store even works without any custom configuration, although its code is significantly larger than the `vendor` driver, which may also be important for such flash size).
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-119-47/+321
|\|
| * [Keyboard] Add Iris Rev. 7 (#17967)Danny2022-08-119-47/+321
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Add cursor layer to DMQ Spin (#17996)Joshua Diamond2022-08-111-5/+13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-111-1/+1
|\|
| * update ecila layout (#17975)mincedshon2022-08-111-1/+1
| | | | | | -update layout
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-111-1/+1
|\|
| * Format code according to conventions (#17990)QMK Bot2022-08-101-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-1116-66/+500
|\|
| * [Keymap] update fave104 keymap (#17988)DUILCHOI2022-08-102-66/+66
| |
| * [Keymap] Added personal keymap for keebio/iris/rev6 (#17971)Adam Applegate2022-08-103-0/+112
| |
| * [Keyboard] Add Aperture keyboard (#17980)Ivan Gromov2022-08-1011-0/+322
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-111-2/+5
|\|