<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/doro67/rgb/keymaps, 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-03-14T18:47:29Z</updated>
<entry>
<title>VIA Support: Doro 67 (#8399)</title>
<updated>2020-03-14T18:47:29Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2020-03-14T18:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7aa21cc287cd92cbfb8f3f7efce3a16058292349'/>
<id>urn:sha1:7aa21cc287cd92cbfb8f3f7efce3a16058292349</id>
<content type='text'>
* add via keymap for doro67

* have more sensible VID and PID

* apply the same VIA changes to the regular PCB

* Update keyboards/doro67/rgb/keymaps/via/keymap.c

* Update keyboards/doro67/regular/config.h

* fix some formatting

* add via support for multi doro67
</content>
</entry>
<entry>
<title>[Keyboard] 65_ansi_blocker support for Doro67 (#6791)</title>
<updated>2019-09-23T22:56:24Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2019-09-23T22:56:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=8eb0aefb60aef8d5a88b8b7789c094be7ec194ee'/>
<id>urn:sha1:8eb0aefb60aef8d5a88b8b7789c094be7ec194ee</id>
<content type='text'>
* rename LAYOUT to LAYOUT_65_blocker_ansi

* rename LAYOUT macro

* enable LAYOUT_65_blocker_ansi community layout support and remove uneeded lines of code

* rename LAYOUT to LAYOUT_65_blocker_ansi

* rename LAYOUT macro

* enable LAYOUT_65_blocker_ansi community layout support

* enable LAYOUT_65_blocker_ansi support

* fix rename mess up

* add QMK Configurator support with the new rename

* rename blocker_ansi to ansi_blocker as it rolls off the tongue easier
</content>
</entry>
<entry>
<title>[Keyboard] Doro67 cleanup (#6514)</title>
<updated>2019-09-03T16:05:29Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-09-03T16:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c522009816d2c56c8e10390e2176171c34d9faab'/>
<id>urn:sha1:c522009816d2c56c8e10390e2176171c34d9faab</id>
<content type='text'>
Add spacing to LAYOUT macros, add layout comments, improve consistency, fix ISO layout bug

* Remove placeholder comments in regular.h and rgb.h

* Change K## to k## in multi.h and regular.h

* Add alignment whitespace in Doro67 LAYOUT macros

* Update multi default keymaps and add layout comments

* Update rgb default keymap and add layout comments

* Add RESET to Fn layer in multi default keymaps

* Replace KC_GESC with KC_ESC in rgb default keymap for consistency with other Doro keymaps

* Update regular default keymap and add layout comments

* WIP

* Replace odd F1, F2 with proper split LShift/Backspace keys in default_multi

* Minor fixes and tweaks in multi default keymaps

* Fix Enter and NUHS positions in multi LAYOUT_iso

* Return true in process_record_user in rgb default keymap

* Update Enter position in multi info.json

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update labels in multi info.json to match the default keymaps
</content>
</entry>
<entry>
<title>[Keyboard] doro67 readme clarification (#5736)</title>
<updated>2019-04-30T19:11:57Z</updated>
<author>
<name>Daniel Peregolise</name>
<email>danielperegolise@gmail.com</email>
</author>
<published>2019-04-30T19:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7c2a7ab817becfef88025b9bef80c4e212cc0913'/>
<id>urn:sha1:7c2a7ab817becfef88025b9bef80c4e212cc0913</id>
<content type='text'>
* readme clarification

* Apply suggestions from code review

verbiage updates

Co-Authored-By: dperegolise &lt;danielperegolise@gmail.com&gt;

* mechmerlin suggested verbiage
</content>
</entry>
<entry>
<title>[Keyboard] Doro67 RGB PCB  (#5677)</title>
<updated>2019-04-22T02:59:39Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2019-04-22T02:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=81d8e6ef3e4d69dba8e9ba40db525ab4181ab3e3'/>
<id>urn:sha1:81d8e6ef3e4d69dba8e9ba40db525ab4181ab3e3</id>
<content type='text'>
* initial commit

* get rid of some of the vanilla code

* set up matrix and pins

* Create LAYOUT macro and an appropriate keymap

* support for caps lock LED

* add some documentation to the doro67 parent readme

* align the language used in the several readme files

* initial commit

* get rid of some of the vanilla code

* set up matrix and pins

* Create LAYOUT macro and an appropriate keymap

* support for caps lock LED

* add some documentation to the doro67 parent readme

* align the language used in the several readme files

* Use RGB Matrix and fix enter key bug

* fix formatting

* remove merge conflict artifacts

* make a more useful default keymap

* add configurator support for the RGB pcb

* fix rgb matrix based on new info. Multipler should be reversed

* forgot to actually set the pin output for caps lock led

* fix offset keys in layer 1 keymap

* code cleanup

* use macros for the rgb_led calculations struct

* set RGB led num to 67 as I mistakenly counted the caps lock led

* cleanup config.h file

* add RGB note in readme

* get consistent naming in config file

* fix some inconsistencies

* readjust matrix and get rid of macros based on drashna's suggestions
</content>
</entry>
</feed>
