qmk-firmware/keyboards/chimera_ortho
noroadsleft 45591ee443 Keyboard: Chimera Ortho refactor (#4652)
* Layout macro refactor

- Renamed KC_KEYMAP to LAYOUT_kc
- Renamed KEYMAP to LAYOUT
- moved LAYOUT above LAYOUT_kc (Hoping this encourages users to use LAYOUT.)
- updated layout macro name in info.json
- white space changes for readability

* Keymap refactor: default

Default keymap now uses `#include QMK_KEYBOARD_H` and LAYOUT macro (from KC_KEYMAP/LAYOUT_kc). Keymap was also refactored to use process_record_user function instead of deprecated action_get_macro from TMK.

Also moved LONGPRESS_DELAY and LAYER_TOGGLE_DELAY definitions to config.h.

* Keymap refactor: dcompact

- Changed chimera_ortho.h include for QMK_KEYBOARD_H
- Updated layout name on keymap layers

* Coding conventions fix in default keymap

* Keymap refactor: gordon

- Changed chimera_ortho.h include for QMK_KEYBOARD_H
- Removed redundant includes of action_layer.h and process_tap_dance.h (superseded by QMK_KEYBOARD_H)
- Removed redundant definitions for KC_NO and KC_TRNS
- Updated layout name on keymap layers
2018-12-14 21:36:03 -08:00
..
keymaps Keyboard: Chimera Ortho refactor (#4652) 2018-12-14 21:36:03 -08:00
chimera_ortho.c Added Chimera Ortho keymap 2017-10-31 00:30:24 -04:00
chimera_ortho.h Keyboard: Chimera Ortho refactor (#4652) 2018-12-14 21:36:03 -08:00
config.h Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04:00
info.json Keyboard: Chimera Ortho refactor (#4652) 2018-12-14 21:36:03 -08:00
matrix.c Remove _quantum functions from custom matrix.c code 2018-02-06 12:25:30 -05:00
readme.md Chimera Ortho Readme (#1943) 2017-10-31 20:58:46 -04:00
rules.mk Updates bootloader settings, adds file size check (#2029) 2017-11-27 23:08:21 -05:00

readme.md

Chimera Ortho

Chimera Ortho

A split wireless 40% ortholinear keyboard

Keyboard Maintainer: William Wilson

Hardware Supported: Chimera Ortho PCB, WaveShare core nRF51822

Hardware Availability: Gerbers

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

make chimera_ortho:default

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