summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-139-0/+389
|\|
| * Add support for XT60_SINGA (#17752)kopibeng2022-08-139-0/+389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for Christine, XT65E and Adelais * Add support for MNK88 * Add support for XT8x * Renamed XT65E to Typ65 * Revert "Renamed XT65E to Typ65" This reverts commit b4fbc853d23003b9b4b5b67d49e098ea17d85a98. * Revert "Revert "Renamed XT65E to Typ65"" This reverts commit 09baee94eba56dab0a0a96b99ce3758b0c5aa8a9. * File reorganization * Add support for MNK88 * Update readme.md * Update keyboards/kopibeng/mnk88/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kopibeng/mnk88/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Fix imgur link * Update keyboards/kopibeng/mnk88/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/mnk88/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Update info.json Previous suggested change was breaking lint check, reverting back to the original. * Update keyboards/kopibeng/mnk88/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Fix info.json * Added XT60_SINGA * Update config.h * Update readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Keyboard] IDOBAO ID80v1 folder rename (#17265)Vino Rodrigues2022-08-1429-74/+112
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | 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
| |
* | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-133-281/+51
|\|
| * Fix viendi8l compilation (#18017)Ryan2022-08-123-281/+51
| |
* | 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-132-2/+2
|\|
| * [Keymap] update fave104 keymap (#18004)DUILCHOI2022-08-122-2/+2
| |
* | 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)
* | 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>
* | Add minimal STM32F103C6 support (#17853)Sergey Vlasov2022-08-116-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|\|
| * [Keyboard] fix: unicorne info.json LAYOUT (#17981)Less/Rikki2022-08-101-2/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-117-122/+1314
|\|
| * Acheron Athena Layout Macro Refactor and Additions (#17973)James Young2022-08-107-122/+1314
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-112-53/+77
|\|
| * KBDfans KBD67 rev2: rename LAYOUT_65_ansi_split_bs_2_right_mods macro (#17972)James Young2022-08-102-53/+77
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-1111-0/+697
|\|
| * [Keyboard] Add Viendi8L (#17943)Álvaro A. Volpato2022-08-1011-0/+697
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-1121-0/+746
|\|
| * [Keyboard] Initial FM-S and FM-H support (#17765)Álvaro A. Volpato2022-08-1021-0/+746
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-1120-0/+2560
|\|
| * [Keyboard] add chromatonemini keyboard (#13516)3araht2022-08-1020-0/+2560
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-116-66/+89
|\|
| * MacroCat Refactor (#17969)James Young2022-08-105-66/+69
| |
| * [Keymap] single layer layout for BFO-9000 with numpad on the left (#17957)Roger2022-08-101-0/+20
| |