Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | Fix additional board sizes for RGB Matrix (#15170) | Drashna Jaelre | |
2021-11-15 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-15 | kb_elmo/m0116_usb: Fix Configurator Key Sequence (#15147) | James Young | |
* friendly-format info.json * fix info.json key sequence | |||
2021-11-15 | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | |
2021-11-16 | Reimplements WPM feature to be smaller & precise (#13902) | vectorstorm | |
* Reimplements WPM feature. - Now calculates exact WPM over the last up to three seconds of typing. - WPM_SMOOTHING removed, as it's no longer needed. - WPM_SAMPLE_SECONDS added, to specify how long a period to average WPM over, set to 5 seconds by default. - WPM_SAMPLE_PERIODS added, to specify how many sampling buffers we'll use. Each one uses one extra byte of space. Having more will lead to smoother decay of WPM values. Defaults to 50 (we're saving so many bytes of firmware space I felt like being extravagent, and this change is still a big size saving overall) - WPM_UNFILTERED option added (defaults to unset), which disables all filtering within the WPM feature. This saves some space in the firmware and also reduces latency between typing and the WPM calculation measuring it. (saves 70 bytes in my tests) - WPM_LAUNCH_CONTROL added (defaults to unset). When typing begins while the current displayed WPM value is zero, the WPM calculation only considers the time elapsed since typing began, not the whole WPM_SAMPLE_SECONDS buffer. The result of this is that the displayed WPM value much more rapidly reaches an accurate WPM value, even when results are being filtered. (costs 22 bytes in my tests) - Updates documentation to reflect changed options. Saves about 900 bytes, in my tests, compared against the previous implementation, with default settings. * Apply suggestions from code review Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Trevor Powell <trevor@vectorstorm.org> Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2021-11-15 | Add support for deferred executors. (#14859) | Nick Brassel | |
* Add support for deferred executors. * More docs. * Include from quantum.h * Cleanup. * Parameter checks * Comments. * qmk format-c * I accidentally a few words. * API name change. * Apply suggestions from code review Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Review comments. * qmk format-c * Review comments. Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2021-11-16 | Add needed include to pointing_device.c (#15167) | Drashna Jaelre | |
2021-11-15 | Fix uart function prototypes (#15162) | Drashna Jaelre | |
2021-11-14 | Rework and expand Pointing Device support (#14343) | Drashna Jaelre | |
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | |||
2021-11-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-14 | Partially reinstate CI formatting process (#15155) | Joel Challis | |
* Partially reinstate CI formatting process * Fix exit code on clean run * Fix exit code on clean run | |||
2021-11-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-13 | kb_elmo/elmopad: fix macro reference in info.json (#15142) | James Young | |
2021-11-13 | kb_elmo/m0110a_usb: Fix Configurator Key Sequence (#15143) | James Young | |
* correct info.json key sequence * friendly-format info.json Adds label keys and line breaks between the keyboard rows. | |||
2021-11-13 | Update UART driver API (#14839) | Ryan | |
* Add uart_puts() and uart_gets() * Add some docs * Rework API * Formatting * Update docs/uart_driver.md Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Simplify a uart_write() loop * Update platforms/avr/drivers/uart.c Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> | |||
2021-11-13 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2021-11-13 | Fix hebrew emoji in langs.md (#15140) | peepeetee | |
2021-11-13 | [Keyboard] Add space between Cradio info.json layout (#15127) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-11-12 | add wait to unicode for win (#15061) | Markus Fritsche | |
Co-authored-by: Markus Fritsche <fritsche.markus@gmail.com> | |||
2021-11-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-12 | [Docs] Correct logic of tap hold statement (#14992) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-11-13 | matrix/abelx - Update ChibiOS conf files (#15130) | Joel Challis | |
* Fix obsolete or unknown configuration file * use qmk chibios-confmigrate | |||
2021-11-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-12 | [Keyboard] Add JadooKB JKB2 (#15036) | WiZ.GG | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-11-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-12 | [Keyboard] Update a_dux info.json (#15126) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-11-12 | [Keyboard] Add Chalice Support (#15106) | Josh Johnson | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-11-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-12 | [Docs] Codify not using code from other keyboards in PRs (#15128) | Drashna Jaelre | |
* [Docs] Codify not using code from other keyboards in PRs * add additional comments | |||
2021-11-12 | gcc10 LTO - Only specify adhlns assembler options at link time (#15115) | Joel Challis | |
* gcc10 LTO - Only specify adhlns assembler options at link time * Default adhlns off? | |||
2021-11-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-12 | Fix obsolete or unknown configuration file (#15129) | Joel Challis | |
2021-11-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-12 | Avoid MATRIX_*_PINS due to schema validation errors (#15123) | Joel Challis | |
2021-11-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-11 | Update Gergoplex keymap (#15111) | George Petri | |
* fix wrong config * start work on gaming layer * mod tap per key * tap dance to game layer * impl game layer * add double quotes and underline | |||
2021-11-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-11 | [Keyboard] Reduce compiled size for pk64rgb's via keymap (#15118) | Drashna Jaelre | |
2021-11-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-11 | [Keyboard] Fix compilation issues for Krush boards (#15117) | Drashna Jaelre | |
2021-11-11 | [Keyboard] Fix compilation issues for Lime (#15116) | Drashna Jaelre | |
2021-11-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-10 | [Keyboard] Lime by HellTM (#14710) | HellTM | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-11-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-10 | [Keymap] Adding keymap for BDN9 and Planck (#15067) | Gustavs Gūtmanis | |
2021-11-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-10 | [Keyboard] Added Krush Solder (60% & 65%) (#15074) | Sắn | |
2021-11-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-10 | [Keyboard] Fix compilation issues for teleport numpad (#15110) | Drashna Jaelre | |
2021-11-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |