<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/keyboards/lets_split_eh/keymaps/default/keymap.c, 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>2022-01-30T19:28:04+00:00</updated>
<entry>
<title>[Keyboard] move That-Canadian 's boards into /maple_computing (#16050)</title>
<updated>2022-01-30T19:28:04+00:00</updated>
<author>
<name>peepeetee</name>
</author>
<published>2022-01-30T19:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=a1b39e6db231923935055846384eb2e78e538268'/>
<id>urn:sha1:a1b39e6db231923935055846384eb2e78e538268</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary backslash-escapes in default keymaps (#15472)</title>
<updated>2021-12-14T12:41:16+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2021-12-14T12:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=99b35940bc4166eae3853c9e2fa94bd2be72742e'/>
<id>urn:sha1:99b35940bc4166eae3853c9e2fa94bd2be72742e</id>
<content type='text'>
* Remove unnecessary backslash-escapes in default keymaps

* Remove unnecessary backslash-escapes in via keymaps

* Remove unnecessary backslash-escapes in default-ish keymaps</content>
</entry>
<entry>
<title>[Keyboard] Update default keymaps to use `layer_state_t` (#7444)</title>
<updated>2019-11-22T06:40:29+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2019-11-22T06:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=6cf574396adfb08f7fe7fe6f7ce68387fd474018'/>
<id>urn:sha1:6cf574396adfb08f7fe7fe6f7ce68387fd474018</id>
<content type='text'>
* Update default keymaps to use `layer_state_t`

* Convert binon32 as get_highest_layer in default keymaps
</content>
</entry>
<entry>
<title>Refactor of lets_split_eh to enable RGB split animations (#6411)</title>
<updated>2019-08-15T21:01:34+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2019-08-15T21:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=fadb69e2031a259248dd575384da8846ba0c2aa3'/>
<id>urn:sha1:fadb69e2031a259248dd575384da8846ba0c2aa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keyboard: Lets split eh default keymap - Fixes for superseded default layer functionality (#4581)</title>
<updated>2018-12-14T21:29:30+00:00</updated>
<author>
<name>zvecr</name>
</author>
<published>2018-12-14T21:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=cb149650efd07cbdc3cacb1fe2eb58f17eee5965'/>
<id>urn:sha1:cb149650efd07cbdc3cacb1fe2eb58f17eee5965</id>
<content type='text'>
* Fixes for superseded default layer functionality

* Fixes for superseded default layer functionality
</content>
</entry>
<entry>
<title>Lets split eh (#3120)</title>
<updated>2018-07-17T02:25:02+00:00</updated>
<author>
<name>That-Canadian</name>
</author>
<published>2018-07-17T02:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=0fab3bbde33f82301a8c5e177c3c0ceb7ad2219c'/>
<id>urn:sha1:0fab3bbde33f82301a8c5e177c3c0ceb7ad2219c</id>
<content type='text'>
* Line ending stuff again

* Added Let's Split Eh? Files and updated #USE_IC2 checks to also include th EH revision (can only be used in I2C)

* Added personal keymap, updated some of the EH files

* Created new keyboard file for testing "lets_split_eh" will merge into lets_split once fully functional

* Added split code from lets_split, removed pro micro imports and LED code

THIS IS WORKING CODE, WITHOUT RGB AND BACKLIGHT

* Took back original Lets Slit files for the lets_split keyboard, working in the lets_split_eh folder for now

* Updated eh.c

* More rework of the I2C code, added global flags for split boards.

* Introduced RGB over I2C, having weird edge case issues at the moment though

* Fixed weird I2C edgecase with RGB, although still would like to track down route cause..

* Changed RGB keycodes (static ones) to activate on key-up instead of key-down to elimate weird ghosting issue over I2C

* Lots of changes, mainly externalized the Split keyboard code and added logic for only including when needed.

- Added makefile option "SPLIT_KEYBOARD" that when = yes will include the split keyboard files and custom matrix
- Split keyboard files placed into quantum/split_common/
- Added define option for config files "SPLIT_HAND_PIN" FOr using high/low pin to determine handedness, low = right hand, high = left hand
- Cleaned up split logic for RGB and Backlight so it is only exectuted / included when needed

* Updated documentation for the new makefile options and #defines specific to split keyboards

* Added a bit more info to docs, so people aren't confused

* Modifed Let's Split to use externalized code, also added left and right hand eeprom files to the split_common folder

* Removed some debugging from eh.c

* Small changes to keyboard configs. Also added a default keymap (just a copy of my that_canadian keymap).

* Added a README file to the Let's Split Eh?

* Changed it so RGB static updates are done on key-up ONLY for split boards rather than all boards. Also fixed leftover un-used variable in rgblight.c

* Updated default keymap and my keymap for Let's Split Eh? Updated the comments so it reflects RGB control, and removed audio functions.

* Fixed lets_split_eh not having a default version

* Removed "eh" references from lets_split folder for now

* Took lets_split folder from master to fix travis build errors, weird my local was overriding.

* Changed LAYOUT_ortho_4x12_kc -&gt; LAYOUT_kc_ortho_4x12 to match bakingpy and others

* Removed rules.mk from my lets_split keymap, not needed

* Updated the config_options doc to better explain the usage of "#define SPLIT_HAND_PIN"
</content>
</entry>
</feed>
