summaryrefslogtreecommitdiff
path: root/keyboards
Commit message (Collapse)AuthorAge
* Add minimal STM32F103C6 support (#17853)Sergey Vlasov2022-08-11
| | | | | | | | | | | | | | | | | | | | | | | | 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-11
|\
| * [Keyboard] Add Iris Rev. 7 (#17967)Danny2022-08-11
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Add cursor layer to DMQ Spin (#17996)Joshua Diamond2022-08-11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * update ecila layout (#17975)mincedshon2022-08-11
| | | | | | -update layout
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * Format code according to conventions (#17990)QMK Bot2022-08-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * [Keymap] update fave104 keymap (#17988)DUILCHOI2022-08-10
| |
| * [Keymap] Added personal keymap for keebio/iris/rev6 (#17971)Adam Applegate2022-08-10
| |
| * [Keyboard] Add Aperture keyboard (#17980)Ivan Gromov2022-08-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * [Keyboard] fix: unicorne info.json LAYOUT (#17981)Less/Rikki2022-08-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * Acheron Athena Layout Macro Refactor and Additions (#17973)James Young2022-08-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * KBDfans KBD67 rev2: rename LAYOUT_65_ansi_split_bs_2_right_mods macro (#17972)James Young2022-08-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * [Keyboard] Add Viendi8L (#17943)Álvaro A. Volpato2022-08-10
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * [Keyboard] Initial FM-S and FM-H support (#17765)Álvaro A. Volpato2022-08-10
| | | | | | | | 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-11
|\|
| * [Keyboard] add chromatonemini keyboard (#13516)3araht2022-08-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-11
|\|
| * MacroCat Refactor (#17969)James Young2022-08-10
| |
| * [Keymap] single layer layout for BFO-9000 with numpad on the left (#17957)Roger2022-08-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-10
|\|
| * Aurora65 (#17966)yiancar2022-08-10
| | | | | | | | | | | | | | | | | | * aurora65 initial commit * Add keymap images * Move USB config to JSON Co-authored-by: yiancar <yiancar@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-10
|\|
| * Fix detection of EEPROM reset in some keyboards (#17970)Wilba2022-08-09
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-10
|\|
| * [Keyboard] MechWild Puckbuddy (#17161)Kyle McCreery2022-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit * testing modes * working on puckbuddy firmware. This is all working for now but need to clean it up and personalize it. * needs to be updated from vial build * prepping for PR * added rgb mode cycling to fn1 since it isn't on the encoder for these maps * readme written in preparation for pr * reverting driver print line * Removed old reference to OBE in the readme from copypaste error * applying changes based on review * applying changes from review * Update keyboards/mechwild/puckbuddy/puckbuddy.c * trailing whitespaces removed * added clear screen condition for switching back to name rendering * Added uf2 keymap and fixed display glitch for the logo render art. * Removed extra definition of FEE_PAGE_BASE_ADDRESS * Removed the uf2 keymap and made it automatic when selecting bootloader instead * Fixed the bad bootloader check * moved the uf2 check from rules.mk to post_rules.mk to satisfy lint * changing it back to stm32-dfu bootloader default * Fixed RGBLIGHT enable oversight. * Added persistent dynamic tapping configuration for the cirque touchpad tap term * new lines at end of files for formatting and diff sanity * changing default bootloader back to stm32-dfu * Had to completely redefine the tap keycodes instead of using the DT_UP and DT_DOWN keycodes because I was not able to specify them easily in the via/vial configs and this allows me to keep the original functionality instead of tying it to eeprom like these are. * Added tap toggling keycodes to quick enable and disable the tapping term * working out an issue where the tap status keeps turning to off on power cycle * correcting submodule garbo * Fixed display issue and rewrote TAP config approach to make it a little easier to control * removing backup puckbuddy.c code * Added some comment, removed some commented out old code, removed trailing whitespace * Changed to handle tinyuf2 by expecting emulated eeprom so that adding other forms of eeprom can be handled for the memory offset separately, and added user oled conditional inside the keyboard oled code block * Updated default keymaps to have the tap and dpi keys on by default * Apply suggestions from code review * Apply suggestions from code review
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-09
|\|
| * change Adelais En Ciel rev. 3 from STM32F303 to APM32F103 MCU (#16964)mechlovin2022-08-09
| | | | | | | | 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-09
|\|
| * [Keyboard] add ecila keyboard (#17596)mincedshon2022-08-09
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-09
|\|
| * [Keyboard] Add NK20 (#17907)yiancar2022-08-09
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: yiancar <yiancar@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-09
|\|
| * [Keyboard] (7skb)Change number of LEDs and Enable Mouse Keys (#17954)Salicylic-acid32022-08-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-08
|\|
| * Format code according to conventions (#17951)QMK Bot2022-08-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-08
|\|
| * [Keyboard] Add Vertex AngleR2 keyboard (#16764)Vertex-kb2022-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add files via upload * Delete Vertex/AngleR2 directory * Add files via upload * Delete keyboards/Vertex/AngleR2 directory * Add files via upload * Add files via upload * Add files via upload * Update keyboards/vertex/angler2/angler2.h * Update keyboards/vertex/angler2/info.json * Update keyboards/vertex/angler2/keymaps/default/keymap.c * Update keyboards/vertex/angler2/keymaps/via/keymap.c * Update keyboards/vertex/angler2/keymaps/via/keymap.c * Update keyboards/vertex/angler2/keymaps/via/keymap.c * Update keyboards/vertex/angler2/keymaps/default/keymap.c * Update keyboards/vertex/angler2/keymaps/via/keymap.c
* | Remove tmk_core 'serial' code (#17866)Joel Challis2022-08-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-07
|\|
| * [Keyboard] Add Shisaku keyboard (#17572)Arturo Avila2022-08-07
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-07
|\|
| * [Keymap] qwerty and dvorak keyboard setup (#16592)yeimialberth2022-08-07
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>