<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/users/xulkal, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-05-05T12:54:26Z</updated>
<entry>
<title>Xulkal Changes (#9004)</title>
<updated>2020-05-05T12:54:26Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2020-05-05T12:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=dc00942be158b7ec70ed94f13e78703005888c0f'/>
<id>urn:sha1:dc00942be158b7ec70ed94f13e78703005888c0f</id>
<content type='text'>
* Xulkal Changes

* Fixing alt keymap</content>
</entry>
<entry>
<title>[Keyboard] Helix add split common option (#7718)</title>
<updated>2020-03-10T08:33:46Z</updated>
<author>
<name>MakotoKurauchi</name>
<email>pluis@me.com</email>
</author>
<published>2020-03-10T08:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2d14d12c7409e8de3f8d465635be115e06ba26f7'/>
<id>urn:sha1:2d14d12c7409e8de3f8d465635be115e06ba26f7</id>
<content type='text'>
* is_master, has_usb() move to rev2.[hc]

* Do recent helix/rev2 changes to helix/pico as well.

helix/pico/matrix.c: remove 'is_master'
helix/pico/pico.c: add 'is_master'
helix/pico/pico.h: add 'has_usb()' macro
helix/pico/split_util.c: remove 'setup_handedness()' 'has_usb()', add 'is_helix_master()' etc

* add HELIX=scan option into {rev2/pico}/local_features.mk

Made DEBUG_MATRIX_SCAN_RATE easy to use.

* Changed rules.mk to link "helix/local_drivers/ssd1306.c" only when OLED_ENABLE = yes.

* Added option to use split_common for helix/rev2, helix/pico keyboard.

how to build:
 ### build helix/pico (HelixPico) with helix current codes
  $ make helix/pico:KEY_MAP
  $ make helix/pico/back:KEY_MAP

 ### build helix/rev2 (Helix or Helix beta) with helix current codes
  $ make helix:KEY_MAP
  $ make helix/rev2/back:KEY_MAP
  $ make helix/rev2/under:KEY_MAP
  $ make helix/rev2/oled:KEY_MAP
  $ make helix/rev2/oled/back:KEY_MAP
  $ make helix/rev2/oled/under:KEY_MAP

 ### build helix/pico (HelixPico) with split_common codes
  $ make helix/pico/sc:KEY_MAP
  $ make helix/pico/sc/back:KEY_MAP
  $ make helix/pico/sc/under:KEY_MAP

 ### build helix/rev2 (Helix) with split_common codes
  $ make helix/rev2/sc:KEY_MAP
  $ make helix/rev2/sc/back:KEY_MAP
  $ make helix/rev2/sc/under:KEY_MAP
  $ make helix/rev2/sc/oled:KEY_MAP
  $ make helix/rev2/sc/oledback:KEY_MAP
  $ make helix/rev2/sc/oledunder:KEY_MAP

* add matrix_slave_scan_user() to helix/rev2/rev2.c, helix/pico/pico.h

* Changed 'helix:xulkal' to always use split_common and removed ad hoc code.

Added the following line to 'helix/rev2/keymaps/xulkal/rules.mk':

        SPLIT_KEYBOARD = yes

Removed the following ad hoc code from 'users/xulkal/custom_oled.c':

        #if KEYBOARD_helix_rev2
        extern uint8_t is_master;
        bool is_keyboard_master(void) { return is_master; }
        #endif

* add '#define DIODE_DIRECTION COL2ROW' into helix/{rev2|pico}/config.h

This commit does not change the build result.

* update helix readme

* keyboards/helix/readme.md
* keyboards/helix/pico/keymaps/default/readme.md
* keyboards/helix/rev2/keymaps/default/readme.md

Co-authored-by: mtei &lt;2170248+mtei@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>[Keymap] Added Xulkal ALT Keymap (#7332)</title>
<updated>2019-11-13T07:02:58Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-11-13T07:02:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1cd7afaff1b1fff300d6a8097ece10870656e0c6'/>
<id>urn:sha1:1cd7afaff1b1fff300d6a8097ece10870656e0c6</id>
<content type='text'>
* Added Xulkal ALT Keymap

* Hadron compile fix

* Keymap fix
</content>
</entry>
<entry>
<title>[Keymap][Xulkal] User code update (#6752)</title>
<updated>2019-09-17T17:28:02Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-09-17T17:28:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c427023b31f544771391b4cd22d797ee14cadac3'/>
<id>urn:sha1:c427023b31f544771391b4cd22d797ee14cadac3</id>
<content type='text'>
* Updating rgb menu behavior

* Fixing toggle keycode to work how I want it

* Enabling auto scroll timeout
</content>
</entry>
<entry>
<title>Added OLED Display autoscroll during periods of OLED data inactivity (#6546)</title>
<updated>2019-08-25T19:37:55Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-08-25T19:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=957070a6b5886719557b6880afa7e3716548c18a'/>
<id>urn:sha1:957070a6b5886719557b6880afa7e3716548c18a</id>
<content type='text'>
* Added OLED Display autoscroll during periods of OLED data inactivity.

* Fixing compile errors

* Feedback from review
</content>
</entry>
<entry>
<title>[User] Xulkal Keymaps Update (#6392)</title>
<updated>2019-07-25T18:56:29Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-07-25T18:56:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=20c0533c4c66b9d222b6ced2fad3ec6be6cad76e'/>
<id>urn:sha1:20c0533c4c66b9d222b6ced2fad3ec6be6cad76e</id>
<content type='text'>
* Xulkal changes

Refactor rgb &amp; encoder menu

Hadron Keymap

Refactor oled menu

* Fixing horizontal OLED data display

* Reverting changes to take to separate prs
</content>
</entry>
<entry>
<title>Sol Rev 2 Keyboard (#6389)</title>
<updated>2019-07-22T17:43:52Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-07-22T17:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=40b0ddd425bf09ddbb15a414b5147e98256f10a8'/>
<id>urn:sha1:40b0ddd425bf09ddbb15a414b5147e98256f10a8</id>
<content type='text'>
* Basic Rev 2 implementation

* Updated LED defines and added Extra encoder support

* Fixed rgb pin assignment

* Physically accurate LED positions

* Single Color Band scrolling left to right effects

* Spirals, Pinwheels, and Documentation....Oh My!

* Spiral effect band thickness adjustments

* Fixing animation spin directions

* Full hand LED positions

* Basic Rev 2 implementation

Updated LED defines and added Extra encoder support

Fixed rgb pin assignment

Physically accurate LED positions

Full hand LED positions

Moving rev2 folder

* RGB Center Point LED position update

* Fixing led config commas

* Fixing led config commas

* fix enter key

* fix enter

* Small changes to default

* update default

* typo fix

* update default

* Fixing defines &amp; led config, turned full hand &amp; extra encoders into rules.mk feature

* Refactored rules.mk to have a post_rules.mk

* Forgot to offset the matrix to led map due to the edge led additions

* Updated LED flags and fixed my keymap

* Update keymap.c

include speed controls for RGB

* Fixing more rules.mk and adding keymap like encoders functionality

* Sol Rev 2 Implementation

* Minor fixes

* Keymap fixes

* Fix Colemak, add lock keys
</content>
</entry>
<entry>
<title>Adding rgb matrix speed into eeprom storage. (#5965)</title>
<updated>2019-07-16T07:40:43Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-07-16T07:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e2dfb787da2a2ba88e0e074b396a2b988e10eccf'/>
<id>urn:sha1:e2dfb787da2a2ba88e0e074b396a2b988e10eccf</id>
<content type='text'>
Zeroing out spd in eeconfig_init_quantum

Switched to block read &amp; update

Update tmk_core/common/eeconfig.h

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

Fixing init compile error

Update eeconfig.c

Dead / Missing API cleanup

alignment</content>
</entry>
<entry>
<title>Switching rgb_config_t to use HSV struct</title>
<updated>2019-07-12T14:39:35Z</updated>
<author>
<name>Ryan Caltabiano</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-05-20T04:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=cf215487ba35c6754cd1c52bb900a46bb52ed3a3'/>
<id>urn:sha1:cf215487ba35c6754cd1c52bb900a46bb52ed3a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keymap] Xulkal changes (#6075)</title>
<updated>2019-06-05T23:14:35Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-06-05T23:14:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=de968eb310b82dbba7c69971ad0d1280aaac7b27'/>
<id>urn:sha1:de968eb310b82dbba7c69971ad0d1280aaac7b27</id>
<content type='text'>
</content>
</entry>
</feed>
