<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/sck, 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-30T20:14:59Z</updated>
<entry>
<title>2020 May 30 Breaking Changes Update (#9215)</title>
<updated>2020-05-30T20:14:59Z</updated>
<author>
<name>James Young</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2020-05-30T20:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fced377ac007d27f2650ccffbe0b18abcdcfe23d'/>
<id>urn:sha1:fced377ac007d27f2650ccffbe0b18abcdcfe23d</id>
<content type='text'>
* Branch point for 2020 May 30 Breaking Change

* Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954)

* Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957)

* Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958)

* Migrate `ACTION_LAYER_MODS` to `LM()` (#8959)

* Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968)

* Convert V-USB usbdrv to a submodule (#8321)

* Unify Tap Hold functions and documentation (#8348)

* Changing board names to prevent confusion (#8412)

* Move the Keyboardio Model01 to a keyboardio/ subdir (#8499)

* Move spaceman keyboards (#8830)

* Migrate miscellaneous `fn_actions` entries (#8977)

* Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979)

* Organizing my keyboards (plaid, tartan, ergoinu) (#8537)

* Refactor Lily58 to use split_common (#6260)

* Refactor zinc to use split_common (#7114)

* Add a message if bin/qmk doesn't work (#9000)

* Fix conflicting types for 'tfp_printf' (#8269)

* Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based &amp; small internals cleanup (#6480)

* Refactor and updates to TKC1800 code (#8472)

* Switch to qmk forks for everything (#9019)

* audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484)

* Audio enable corrections (2/3) (#8903)

* Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582)

* Audio enable corrections (Part 4) (#8974)

* Fix typo from PR7114 (#9171)

* Augment future branch Changelogs (#8978)

* Revert "Branch point for 2020 May 30 Breaking Change"
</content>
</entry>
<entry>
<title>Trim firmware sizes from default rules.mk, part 3 (#8045)</title>
<updated>2020-01-30T19:13:49Z</updated>
<author>
<name>ridingqwerty</name>
<email>george.g.koenig@gmail.com</email>
</author>
<published>2020-01-30T19:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d2e1cc4d48e5c74453f9ab1a344490f895b2e236'/>
<id>urn:sha1:d2e1cc4d48e5c74453f9ab1a344490f895b2e236</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VIA Configurator Refactor (#7268)</title>
<updated>2020-01-03T20:52:00Z</updated>
<author>
<name>Wilba</name>
<email>Jason.S.Williams@gmail.com</email>
</author>
<published>2020-01-03T20:52:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=320822d75b785401809f45007320e6fb6885b3fd'/>
<id>urn:sha1:320822d75b785401809f45007320e6fb6885b3fd</id>
<content type='text'>
* VIA Refactor

* Remove old code

* review changes

* review changes

* Fix cannonkeys/satisfaction75/prototype:via build

* Add via.h to quantum.h

* Move backlight init to after backlight config load

* Merge branch 'master' into via_refactor_pr

* Update user's rules.mk to new way of enabling VIA

* Added id_switch_matrix_state

* Review changes
</content>
</entry>
<entry>
<title>[Keyboard] Add M0116b keyboard (#7162)</title>
<updated>2019-10-28T23:57:16Z</updated>
<author>
<name>J.Flanagan</name>
<email>jrfhoutx@comcast.net</email>
</author>
<published>2019-10-28T23:57:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c7a8cab8831f18778e4d46e3c6bfe36803656986'/>
<id>urn:sha1:c7a8cab8831f18778e4d46e3c6bfe36803656986</id>
<content type='text'>
* initial commit

restart of m0116b development

* initial commit

restart of m0116b development

* Major and minor changes for new PCB design

Changed matrix_row_pins and matrix_sol_pins to match new PCB design
Changed layout matrix to match new PCB design
Minor changes to settings in rules.mk
Minor changes to readme.md files

* Update rules.mk

Changed settings in rules.mk

* major and minor changes

added a default keymap (copy of the m0116 keymap, just to have a default option)
changes to the info.json

* initial commit

restart of m0116b development

* Major and minor changes for new PCB design

Changed matrix_row_pins and matrix_sol_pins to match new PCB design
Changed layout matrix to match new PCB design
Minor changes to settings in rules.mk
Minor changes to readme.md files

* Update rules.mk

Changed settings in rules.mk

* major and minor changes

added a default keymap (copy of the m0116 keymap, just to have a default option)
changes to the info.json

* Update keyboards/sck/m0116b/keymaps/default/keymap.c

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/m0116b/keymaps/default/keymap.c

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/m0116b/keymaps/m0116/keymap.c

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/m0116b/keymaps/m0116/keymap.c

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/m0116b/keymaps/m0118/keymap.c

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/m0116b/m0116b.h

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/m0116b/m0116b.h

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/m0116b/keymaps/m0118/keymap.c

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Requested changes

Changes per requests

* Changes to keymaps

Changes as discussed

corrected location of custom_keycodes declaration and changed custom keycode in keymap per request and discussion.
</content>
</entry>
<entry>
<title>Cleanup rules.mk for 32U4 keyboards, R-S (#7182)</title>
<updated>2019-10-28T19:08:00Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-28T19:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=6d7c6d4fd6a4af8e0355b5d10c68db3274c1a7f8'/>
<id>urn:sha1:6d7c6d4fd6a4af8e0355b5d10c68db3274c1a7f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keyboard] Add NEISO Macro Pad (#7163)</title>
<updated>2019-10-28T17:57:15Z</updated>
<author>
<name>J.Flanagan</name>
<email>jrfhoutx@comcast.net</email>
</author>
<published>2019-10-28T17:57:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=84ac03bbab7cfc6cef6aa4e22360b92bdf044c6c'/>
<id>urn:sha1:84ac03bbab7cfc6cef6aa4e22360b92bdf044c6c</id>
<content type='text'>
* Initial Commit

Initial commit of the N-E-ISO Pad

* Changes to keymap.c

Minor Changes to keymap.c

* Major Changes

Changes to config.h, neiso.c, neiso.h, readme.md, rules.mk, info.json

* Updated readme.md

Changed wording of redme.md

* Initial Commit

Initial commit of the N-E-ISO Pad

* Changes to keymap.c

Minor Changes to keymap.c

* Major Changes

Changes to config.h, neiso.c, neiso.h, readme.md, rules.mk, info.json

* Updated readme.md

Changed wording of redme.md

* Update keyboards/sck/neiso/info.json

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/neiso/info.json

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/sck/neiso/keymaps/default/keymap.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/neiso/neiso.h

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Changes per request

Removed lines 55-60 from default/keymap.c per request
</content>
</entry>
<entry>
<title>[Keyboard] Add GTM Pad macropad (#7123)</title>
<updated>2019-10-24T04:36:40Z</updated>
<author>
<name>J.Flanagan</name>
<email>jrfhoutx@comcast.net</email>
</author>
<published>2019-10-24T04:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4da9d2ef6f3f3a91738a209f8e692d7294ef70d5'/>
<id>urn:sha1:4da9d2ef6f3f3a91738a209f8e692d7294ef70d5</id>
<content type='text'>
* initial commit

begin development of Grand Theft Macro Pad (2key2crawl clone)

* Minor Changes

Changes to readme.md

Changes to config.h matrix pins

Changes to gtm.h layout

Changes to rules.mk

* initial commit

begin development of Grand Theft Macro Pad (2key2crawl clone)

* Minor Changes

Changes to readme.md

Changes to config.h matrix pins

Changes to gtm.h layout

Changes to rules.mk

* Update keyboards/sck/gtm/readme.md

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/readme.md

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/gtm/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Changes to gtm.h

Changes to layout to be correct for matrix_cols and matrix_col_pins

* Minor Changes

Removed rotary encoder index in keymaps per suggestion
</content>
</entry>
<entry>
<title>[Keyboard] Add OSA keyboard (#6849)</title>
<updated>2019-10-05T17:44:55Z</updated>
<author>
<name>J.Flanagan</name>
<email>jrfhoutx@comcast.net</email>
</author>
<published>2019-10-05T17:44:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=19b60c273ab63c250db748e5eead6baba88cd0d8'/>
<id>urn:sha1:19b60c273ab63c250db748e5eead6baba88cd0d8</id>
<content type='text'>
* initial commit

restart of osa development

* minor changes

Minor changes
mostly changing naming and comment out rgb modes

* initial commit

restart of osa development

* minor changes

Minor changes
mostly changing naming and comment out rgb modes

* more minor changes

comment out some functions
correct some spelling errors
change some of the descriptive text

* Minor Changes

Minor changers per PR requests

* Minor Changes

Minor changes per PR suggestions

* Major Changes

Per PR suggestion from noroadsleft:

- changed macro to LAYOUT_all in info.json, dualsplit/keymap.c and ocm/keymap.c, and osa.h

- added osa.h macros for other layouts per suggestion and used suggested naming

-  changed naming of layout macros to correspond to macros and naming in default/keymap.c, dualsplit/keymap.c, ocm/keymap.c, splitbs/keymap.c, and splitrs/keymap.c

- removed duplicate layers from all keymaps and edited per suggestions

- compiled each keymap to check for and correct any potential errors. all compiled with no errors

* Minor Change

- fixed imgur image link in readme.md to be correct format

* Minor Changes

changes to macro layouts in osa.h
changes to dualsplit/keymap.c - added arrows to layer 1

* Changes

- Made changes to info.json to match osa.h
- changes to osa.c enabling indicator LEDs
- changed "dualsplit" directory name to "all" to match keymap naming in osa.h, info.json, and keymap.c
- minor changes to all/keymap.c

* Update keyboards/sck/osa/rules.mk

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/sck/osa/readme.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Changes to info.json

- revert to info.json from version in b3b49c3 per requested changes
</content>
</entry>
</feed>
