summaryrefslogtreecommitdiffhomepage
path: root/src/srp/fw-ec/kbd-sc-cb.c.html
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-11 05:15:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-11 05:15:20 +0200
commitbda44e93541fa478abf3ce4b3461f026a90fa8cb (patch)
treea62a7e1d456effe914a77b45f66485c3e8bfd92d /src/srp/fw-ec/kbd-sc-cb.c.html
parentced3ed9ddde25614bbc9777a5d546eee2a44a2e0 (diff)
Move the site from HTML to GSP
Diffstat (limited to 'src/srp/fw-ec/kbd-sc-cb.c.html')
-rw-r--r--src/srp/fw-ec/kbd-sc-cb.c.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/srp/fw-ec/kbd-sc-cb.c.html b/src/srp/fw-ec/kbd-sc-cb.c.html
deleted file mode 100644
index 34b7f8d..0000000
--- a/src/srp/fw-ec/kbd-sc-cb.c.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<span class="c-cmt">/* “make_code” is the scancode. “pressed” is a boolean that is true if this is a</span>
-<span class="c-cmt"> keydown event, and false if it’s a keyup. */</span>
-
-r = <span class="c-fn">my_handler_function</span>(make_code, pressed);
-<span class="c-kw">if</span> (r != <span class="c-pp">EC_SUCCESS</span>)
- <span class="c-kw">return</span> r;