summaryrefslogtreecommitdiffstats
path: root/keyboards/chimera_ortho/info.json
AgeCommit message (Collapse)AuthorFilesLines
2018-12-15Keyboard: Chimera Ortho refactor (#4652)noroadsleft1-231/+49
* 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-04-12Remove bootloader from info.jsonsskullY1-3/+0
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed1-3/+0
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-01-05Update info.jsonJack Humbert1-1/+1
2018-01-04Add info.json file for Chimera Ortho (#2217)Daniel Gordon1-0/+247
* Add info.json file for Chimera Ortho * Correct LAYOUT to KEYMAP Correct LAYOUT to KEYMAP in chimera ortho's json.info