<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/quantum/keymap_common.h, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2023-03-27T19:08:17+00:00</updated>
<entry>
<title>Remove use of keymap.h (#20004)</title>
<updated>2023-03-27T19:08:17+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2023-03-27T19:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c485d1cf2652bfb47afbb68f128a64f1bc518aa3'/>
<id>urn:sha1:c485d1cf2652bfb47afbb68f128a64f1bc518aa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some use of keymap.h (#20006)</title>
<updated>2023-03-03T17:50:40+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2023-03-03T17:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3be5d90b6d1c4534bcfce9725808e8c4d469a845'/>
<id>urn:sha1:3be5d90b6d1c4534bcfce9725808e8c4d469a845</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some use of keymap.h (#19980)</title>
<updated>2023-03-03T11:26:53+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2023-03-03T11:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e'/>
<id>urn:sha1:c3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleans up quantum/keymap situation, removes extra lufa folders (#416)</title>
<updated>2016-06-18T18:30:24+00:00</updated>
<author>
<name>Jack Humbert</name>
</author>
<published>2016-06-18T18:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=db32864ce7029d758f57729cc2f75e051a28d0a2'/>
<id>urn:sha1:db32864ce7029d758f57729cc2f75e051a28d0a2</id>
<content type='text'>
* sorts out keycodes

* move midi around

* remove mbed

* replaces keymap with qmk/keymap_common

* fixes keymap.h

* keymap, config, quantum rearrange

* removes unneeded lufa stuff
</content>
</entry>
<entry>
<title>removes duplicate double quote and odd whitespace</title>
<updated>2016-05-26T21:14:01+00:00</updated>
<author>
<name>Jack Humbert</name>
</author>
<published>2016-05-26T21:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=209ee3cd052b22b4cc32aecbc4b03cb8fb229a23'/>
<id>urn:sha1:209ee3cd052b22b4cc32aecbc4b03cb8fb229a23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add double quote for everyone; update Zweihander</title>
<updated>2016-05-26T00:25:04+00:00</updated>
<author>
<name>Nathan Sharfi</name>
</author>
<published>2016-05-26T00:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=9d6debd9b23ffb045f63bc77dd44cafe2c7ce851'/>
<id>urn:sha1:9d6debd9b23ffb045f63bc77dd44cafe2c7ce851</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Erez &amp; Jack] Packages Space Cadet shifts into keycodes</title>
<updated>2016-05-25T03:43:58+00:00</updated>
<author>
<name>Erez Zukerman</name>
</author>
<published>2016-05-25T03:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1237025963484d70bbe5185a790bec6544653ccc'/>
<id>urn:sha1:1237025963484d70bbe5185a790bec6544653ccc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adapts unicode to quantum.c (#333)</title>
<updated>2016-05-19T03:47:16+00:00</updated>
<author>
<name>Jack Humbert</name>
</author>
<published>2016-05-19T03:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b732b79b49b098dba8e14493c745075f336747d8'/>
<id>urn:sha1:b732b79b49b098dba8e14493c745075f336747d8</id>
<content type='text'>
* Unicode

to have unicode input you need to:

- set your OS input method to UNICODE if needed
- enable unicode in your makefile
- copy the action_function from
keyboard/planck/keymaps/unicode/unicode.c to your keymap.c
set the target OS method in your keymap.c: void matrix_init_user() {
set_unicode_mode(UC_OSX); } you can then switch when you want with:
set_unicode_mode(UC_OSX); set_unicode_mode(UC_LNX);
set_unicode_mode(UC_WIN);
put some unicode codes in your keymap like so: UC(0x0061)
I did change the bit mask in quantum/keymap_common.c and .h
I’m afraid we will need uint32 to get a total support for all unicode
tables or relocate the handler as @mbarkhau did.

* rearranges keycode values, hooks-up unicode

* removes extra lalt ref

* adds unicode shortcuts and example
</content>
</entry>
<entry>
<title>adds music and audio toggles (#337)</title>
<updated>2016-05-19T03:14:00+00:00</updated>
<author>
<name>Jack Humbert</name>
</author>
<published>2016-05-19T03:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=0428214b905e5f8b3bed721885957ce249ba4991'/>
<id>urn:sha1:0428214b905e5f8b3bed721885957ce249ba4991</id>
<content type='text'>
* Updated personal layouts

* tweaked personal

* Nightly - Audio Cleanup

Refactored the LUTs. Abstracted some of the registers out of audio to
use more functional names. Split audio into audio and audio_pwm. WIP

* nightly - collapsed code

* Added check for note playing to LEDs

* Usability tweaks

* TWEAE

* nightly

added extra kcs to keymap common

* turned on Plank audio

* Added backlight breathing to atomic

* reverted accidental merge

* Added music and audio toggles to Quantum.c

* Redid the audio callbacks

* music/audio_on_user
</content>
</entry>
<entry>
<title>updates midi functionality (#331)</title>
<updated>2016-05-15T04:51:06+00:00</updated>
<author>
<name>Jack Humbert</name>
</author>
<published>2016-05-15T04:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=fde477a927edc6b4207a6968d44aeed021e8b300'/>
<id>urn:sha1:fde477a927edc6b4207a6968d44aeed021e8b300</id>
<content type='text'>
* implements leader key for planck experimental

* allows override of leader timeout

* adds ability to use the leader key in seq

* fixes leader keycode

* adds chording prototype

* fixes keycode detection

* moves music mode to quantum.c

* disables chording by default

* adds music sequencer functionality

* implements audio/music functions in quantum.c

* splits up process_action to allow independent processing of actions

* moves midi stuff to quantum.c

* adds additional scales for midi
</content>
</entry>
</feed>
