<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk-userspace/keyboards/keychron/v1/ansi/keymaps/lbr, branch main</title>
<subtitle>custom layouts for qmk keyboards</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/qmk-userspace/'/>
<entry>
<title>mousekeys remap, combo and oneshot shift</title>
<updated>2025-01-12T18:10:52+00:00</updated>
<author>
<name>la-ninpre</name>
<email>aaoth@aaoth.xyz</email>
</author>
<published>2025-01-12T18:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/qmk-userspace/commit/?id=70b42831aff5cc6e728e7a56f0114e92fa0d061f'/>
<id>70b42831aff5cc6e728e7a56f0114e92fa0d061f</id>
<content type='text'>
moved some mousekeys around, added horizontal scrolling keys and acceleration keys, set mode to combined.

added colon+quote=grave combo, just to test stuff out.

made shift a one-shot modifier, again to test, but it's kinda nice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
moved some mousekeys around, added horizontal scrolling keys and acceleration keys, set mode to combined.

added colon+quote=grave combo, just to test stuff out.

made shift a one-shot modifier, again to test, but it's kinda nice.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix setting solid colour</title>
<updated>2025-01-12T08:14:38+00:00</updated>
<author>
<name>la-ninpre</name>
<email>aaoth@aaoth.xyz</email>
</author>
<published>2025-01-12T08:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/qmk-userspace/commit/?id=a01857bbe4ebf7e91d2b763f08757bb07e3750f9'/>
<id>a01857bbe4ebf7e91d2b763f08757bb07e3750f9</id>
<content type='text'>
it's weird that you can't set solid colour in rgb, only in hsv.
so i created a custom effect that sets all keys to LBR_COLOUR.

also put EE_CLR back, sometimes it's useful to have.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's weird that you can't set solid colour in rgb, only in hsv.
so i created a custom effect that sets all keys to LBR_COLOUR.

also put EE_CLR back, sometimes it's useful to have.
</pre>
</div>
</content>
</entry>
<entry>
<title>config.h: add licence</title>
<updated>2025-01-06T20:49:03+00:00</updated>
<author>
<name>la-ninpre</name>
<email>aaoth@aaoth.xyz</email>
</author>
<published>2025-01-06T20:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/qmk-userspace/commit/?id=0432e17f4b2aa71c238b2e1220ce581fd203c880'/>
<id>0432e17f4b2aa71c238b2e1220ce581fd203c880</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify rgb lighting</title>
<updated>2024-07-13T09:04:19+00:00</updated>
<author>
<name>la-ninpre</name>
<email>aaoth@aaoth.xyz</email>
</author>
<published>2024-07-13T09:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/qmk-userspace/commit/?id=f53a5c92e36ff17f0ccdeb9f2b7f222dad02faad'/>
<id>f53a5c92e36ff17f0ccdeb9f2b7f222dad02faad</id>
<content type='text'>
set colors using post-init hook instead of relying on eeprom.
previously keyboard would load colour from eeprom, and if different firmware set
it to a different one, it would stay as is, which is why i added the eeprom clean button.
now there's no need to touch eeprom at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set colors using post-init hook instead of relying on eeprom.
previously keyboard would load colour from eeprom, and if different firmware set
it to a different one, it would stay as is, which is why i added the eeprom clean button.
now there's no need to touch eeprom at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mousekeys order</title>
<updated>2024-07-12T16:05:20+00:00</updated>
<author>
<name>la-ninpre</name>
<email>aaoth@aaoth.xyz</email>
</author>
<published>2024-07-12T16:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/qmk-userspace/commit/?id=4384322201012ef258bd663b2c4f46225fca7cbb'/>
<id>4384322201012ef258bd663b2c4f46225fca7cbb</id>
<content type='text'>
wtf, button 2 is not middle, but right. makes no sense, but whatever.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wtf, button 2 is not middle, but right. makes no sense, but whatever.
</pre>
</div>
</content>
</entry>
<entry>
<title>various tweaks</title>
<updated>2024-07-12T15:45:48+00:00</updated>
<author>
<name>la-ninpre</name>
<email>aaoth@aaoth.xyz</email>
</author>
<published>2024-07-12T15:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/qmk-userspace/commit/?id=0a82225ed742c440026f71453b817b1bfda6bfee'/>
<id>0a82225ed742c440026f71453b817b1bfda6bfee</id>
<content type='text'>
updated copyright
removed TTY(7)..TTY(12), but don't know what to do with the remaining empty space.
added mousekeys, will see if it is useful or not.
optimized numlock indicator (i have no clue why i did it through hsv)
added replies to comments from future me :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updated copyright
removed TTY(7)..TTY(12), but don't know what to do with the remaining empty space.
added mousekeys, will see if it is useful or not.
optimized numlock indicator (i have no clue why i did it through hsv)
added replies to comments from future me :)
</pre>
</div>
</content>
</entry>
<entry>
<title>restructure as external userspace</title>
<updated>2024-06-04T21:12:37+00:00</updated>
<author>
<name>la-ninpre</name>
<email>aaoth@aaoth.xyz</email>
</author>
<published>2024-06-04T21:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/qmk-userspace/commit/?id=7ff9d1b94f354066398a5925a91f5fc2d5c7a839'/>
<id>7ff9d1b94f354066398a5925a91f5fc2d5c7a839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
