Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-26 | [Keymap] Adding a new keymap for bm60poker and some led configs (#14918) | David Martinz | |
2021-10-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-26 | [Keyboard] Add Mammoth75x (#14925) | GG | |
2021-10-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-26 | [Keyboard] Add zoom65 (#14926) | GG | |
2021-10-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-25 | Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920) | Drashna Jaelre | |
2021-10-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-25 | [Keyboard] temporary fix for SpiderIsland 78 (#14935) (#14941) | Lucas Rodrigues | |
2021-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-22 | [Keymap] Add Gergoplex keymap (#14768) | George Petri | |
2021-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-23 | Reformat iris keymap antonlindstrom to be a bit more readable and consistent ↵ | Ingomancer | |
(#14902) Co-authored-by: Ingo Junefjord <ingo.junefjord@attentec.se> | |||
2021-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-22 | [Keymap] Jonavin userspace keymap updates INVERT_NUMLOCK_INDICATOR (#14880) | jonavin | |
Co-authored-by: Jonavin <=> | |||
2021-10-22 | Corrected keyboard layout which was causing issue in QMK configurator (#14891) | jurassic73 | |
2021-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-22 | [Keyboard] Update encoder callback on Evolv75 (#14757) | Álvaro A. Volpato | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-22 | [Keyboard] Add MW75 support (#14833) | TW59420 | |
2021-10-22 | Remove legacy handling for ErgoDox Infinity handedness (#14919) | Joel Challis | |
2021-10-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-22 | Fix right half of Nyquist in 4x12 mode having row shifted up by one (#14914) | Danny | |
2021-10-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-22 | Pteron36 Refactor (#14904) | James Young | |
* reformat info.json - friendly-format info.json - move the right half to the left by 0.5u (improves readability, for me anyway) - correct key sequence * refactor default keymap - use short-form keycodes - use four-space indent * refactor via keymap - use short-form keycodes - use four-space indent * update maintainer field in info.json Use the maintainer's GitHub username. * readme touch-up Minor edit to the lead paragraph, and reformat the Hardware Availability section. * change BOOTMAGIC_ENABLE from `lite` to `yes` | |||
2021-10-22 | Initial USB2422 driver (#14835) | Joel Challis | |
2021-10-22 | Split out arm_atsam shift register logic (#14848) | Joel Challis | |
2021-10-20 | Tidy up LCD_ENABLE/visualizer references (#14855) | Joel Challis | |
* Tidy up LCD_ENABLE/visualizer references * Fix up my (333fred) ergodox keymap with new LCD driver Co-authored-by: Fredric Silberberg <fred@silberberg.xyz> | |||
2021-10-20 | Align PS/2 GPIO defines (#14745) | Joel Challis | |
* Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format | |||
2021-10-18 | Split out HAPTIC_ENABLE to have separate DRIVER option (#14854) | Joel Challis | |
* DRIVER -> ENABLE * Update generic_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update common_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-18 | [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) | Stefan Kerkmann | |
* Add support for RISC-V builds and GD32VF103 MCU * Add toolchain selection in chibios.mk based on the mcu selected in mcu_selection.mk * Reorder and added comments to chibios.mk to have a streamlined makefile * Add GD32VF103 mcu to possible targets for QMK. * Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent then rewriting every driver. * Add GigaDevice DFU bootloader as flash target, please note that dfu-util of at least version 0.10 is needed. * Add analog driver compatibility * Add apa102 bitbang driver compatibility * Add ws2812 bitbang driver compatibility * Add eeprom in flash emulation compatibility * Allow faster re-builds with ccache * Add SiPeed Longan Nano to platform files * Add SiPeed Longan Nano Onekeys * Make quine compatible with other bootloaders * Support builds with picolibc * Add risc-v toolchain to arch and debian/ubuntu scripts | |||
2021-10-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-18 | preonic/rev3_drop: Fix old custom matrix code (#14857) | Sergey Vlasov | |
The old custom matrix code for Preonic rev3 was relying on the `matrix_col_t` type, because the code actually reads the row pins and assembles the state for whole columns, and then transposes the matrix in the custom debouncing code. Restore that type (which is no longer defined by the core QMK code) to make the custom matrix code work properly (when `matrix_row_t` was used instead of `matrix_col_t`, the state of two electrical rows was lost, and those electrical rows corresponded to the bottom physical row, which did not work). | |||
2021-10-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-16 | [Keymap] added media controls, copy and paste; moved print screen (#14850) | Roger | |
2021-10-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-16 | [Keyboard] Add SpiderIsland 25 key keyboard (#14793) | Andrzej Ressel | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-16 | [Keyboard] Update Support for The Uni (#14569) | Peter Park | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Peter Park <peter@Peters-MacBook-Air.local> | |||
2021-10-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-16 | [Keyboard] Fix minor typo in Ploopy Trackball Nano Docs (#14717) | tangowithfoxtrot | |
2021-10-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-15 | [Keyboard] Amended Some Pins - KiwiKeebs Macro V2 (#14824) | AKiwi92 | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ash <ash@splitpixel.co.uk> | |||
2021-10-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-15 | [Keyboard] Adding CK60 and CK65 (#14737) | hadi | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-15 | [Keymap] Update Miryoku (#14827) | Manna Harbour | |
2021-10-15 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2021-10-15 | [Keymap] Drashna Keymap Updates (#14842) | Drashna Jaelre | |
* Fix issues with user split transport code * Improve OLED (More font stuff, improved keylogger, etc) * Add `KEYLOCK` macro to disable USB, borrowed from command feature. * Convert Kyria fully to proton C (no more AVR kyria) * Add Work Louder Work Board keymap | |||
2021-10-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |