<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/users/konstantin, 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-07-16T12:27:55Z</updated>
<entry>
<title>Redefine IS_LAYER_ON/OFF() as aliases for existing layer functions (#6352)</title>
<updated>2020-07-16T12:27:55Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2020-07-16T12:27:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=61b64bb82a93c6d1441f07655a5e20b59a15fd29'/>
<id>urn:sha1:61b64bb82a93c6d1441f07655a5e20b59a15fd29</id>
<content type='text'>
* Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros

* Add docs for IS_LAYER_ON/OFF(_STATE) macros

* Remove IS_LAYER_ON/OFF_STATE redefinition in userspace

* Run clang-format on quantum/quantum.h

* Redefine IS_LAYER_ON/OFF(_STATE) as aliases of existing layer functions

Also update relevant doc entries.

Needs testing to check if this breaks existing IS_LAYER_ON/OFF usage in certain
edge cases (namely calling the macros with 0).

* Reformat layer check function docs</content>
</entry>
<entry>
<title>[Keymap] Update personal userspace and keymaps (#9082)</title>
<updated>2020-05-16T06:36:08Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2020-05-16T06:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5'/>
<id>urn:sha1:9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5</id>
<content type='text'>
* Replace custom RCTRL implementation with built-in LM

Caveat: sends LCtrl instead of RCtrl

* Enable VIA support in KBD6X keymap

* Disable LTO on ChibiOS boards

* Disable locking support and Magic keycodes for all keymaps

* Organize and annotate rules.mk and config.h files

* Enable Console for Melody96 keymap

* L_RANGE_KEYMAP → LAYERS_KEYMAP

* Revert "Replace custom RCTRL implementation with built-in LM"

This reverts commit 17d706a82d7e31b53cd84efeb9b2ddb9922a2368.

* Set DYNAMIC_KEYMAP_LAYER_COUNT to 3 in Doro67 and Wasdat keymaps

* Enable Bootmagic Lite for all VIA keymaps</content>
</entry>
<entry>
<title>[Keymap] Update personal userspace and keymaps (#8747)</title>
<updated>2020-04-09T16:54:19Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2020-04-09T16:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=439afc883a94627fd3f742d573fcfdf90ddbb22a'/>
<id>urn:sha1:439afc883a94627fd3f742d573fcfdf90ddbb22a</id>
<content type='text'>
* Update mousekey parameters in userspace

* Disable GRAVE_ESC in boards where it isn't used

* Tweak MODERN_DOLCH_RED and reset RGB on Shift+Toggle in KBD6X

* Disable RGB controls when Fn/Caps indicator lights are on

* Use LTO_ENABLE instead of setting -flto directly

* Add led_update_keymap, use SS_LCTL instead of SS_LCTRL

* Change TAPPING_TOGGLE from 2 to 3</content>
</entry>
<entry>
<title>Update personal userspace and keymaps (#6876)</title>
<updated>2019-10-02T23:46:27Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-10-02T23:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=99f5d6c56d0e3b28ed208acdeae16cea5d563725'/>
<id>urn:sha1:99f5d6c56d0e3b28ed208acdeae16cea5d563725</id>
<content type='text'>
* Align bottom row in KBD6X keymap to match LAYOUT macro

* Remove TAP_HOLD_CAPS_DELAY override in userspace

* Change default USB polling rate to 1000 Hz

* Move media controls to nav cluster on Wasdat

* Add dz60:konstantin_b keymap
</content>
</entry>
<entry>
<title>Add personal Doro67 multi keymap, fix bug in KBD6X keymap (#6674)</title>
<updated>2019-09-05T03:38:54Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-09-05T03:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=6d191635d08f8d1b4be12786c2e0158bd6674f28'/>
<id>urn:sha1:6d191635d08f8d1b4be12786c2e0158bd6674f28</id>
<content type='text'>
* Add missing void parameter declarations to *_light functions

* Add doro67/multi:konstantin keymap

* Allow FNLK to be canceled with Esc

* Function layer → Fn layer in keymap comments
</content>
</entry>
<entry>
<title>[Keymap] Update personal userspace and keymaps (#6654)</title>
<updated>2019-09-03T15:42:05Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-09-03T15:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d633cf3ccbf1aed229ef92bdc2f2a1f4f67dd0ad'/>
<id>urn:sha1:d633cf3ccbf1aed229ef92bdc2f2a1f4f67dd0ad</id>
<content type='text'>
* Enable Fn layer tap dances only if LAYER_FN is defined

* Update KBD6X keymap spacing to match LAYOUT spacing

* Add regular FNLK to userspace, update keymap comment labels

* Rename KC_BRK → BREAK, KC_SYSR → SYSRQ in userspace

* Change mousekey positions in KBD6X

* Disable Console in KBD6X to reduce firmware size

* Return false in process_record_* only when overriding existing keys

* Fix Caps light not working after LSFT_FN

* Refactor Fn/Caps light, fix sequencing issues
</content>
</entry>
<entry>
<title>[User] Update personal userspace and keymaps, add reactive underglow (#6410)</title>
<updated>2019-07-25T19:31:40Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>konstantin.djordjevic@tradecore.com</email>
</author>
<published>2019-07-25T19:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=36d3902504d6aa0d2bdac88c90339c902ade11b3'/>
<id>urn:sha1:36d3902504d6aa0d2bdac88c90339c902ade11b3</id>
<content type='text'>
* Update MODERN_DOLCH_RED color

* Remove unused RAL_LAL tap dance

* Disable Space Cadet on all boards

* Rework SEND_STRING_CLEAN into CLEAN_MODS, fix DST_P_R/DST_N_A

* Disable unnecessary underglow animations

* Rearrange feature flags in rules.mk files

* Change custom colors from structs to defines

* Add some explicit initializers

* Add MODERN_DOLCH_CYAN color

* Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros

* Add led_set_keymap() template function

* Change underglow color based on Caps/Fn state

* Preserve val when changing underglow colors

* Only trigger Fn light for Fn layer

* Refactor fn_light() and caps_light() slightly

* Add comments to fn_light() and caps_light()
</content>
</entry>
<entry>
<title>[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)</title>
<updated>2019-07-12T13:16:28Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-07-12T13:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=38fdf7a2d2f3f0bb9c21332b81a289de94b9870a'/>
<id>urn:sha1:38fdf7a2d2f3f0bb9c21332b81a289de94b9870a</id>
<content type='text'>
* Add missing TD_RSF_RCT tap dance

* Use standard QMK HSV and RGB structs, fix Godspeed colors

* Move PROGMEM after the type in RGB intervals

* Add MODERN_DOLCH_RED color, use it on KBD6X

* Use 255 instead of RGBLIGHT_LIMIT_VAL in color definitions

* Remove IS_COMMAND override on Whitefox
</content>
</entry>
<entry>
<title>[Keymap] Add personal Wasdat keymap, update other keymaps (#6290)</title>
<updated>2019-07-09T13:52:23Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-07-09T13:52:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=220873dfebaac06f4686f619622babcd40bc54a8'/>
<id>urn:sha1:220873dfebaac06f4686f619622babcd40bc54a8</id>
<content type='text'>
* Add wasdat:konstantin keymap

TODO: Move it to layouts/

* Use HHKB arrow arrangement for mouse keys on KBD6X

* Move KC_APP from Ctrl to M on all boards

* Use RCT_RSF on Melody96

* Set TAP_HOLD_CAPS_DELAY to 50 in userspace

* Use RSF_RCT instead of RCT_RSF
</content>
</entry>
<entry>
<title>[Keymap] Fix RGB_MATRIX_ENABLE check in users/konstantin/rules.mk (#5832)</title>
<updated>2019-05-09T18:05:33Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-05-09T18:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2835a7074985f25dea9398a7ac211914c9d52fe4'/>
<id>urn:sha1:2835a7074985f25dea9398a7ac211914c9d52fe4</id>
<content type='text'>
</content>
</entry>
</feed>
