Joel Spadin
|
e0a4ec1779
|
refactor: Replace tabs with spaces
Standardized indentation to use spaces with a new pre-commit hook.
|
2023-04-23 00:47:19 -05:00 |
|
hyx0329
|
4faf6eba97
|
feat(boards): Add battery sensor for Makerdiary M60 keyboard
Signed-off-by: hyx0329 <hyx0329@163.com>
|
2022-12-14 12:38:03 -06:00 |
|
Peter Johanson
|
c5ab8a9444
|
refactor: Move the DT based CDC ACM setup.
|
2022-04-03 00:10:29 -04:00 |
|
Pete Johanson
|
969e5568af
|
fix(boards): Define but don't enable uart0.
* Set pro-micro TX/RX pins, but don't enable the UART
by default.
|
2021-01-15 01:51:44 -05:00 |
|
innovaker
|
5a72662898
|
chore: standardize C style headers
Changes made with regex plus some manual tweaks.
Find:
/^\/\*.*\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: #565
|
2021-01-01 23:06:41 -05:00 |
|
Nick
|
91e3a7d75a
|
boards: Cleanup and standardize features
|
2020-11-10 23:14:38 -05:00 |
|
Nick
|
82a5736d08
|
fix(boards): Remap flash to account for bootloader
|
2020-11-02 23:07:23 -05:00 |
|
Mega Mind
|
c54decd144
|
Added Makerdiary M.2 module
|
2020-10-05 21:23:38 +08:00 |
|