qmk-firmware/keyboards/s7_elephant
noroadsleft baf69ee89d S7 Elephant Configurator fixes (#4614)
* S7 Elephant: Configurator bugfix, part 1

Reformatted the JSON so each key is on its own line:

This makes the keys easier to rearrange.

* S7 Elephant: Configurator bugfix, part 2

Deleted the extra key from LAYOUT_iso_1u:

JSON contents stated this layout used a split Backspace, but the matrix is configured and intended to have a 2u Backspace.

Extended the Backspace to 2u width and deleted the extra key. (This fixes the error that broke LAYOUT_iso_1u's rendering in the Configurator.)

* S7 Elephant: Configurator bugfix, part 3

Fix ISO layouts:

Noticed JSON object for Enter on ISO layouts was immediately after Right Bracket. Inspection of s7_elephant.h revealed the expected and appropriate location to be after ISO Hash.

Moved Enter key to the proper location on all ISO layouts.
2018-12-12 12:46:12 -08:00
..
keymaps/default Add support for S7 Elephant (#4511) 2018-12-01 08:57:30 -08:00
config.h Add support for S7 Elephant (#4511) 2018-12-01 08:57:30 -08:00
info.json S7 Elephant Configurator fixes (#4614) 2018-12-12 12:46:12 -08:00
readme.md Add support for S7 Elephant (#4511) 2018-12-01 08:57:30 -08:00
rules.mk Add support for S7 Elephant (#4511) 2018-12-01 08:57:30 -08:00
s7_elephant.c Add support for S7 Elephant (#4511) 2018-12-01 08:57:30 -08:00
s7_elephant.h Add support for S7 Elephant (#4511) 2018-12-01 08:57:30 -08:00

readme.md

S7 Elephant

S7 Elephant

A high-end 70% custom keyboard designed and produced by jacky from Geekhack.

Keyboard Maintainer: QMK Community
Hardware Supported: S7 Elephant
Hardware Availability: The GB has ended with little chance to run again.

Make example for this keyboard (after setting up your build environment):

make s7_elephant:default:dfu

To enter the bootloader, either short the pins on the PCB or the RESET button on the FN layer.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.