reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

commit 892ca95d6a9c41edf2592ab9c7f25e0d38f727ca
parent 239c8c78065e202cb80fabb3fe38d8a3c6c593df
Author: minute <lukas@mntre.com>
Date:   Fri, 19 Jan 2024 12:44:22 +0000

Merge branch 'changelog' into 'master'

initial CHANGELOG.md for keyboard and lpc firmwares

See merge request reform/reform!61
Diffstat:
M.gitlab-ci.yml | 5+++++
Areform2-keyboard-fw/CHANGELOG.md | 11+++++++++++
Areform2-lpc-fw/CHANGELOG.md | 7+++++++
3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -54,3 +54,8 @@ build: grep --quiet "# define KBD_FW_VERSION \"$(git describe --always --tags --abbrev=0 | tr -d -)\"" reform2-keyboard-fw/constants.h grep --quiet "# define FW_STRING3 \"$(git describe --always --tags --abbrev=0 | tr -d -)\"" reform2-lpc-fw/src/boards/reform2/board_reform2.c fi + # assure that the latest git tag is reflected in top CHANGELOG.md + if git describe >/dev/null 2>&1; then + head -1 reform2-keyboard-fw/CHANGELOG.md | grep --quiet "^### $(git describe --always --tags --abbrev=0)" + head -1 reform2-lpc-fw/CHANGELOG.md | grep --quiet "^### $(git describe --always --tags --abbrev=0)" + fi diff --git a/reform2-keyboard-fw/CHANGELOG.md b/reform2-keyboard-fw/CHANGELOG.md @@ -0,0 +1,11 @@ +### 2023-11-24 + + - allow usb hid commands to draw on all 128 display columns + - v3: add home/end/pgup/pgdn on hyper layer + - fade-in & fade-out animations for keyboard backlight + - add a ~30s timeout to the MNT Reform logo on the OLED to prevent burn-in + - mention on the OLED that firmware update mode is active + +### 2023-07-03 + + - first tagged version diff --git a/reform2-lpc-fw/CHANGELOG.md b/reform2-lpc-fw/CHANGELOG.md @@ -0,0 +1,7 @@ +### 2023-11-24 + + - disable brownout reset during sleep to keep battery status + +### 2023-07-03 + + - first tagged version