Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-19 | Add analog support for RP2040 (#19453) | Sergey Vlasov | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-01-15 | Add mmoskal/uf2-stm32f103 bootloader support (#19594) | Joel Challis | |
2023-01-15 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-14 | [Keyboard] Update handwired/split89 to new standard. (#19540) | jurassic73 | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2023-01-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-13 | [Keyboard] Acacia keyboard (#19532) | Jens Peter Secher | |
2023-01-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-12 | weact docs patch re "security vulnerability" (#19572) | Tom Barnes | |
2023-01-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-09 | [Keymap] Updated Freoduo keymap (#19351) | Filip Paryż | |
2023-01-10 | Migrate `LAYOUTS` to data driven (#19541) | Ryan | |
* Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z | |||
2023-01-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-08 | Add some missing layout data (#19539) | Joel Challis | |
2023-01-07 | Ignore defaults.hjson values if already set (#19511) | Joel Challis | |
* Ignore defaults.hjson values if already set * Add warning when nothing is merged | |||
2023-01-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-07 | Fix `handwired/onekey/kb2040` WS2812 pin (#19517) | Joel Challis | |
2023-01-01 | Align definition of unicode_map (#19452) | Joel Challis | |
2022-12-30 | Remove useless line continuations (#19399) | Ryan | |
2022-12-14 | Tap Dance: remove `qk_` prefix (#19313) | Ryan | |
2022-12-13 | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | |
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | |||
2022-12-13 | [Core] Quantum Painter - LVGL Integration (#18499) | jpe230 | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-12-12 | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | |
* Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-12-11 | [RP2040] update i2c drivers to reflect peripheral number (#19277) | Stefan Kerkmann | |
2022-12-09 | Minor lint fixes for various info.json (#19275) | Wolf Van Herreweghe | |
2022-12-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-12-09 | Refactor use of led_set_user within handwired/prime_exl (#19274) | Joel Challis | |
2022-12-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-12-09 | Refactor some led_set_kb instances (#19179) | Joel Challis | |
* Refactor some led_set_kb instances * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-12-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-12-09 | Dactyl Manuform 4x5_5 Configurator Rendering Update (#18313) | James Young | |
2022-12-09 | Revert RESET-> QK_BOOT in Read Me files where applicable (#19262) | Wolf Van Herreweghe | |
2022-12-04 | dqz11n1g: Documentation improvement. (#19230) | David Kühling | |
Co-authored-by: David <dvdkhlng@posteo.de> | |||
2022-12-02 | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | |
2022-11-30 | [Keyboard] Daskeyboard4 (#18675) | Commander1024 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-29 | [Keymap] Drashna updates for 0.19 (#19175) | Drashna Jaelre | |
* Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog | |||
2022-11-27 | Fix API errors in handwired/tractyl_manuform/5x6_right/arduinomicro (#19166) | Joel Challis | |
2022-11-27 | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | |
2022-11-27 | Joystick feature improvements (#19052) | Ryan | |
2022-11-25 | jsonify some info.json (#19146) | Joel Challis | |
2022-11-22 | Update use of legacy keycodes (#19120) | Joel Challis | |
2022-11-21 | Remove .noci functionality (#19122) | Joel Challis | |
2022-11-20 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-11-20 | [Keyboard] Move Hillside out of handwired (#18751) | mmccoyd | |
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu> | |||
2022-11-20 | [Keyboard] Add hardwired Dactyl macropad (#18761) | bwprobably | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-20 | [Keyboard] Add ScottoStarter Keyboard (#18626) | Joe Scotto | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-18 | Disable onekey console by default (#19104) | Joel Challis | |
2022-11-15 | Fix some old keycodes (#19086) | Ryan | |
2022-11-14 | Fixup handwired/alcor_dactyl (#19072) | jack | |