<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/kbd75, 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>2019-02-04T18:29:04Z</updated>
<entry>
<title>[Keyboard] Create KBDFans directory  (#5025)</title>
<updated>2019-02-04T18:29:04Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2019-02-04T18:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b49dbf9b19264e7558253a34ca737dcd301487b1'/>
<id>urn:sha1:b49dbf9b19264e7558253a34ca737dcd301487b1</id>
<content type='text'>
* move over kbd19x into the kbdfans directory

* move over kbd4x into the kbdfans directory

* move kbd66 into the kbdfans directory

* move the kbd6x into the kbdfans directory

* move kbd8x into the kbdfans directory

* move kbd75 into the kbdfans directory

* move kbd67 into kbdfans directory

* add a fairly sparse readme for kbdfans directory

* update make instructions for keyboards and add the Complete Newbs Guide to readmes that was missing it

* get kbd75 compiling again

* remove repetitive #defines of KC_NO and KC_TRNS when QMK_KEYBOARD_H is already included in KBD75

* add links to kbdfans readme

* fix some readme formatting

* there is no reason to have two different keymaps with such a small difference, condensing to one

* turning on backlights by default

* enable backlight by default for kbd66

* noticed that the kbd75 had caps lock led code in every keymap. Moved it out to the keyboard.c so everyone can partake.

* Update keyboards/kbdfans/kbd66/readme.md

Co-Authored-By: mechmerlin &lt;30334081+mechmerlin@users.noreply.github.com&gt;

* update readme link ordering
</content>
</entry>
<entry>
<title>Adds a default value for IS_COMMAND for COMMAND feature (#4301)</title>
<updated>2019-01-26T23:49:45Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-01-26T23:49:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b05c0e46c6c62972b68518635104fb58927d1a13'/>
<id>urn:sha1:b05c0e46c6c62972b68518635104fb58927d1a13</id>
<content type='text'>
* Add default value for IS_COMMAND for COMMAND feature

* Cleanup and consistency

* Update Templates to reflect change

* Fix IS_COMMAND in template

* Fix IS_COMMAND define

* Use consistent IS_COMMAND block in templates

* Remove unnecessary `#undef IS_COMMAND` directives

* Fix compile issue on orthodox

* Reomve IS_COMMAND option for newer boards

* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting

* Remove a couple of additional IS_COMMAND defines

* Remove remaining redundant IS_COMMAND definitions

* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin

* Remove multiple empty lines in modified config.h files

* Update additional boards

* Reomve IS_COMMAND from newer boards

* Update Alice keyboard

* Remove IS_COMMAND from additional boards

Jan 24th edition
</content>
</entry>
<entry>
<title>Modified URLs to point to new locations</title>
<updated>2019-01-13T17:11:18Z</updated>
<author>
<name>Jeremy Bernhardt</name>
<email>bernhardtjeremy@gmail.com</email>
</author>
<published>2019-01-13T00:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c8cbee5d718244dd06fda66a0edf5d4cb73b2434'/>
<id>urn:sha1:c8cbee5d718244dd06fda66a0edf5d4cb73b2434</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Mac mute keycode (#4809)</title>
<updated>2019-01-09T17:23:09Z</updated>
<author>
<name>Eduardo Lourenço Pinto Neto</name>
<email>edulpn@gmail.com</email>
</author>
<published>2019-01-09T17:23:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=722cee33629beab51ac7a5557f0aa50e872d0460'/>
<id>urn:sha1:722cee33629beab51ac7a5557f0aa50e872d0460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add KBD75 keymap (#4808)</title>
<updated>2019-01-09T15:52:11Z</updated>
<author>
<name>Eduardo Lourenço Pinto Neto</name>
<email>edulpn@gmail.com</email>
</author>
<published>2019-01-09T15:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=dc6b6c29bac7f52efe812e6e9c623c9c9b1553d8'/>
<id>urn:sha1:dc6b6c29bac7f52efe812e6e9c623c9c9b1553d8</id>
<content type='text'>
* Add KBD75 keymap

* Fix README

* Fix README images
</content>
</entry>
<entry>
<title>Make `PREVENT_STUCK_MODIFIERS` the default (#3107)</title>
<updated>2018-09-17T17:48:02Z</updated>
<author>
<name>Joe Wasson</name>
<email>jwasson+github@gmail.com</email>
</author>
<published>2018-09-17T17:48:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=743449472e58651ec8111e6f70811103fb0a28bd'/>
<id>urn:sha1:743449472e58651ec8111e6f70811103fb0a28bd</id>
<content type='text'>
* Remove chording as it is not documented, not used, and needs work.

* Make Leader Key an optional feature.

* Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE`

* Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
</content>
</entry>
<entry>
<title>Keymap: Spaceman Spiff layout for KBD75 (#3595)</title>
<updated>2018-08-10T00:53:13Z</updated>
<author>
<name>Christopher Sexton</name>
<email>csexton@users.noreply.github.com</email>
</author>
<published>2018-08-10T00:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1ac2dd9b63b8917fda487b3fb3ae9a2f52c3bda1'/>
<id>urn:sha1:1ac2dd9b63b8917fda487b3fb3ae9a2f52c3bda1</id>
<content type='text'>
![Keyboard Layout](https://i.imgur.com/tQLYDvu.png)

&lt;!-- http://www.keyboard-layout-editor.com/#/gists/c1e8a15c68e4c52eed84653f21ae2d29 --&gt;

Designed specifically to make switching back-n-forth with the Apple's MacBook Pro keyboard intuitive. Has a slight tendency toward readline/vim keybindings.

Caps locks becomes an `Esc` when pressed alone, or a `Ctrl` when pressed with another key.

Base Layer
----------

As simalar to the Apple keyboard as possible. Notiable exception is `Caps Lock`:
- `Esc` when pressed alone
- `Ctrl` when pressed with another key

Control+ Layer
--------------

Left `Ctrl` key switches to the "Control+ Layer". This layer mostly acts like a control key in most cases, with a few exceptions:

- `Ctl+` + `hjkl` are vim-style motion keys
- `Ctl+` + `p` and `Ctl+` + `n` are page up and down
- `Ctl+` + `Backspace` is forward delete

Fn Layer
--------

Audio Controls:
- `Fn` + `a` Volume Down
- `Fn` + `s` Volume Up
- `Fn` + `d` Mute

To flash this layout you need to press `Fn+Backspace`</content>
</entry>
<entry>
<title>Keyboard: KBD75 Rev 1 LAYOUT_ansi_1u Bug (#3542)</title>
<updated>2018-08-01T15:34:00Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2018-08-01T15:34:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ff14028bd8761f8935b7782208345b42a18b018c'/>
<id>urn:sha1:ff14028bd8761f8935b7782208345b42a18b018c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>General cleanup KBD75 keymap (#3410)</title>
<updated>2018-07-16T15:41:53Z</updated>
<author>
<name>Ally Parker</name>
<email>alasdair.parker@gmail.com</email>
</author>
<published>2018-07-16T15:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=5e463086cd6a6c2bde78b87bc131a172b9c42fc1'/>
<id>urn:sha1:5e463086cd6a6c2bde78b87bc131a172b9c42fc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support KBD75 rev 2 (#3261)</title>
<updated>2018-06-29T05:44:49Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2018-06-29T05:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1499dffb076d04e4755e287faf3e84862df167ce'/>
<id>urn:sha1:1499dffb076d04e4755e287faf3e84862df167ce</id>
<content type='text'>
* Restructure kbd75 to support multiple revs

* add rev2 files

* fix config comments

* try and avoid duplicate code for LAYOUT macros

* keep the same layouts for rev2 for info.json

* Add QMK Configurator support for the numpad layout

* update readme to talk about rev2
</content>
</entry>
</feed>
