Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add additional layouts to `dactyl_manuform` variants (#20688) | Duncan Sutherland | 2023-05-20 | 2 | -0/+56 |
| | |||||
* | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 2 | -73/+44 |
| | |||||
* | Move matrix config to info.json, part 6 (#20019) | Ryan | 2023-03-11 | 2 | -7/+5 |
| | |||||
* | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan | 2023-02-17 | 1 | -0/+3 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -3/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 2 | -9/+2 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | Dactyl Manuform 4x5_5 Configurator Rendering Update (#18313) | James Young | 2022-12-09 | 1 | -44/+48 |
| | |||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 2 | -4/+4 |
| | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | Ensure all keyboards have a bootloader set (#18234) | Ryan | 2022-08-31 | 1 | -1/+1 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 2 | -2/+2 |
| | |||||
* | Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079) | Ryan | 2022-08-20 | 2 | -9/+6 |
| | |||||
* | Dactyl Manuform 4x5 with 5 thumb cluster (#17671) | Shem Sedrick | 2022-08-13 | 6 | -0/+457 |
* Working on new dactyl * Preliminary build and keymap in place for 4x5_5 dactyl manuform * Removing first attempt to use 4x5 * Updating to match c style guide * Fixing issues after merge, deletion of dactyl_manuform.h * Spliting out custom keymap * Adding license headers * Fixing EE_HANDS detection on Pro-Micro The pro-micro was not working when I plugged into the elite-c on the right hand side of my keyboard. Adding the SPLIT_USB_DIRECT definition fixed the issue. * Apply suggestions from code review Adding Drashna's delete comments Co-authored-by: Drashna Jaelre <drashna@live.com> * Removed config.h for keymaps and tweaked keymap Per Drashna's pr review, I have removed the config.h files for the keymaps. Also tweaked my keymap to switch backspace and enter. Added tapping toggle for RAISE. * Further tweaking ssedrick keymap for dactyl_manuform 4x5_5 As with most new keyboards, they take some getting used to. I've rearranged my thumb cluster to hopfully a more long term solution. * Adding missing KC_BSLS to ssedrick keymap for 4x5_5 Co-authored-by: Drashna Jaelre <drashna@live.com> |