<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://op4e71.github.io/notes/feed.xml" rel="self" type="application/atom+xml" /><link href="https://op4e71.github.io/notes/" rel="alternate" type="text/html" /><updated>2026-04-29T13:16:42+00:00</updated><id>https://op4e71.github.io/notes/feed.xml</id><title type="html">Notes</title><subtitle>Bits and pieces</subtitle><entry><title type="html">This is a drop zone for quick notes</title><link href="https://op4e71.github.io/notes/Hello-World/" rel="alternate" type="text/html" title="This is a drop zone for quick notes" /><published>2026-04-29T00:00:00+00:00</published><updated>2026-04-29T00:00:00+00:00</updated><id>https://op4e71.github.io/notes/Hello-World</id><content type="html" xml:base="https://op4e71.github.io/notes/Hello-World/"><![CDATA[<p>No warranties</p>]]></content><author><name></name></author><summary type="html"><![CDATA[No warranties]]></summary></entry><entry><title type="html">Logitech K480 permanent function keys</title><link href="https://op4e71.github.io/notes/K480-logitech/" rel="alternate" type="text/html" title="Logitech K480 permanent function keys" /><published>2026-04-29T00:00:00+00:00</published><updated>2026-04-29T00:00:00+00:00</updated><id>https://op4e71.github.io/notes/K480-logitech</id><content type="html" xml:base="https://op4e71.github.io/notes/K480-logitech/"><![CDATA[<p>Logitech K480 comes with function keys that are available as secondary function. 
To make function keys primary you can use Logitech tool for Windows. For my keyboard I found that it works on 
Windows profile (keyboard can have 3 profiles configured that are switched with the rotary switch). 
The setting on one profile is not populated to the other profile. For me solaar tool (on Linux) did not work (the keyboard was not detected). 
There is also a small tool <a href="https://github.com/ericmbf/k480-ubuntu-fn-invert-auto">link</a>, though it does not recognize my version of the keyboard.</p>

<p>Reconfiguration of the keyboard is done with the byte sequence. The default sequence <code class="language-plaintext highlighter-rouge">{0x10, 0xff, 0x0b, 0x1e, 0x00, 0x00, 0x00}</code> does not work on my keyboard.</p>

<p>To make my keyboard work with function keys working as primary:</p>
<ul>
  <li>Change ID to <code class="language-plaintext highlighter-rouge">0xb330</code> (the ID of my K480 version)</li>
  <li>Change the sequence to:  <code class="language-plaintext highlighter-rouge">{0x10, 0xff, 0x07, 0x15, 0x01, 0x00, 0x00}</code></li>
</ul>]]></content><author><name></name></author><summary type="html"><![CDATA[Logitech K480 comes with function keys that are available as secondary function. To make function keys primary you can use Logitech tool for Windows. For my keyboard I found that it works on Windows profile (keyboard can have 3 profiles configured that are switched with the rotary switch). The setting on one profile is not populated to the other profile. For me solaar tool (on Linux) did not work (the keyboard was not detected). There is also a small tool link, though it does not recognize my version of the keyboard.]]></summary></entry></feed>