summaryrefslogtreecommitdiff
path: root/keyboards/handwired
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-14
|\
| * [Keyboard] Fix Tractyl Manuform 4x6 json (#17681)Drashna Jaelre2022-07-14
| |
* | [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PMW33XX drivers overhaul This combines the PMW3389 and PM3360 drivers as they only differ in the firmware blobs and CPI get and set functions. The following changes have been made: * PMW3389 now gets the same multi-sensor feature that is already available on the PMW3360. * Introduced a shared pmw33xx_report_t struct is now directly readable via SPI transactions instead of individual byte-sized reads, saving multiple copies and bitshift operations. * pmw33(89/60)_get_report functions had unreachable branches in their motion detection logic these have been simplied as much as possible. * The fast firmware upload option has been removed as this becomes obsolete by the newly introduced polled waiting functions for ChibiOS polled waiting * PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options have been removed as they don't need to be configurable. * All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix to reduce code duplication and make the defines interchangeable * Adjust keyboards to PMW33XX naming scheme
* | [Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann2022-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use polled waiting on platforms that support it Due to context switching overhead waiting a very short amount of time on a sleeping thread is often not accurate and in fact not usable for timing critical usage i.e. in a driver. Thus we use polled waiting for ranges in the us range on platforms that support it instead. The fallback is the thread sleeping mechanism. This includes: * ARM platforms with CYCCNT register (ARMv7, ARMv8) this is incremented at CPU clock frequency * GD32VF103 RISC-V port with CSR_MCYCLE register this is incremented at CPU clock frequency * RP2040 ARMv6 port which uses the integrated timer peripheral which is incremented with a fixed 1MHz frequency * Use wait_us() instead of chSysPolledDelayX ...as it is powered by busy waiting now. * Add chibios waiting methods test bench
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-07
|\|
| * [Keyboard] Clean up dactyl manuform unused files (#15890)Bartosz Nowak2022-07-07
| |
* | [Fix] Patches after printf library update (#17584)Stefan Kerkmann2022-07-07
| | | | | | | | | | | | | | | | | | | | | | | | * Add missing '(' to print_bin_reverse32 declaration * Fix insufficient character buffers on satisfaction75 * Remove \0 character in format string and use corrected offset math instead on rocketboard 16 * Replace snprintf_ with snprintf for djinn * Explicitly ignore format checks for tracktyl manuform that uses %b specifier * Print properly escaped version string in command.c, as PRODUCT or other defines can contain constructs like 'Vendor keyboard 66%' which will be interpreted as a format specifier
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-03
|\|
| * [Keymap] Updates to drashna Keymaps and Userspace (#17543)Drashna Jaelre2022-07-02
| |
* | Tentative Teensy 3.5 support (#14420)Ryan2022-07-03
| | | | | | | | | | | | | | | | | | | | | | * Tentative Teensy 3.5 support * Set firmware format to .hex for ARM Teensys * Got to "device descriptor failed" by comparing with Teensy 3.6 code * Drop down to 96MHz... * Bump back up to 120MHz
* | [Keyboard] Update Charybdis code for Extended Mouse reports (#17435)Drashna Jaelre2022-07-02
| |
* | [Keyboard] Move/Rename to Hillside48, simplify default keymap (#17210)mmccoyd2022-07-02
| | | | | | Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * [Keymap] Update Miryoku (#16482)Manna Harbour2022-07-02
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-01
|\|
| * Specify blackpill board files where relevant (#17521)Joel Challis2022-07-01
| |
* | [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable RESET keycode because of naming conflicts * Add Pico SDK as submodule * Add RP2040 build support to QMK * Adjust USB endpoint structs for RP2040 * Add RP2040 bootloader and double-tap reset routine * Add generic and pro micro RP2040 boards * Add RP2040 onekey keyboard * Add WS2812 PIO DMA enabled driver and documentation Supports regular and open-drain output configuration. RP2040 GPIOs are sadly not 5V tolerant, so this is a bit use-less or needs extra hardware or you take the risk to fry your hardware. * Adjust SIO Driver for RP2040 * Adjust I2C Driver for RP2040 * Adjust SPI Driver for RP2040 * Add PIO serial driver and documentation * Add general RP2040 documentation * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-24
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-19
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-17
|\|
| * Fixup handwired/macroboard (#17405)jack2022-06-17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-16
|\|
| * [handwired/macroboard] Add separate f401 and f411 configs… (#16338)Michał Szczepaniak2022-06-16
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-08
|\|
| * Add WB32 evaluation board onekey targets. (#17330)Nick Brassel2022-06-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-02
|\|
| * Fix lint errors (#17293)Joel Challis2022-06-02
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-02
|\|
| * keyboards: fix malformed info.json files (#17292)Ryan Skidmore2022-06-02
| |
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-30
|/
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-30
|
* Fix API errors (#17239)Joel Challis2022-05-30
|
* Refactor legacy quantum keycodes in default-ish keymaps (#17150)Joel Challis2022-05-27
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-25
|\
| * Small update to Symmetric70 keyboard readme (#17188)Takeshi ISHII2022-05-25
| | | | | | Added a little description to reademe.md under `handwired/symmetric70_proto/{matrix_debug|matrix_fast}`.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-17
|\|
| * DigiCarpice Configurator Rendering Fix (#17113)James Young2022-05-17
| | | | | | | | | | * info.json: apply friendly formatting * info.json: rebuild layout data
* | RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-15
| |
* | Rename keymap_extras headers for consistency (#16939)Ryan2022-05-15
| |
* | [Feature] Add support for multiple switchs/solenoids to Haptic Feedback ↵Drashna Jaelre2022-05-15
| | | | | | | | engine (#15657)
* | [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-14
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-11
|\|
| * [Keyboard] remove handwired/reddot as per #14211 (#17033)Vino Rodrigues2022-05-11
| |
* | Remove some layout exceptions (#16957)Joel Challis2022-04-29
| | | | | | | | | | | | | | * LAYOUT_JP -> LAYOUT_jp * LAYOUT_ANSI_DEFAULT -> LAYOUT * LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-26
|\|
| * dactyl_manuform/3x5_3: fix layout (#16944)Ryan2022-04-26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-22
|\|
| * Add Dactyl_Manuform/3x5_3 (#16238)DL Ford2022-04-22
| |
* | Provide better config defaults for bluepill boards (#16909)Joel Challis2022-04-22
| |