Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-25 | feat(boards): Remove usage of pro_micro_a/d nodes | Nick Winans | |
2021-09-25 | refactor(boards): Remove "left" from split keyboard names | Nick Winans | |
2021-09-25 | refactor(boards): Remove split right keyboard names | Nick Winans | |
2021-09-11 | refactor(shields): Add pro-micro shield metadata. | Peter Johanson | |
2021-02-02 | fix(boards): Shorten keyboard names that are too long | Nick Winans | |
2021-01-08 | refactor(Kconfig): Set USB default based on hardware capabilities | Nick Winans | |
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig. | |||
2021-01-06 | chore: standardize # style headers | innovaker | |
Changes made with regex plus some manual tweaks. Find: /(?:(?<!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm Replace: # Copyright (c) $1 $2 # SPDX-License-Identifier: $3 PR: #564 | |||
2020-12-28 | fix(shields): Enable USB by default on right side. | Pete Johanson | |
* Ensures USB power detection for sleep/charging is properly detected on the right side by deafult. | |||
2020-12-28 | refactor(splits): Ability to override split role. | Pete Johanson | |
* Move central/peripheral setting to Kconfig.defconfig files to allow left/right .conf files to override central/peripheral role for splits. | |||
2020-12-28 | refactor: replace filename hyphens with underscores | innovaker | |
Aligns *.h and *.c to underscore naming convention. These were kept (with warnings) for backwards compatibility with external boards/shields: - kscan-mock.h - matrix-transform.h They should be removed in the future. PR: #523 | |||
2020-12-10 | improvement: upgrade default keymaps | Joel Spadin | |
Ran all the default keymaps through the keymap upgrader and manually adjusted alignment. | |||
2020-10-05 | Update contributors in all keymap files | Mega Mind | |
2020-08-21 | Swap central back to left hand | Derek | |
2020-08-20 | Update Kconfig.defconfig | Derek | |
2020-08-20 | Updated files as per request | Derek | |
Updated | |||
2020-08-15 | Drop OLED support. | Derek | |
2020-08-15 | Update app/boards/shields/splitreus62/splitreus62_left.overlay | Derek | |
Co-authored-by: Nick Winans <nick@winans.codes> | |||
2020-08-15 | Update app/boards/shields/splitreus62/splitreus62_right.overlay | Derek | |
Co-authored-by: Nick Winans <nick@winans.codes> | |||
2020-08-15 | Updated comment and removed display flag | Derek | |
2020-08-15 | Add splitreus62 shield | Derek | |