qmk_firmware/keyboards/satan
Christopher Sexton 98afb45a27 Keymap: Spaceman Spiff layout for the GH60 Satan (#3596)
![Keyboard Layout](https://i.imgur.com/M9glFON.png)

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`
2018-08-09 17:52:35 -07:00
..
keymaps Keymap: Spaceman Spiff layout for the GH60 Satan (#3596) 2018-08-09 17:52:35 -07:00
config.h rgb light through midi 2016-11-17 17:42:14 -05:00
info.json Satan refactor and Configurator support (#3305) 2018-07-04 18:02:01 -07:00
pinout.txt Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432) 2016-06-21 22:39:54 -04:00
readme.md Satan refactor and Configurator support (#3305) 2018-07-04 18:02:01 -07:00
rules.mk Add split layout to more keyboards. 2017-08-26 10:34:07 -04:00
satan.c Fix CAPS_LED logic in Satan (#461) 2016-06-29 22:33:09 -04:00
satan.h Satan refactor and Configurator support (#3305) 2018-07-04 18:02:01 -07:00

readme.md

Satan GH60

controller power

Keyboard Maintainer: QMK Community
Hardware Supported: Satan GH60 PCB
Hardware Availability: https://1upkeyboards.com/gh60-satan-pcb.html

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

make satan:default

See build environment setup then the make instructions for more information.