From 5b4d4b3400acdace76f5970849fcb7f9cefd2c4d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 30 Jul 2023 04:15:05 +0200 Subject: Genesis commit Not ready for release yet, but I need some commits for M4 to work properly. --- src/srp/fw-ec/index.html | 98 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 src/srp/fw-ec/index.html (limited to 'src/srp/fw-ec/index.html') diff --git a/src/srp/fw-ec/index.html b/src/srp/fw-ec/index.html new file mode 100644 index 0000000..c04da7f --- /dev/null +++ b/src/srp/fw-ec/index.html @@ -0,0 +1,98 @@ + + + + m4_include(head.html) + + +
+
+

Framework is Awesome

+ m4_include(nav.html) +
+ +
+
+

UNIX was not designed to stop its users from doing stupid + things, as that would also stop them from doing clever + things.

+
+
+ Doug Gywn +
+
+
+ +
+

Framework and the EC

+ +

+ + Framework + + — for those unaware — is the coolest laptop manufacturer ever. + Their whole shtick is producing laptops that give the + user the ability to easily and effortlessly disassemble, repair, + and modify their hardware. I highly suggest checking them out if + you’re interested in computer hardware at all. The laptops even + have hotswappable I/O! +

+ +

+ Anyways getting back on topic, Framework has also been giving + power to the user on the software-side of things too! A good + while ago they open-sourced the + + code for the embedded controller + + of their laptops, which offers all sorts of possibilities for + customization of the keyboard, + LED + lights, and more. +

+ +

LED Fun!

+ +

+ This is an area of the + EC + which I have not really looked at or touched much. I do want to + play around with this a lot more in the coming future though! So + far just for shits-and-giggles, I’ve patched the + EC + to make the power-button + LED + green instead of the normal boring white: +

+ + + +
+
+ ~/board/hx20/led.c +
+
m4_include(led.diff.html)
+
+ +

+ As you can see, it’s all fairly simple. I just had to change our + EC_LED_COLOR_WHITE for + EC_LED_COLOR_GREEN. The codebase defines a few + colors, but they’re defined as RGB + tuples which is awesome, because it opens the door to + custom RGB effects in the future! +

+
+ +
+ + + + -- cgit v1.2.3