forked from mirrors/qmk_firmware
a95984745b
* add matrix_diagram.md * refactor default keymap - use four-space indent - grid-align keycodes - use QMK-native keycode alias for `RGB_MODE_RGBTEST` * refactor default_iso keymap - use four-space indent - grid-align keycodes * refactor via keymap - use four-space indent - grid-align keycodes - use QMK-native keycode alias for `KC_TRNS` * info.json: apply friendly formatting * add maintainer and url keys to info.json * add LAYOUT_ansi with reference keymap * add LAYOUT_iso; refactor default_iso keymap * standardize default and via keymaps - use `QK_GESC` at top left - use `KC_DEL` for right half of Split Backspace - use `KC_NUHS` for Non-US Hash position - use `KC_NUBS` for Non-Us Backslash position - use `KC_RGUI` for middle right mod * add RGB Underglow keycodes to all keymap Function layers |
||
---|---|---|
.. | ||
keymaps | ||
config.h | ||
info.json | ||
matrix_diagram.md | ||
readme.md | ||
rules.mk |
cypher rev6
PCB for the cypher keyboard, this is rev6 of this PCB
- Keyboard Maintainer: westfoxtrot
- Hardware Supported: Cypher PCB revisions 6 (Rev # is printed on PCB)
- Hardware Availability: with keyboard release + Files released here
Make example for this keyboard (after setting up your build environment):
make cablecardesigns/cypher/rev6:default
Flashing example for this keyboard:
make cablecardesigns/cypher/rev6:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
Bootloader
Enter the bootloader in 3 ways:
- Bootmagic reset: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
- Physical reset button: There are 2 holes underneath the spacebar position that if shorted will enter bootloader
- Keycode in layout: Press the key mapped to
QK_BOOT
if it is available