summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-13Improve importer workflow (#17707)Joel Challis
2022-08-13Add led matrix support for CKLED2001 (#17643)lokher
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-13Remove old submodules if present (#17930)Nick Brassel
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-12[Keyboard] Remove unused keycodes from Aurora65 keymap (#18022)Drashna Jaelre
2022-08-12[Bug] Fix wrong varaible in encoder block (#18020)Drashna Jaelre
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-12[Keyboard] add ogrn (#17983)arnstadm
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-13[Keyboard] Increase kinesis/kint41 unselect delay (#18015)rockybulwinkle
* [Keyboard] Increase kinesis/kint41 unselect delay Fixes #18014 * Update kint41.c Use correct si-abbreviation for micro in comment.
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-12[Keyboard] Add akb-ogr (#17982)arnstadm
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-12KR_DQUO S(KR_COLN) → KR_DQUO S(KR_QUOT) (#18011)precondition
2022-08-12define CZ_PERC S(CZ_PLUS) → define CZ_PERC S(CZ_EQL) (#18008)precondition
2022-08-12Remove invisible variation selector-15 from keymap_japanese.h (#18007)precondition
2022-08-12Use LT_ZCAR in place of LT_PLUS for modded kc definitions (#18000)precondition
2022-08-12Fix Bépo's BP_NNBS (narrow non-breaking space) (#17999)precondition
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-12Fix viendi8l compilation (#18017)Ryan
2022-08-13Added implementation of WB32 MCU wear_leveling_efl. (#17579)Joy Lee
2022-08-12Move Encoder+Encoder Map from generic features (#18018)Drashna Jaelre
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-13[Keyboard] Fix compilation issues for Mechlovin Adelais (#18019)Drashna Jaelre
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-12[Keymap] update fave104 keymap (#18004)DUILCHOI
2022-08-12[Docs] Refactor code examples (#18003)Albert Y
2022-08-12Create generic Pointing Device Pin defines (#17776)Drashna Jaelre
2022-08-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-13Put non-US ISO keys in their expected spots in sagittarius' default keymaps ↵precondition
(#18005)
2022-08-13Update to latest ChibiOS-Contrib. (#18016)Nick Brassel
2022-08-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-12Format code according to conventions (#18009)QMK Bot
2022-08-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-12[Keyboard] Add arc60 (#17976)Vertex-kb
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-12Remove legacy keycode use from command (#18002)Joel Challis
2022-08-11Refactor Pixel Fractal effect (#17602)Albert Y
* 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>
2022-08-11Add minimal STM32F103C6 support (#17853)Sergey Vlasov
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).
2022-08-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-11[Keyboard] Add Iris Rev. 7 (#17967)Danny
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-11Add cursor layer to DMQ Spin (#17996)Joshua Diamond
2022-08-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-11update ecila layout (#17975)mincedshon
-update layout
2022-08-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-10Format code according to conventions (#17990)QMK Bot
2022-08-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-10[Keymap] update fave104 keymap (#17988)DUILCHOI
2022-08-10[Keymap] Added personal keymap for keebio/iris/rev6 (#17971)Adam Applegate
2022-08-10[Keyboard] Add Aperture keyboard (#17980)Ivan Gromov