Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chimera Ortho refactor #4652

Merged
merged 5 commits into from
Dec 15, 2018
Merged

Chimera Ortho refactor #4652

merged 5 commits into from
Dec 15, 2018

Commits on Dec 15, 2018

  1. 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
    noroadsleft committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    8ab1cfe View commit details
    Browse the repository at this point in the history
  2. 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.
    noroadsleft committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    1f3d81d View commit details
    Browse the repository at this point in the history
  3. Keymap refactor: dcompact

    - Changed chimera_ortho.h include for QMK_KEYBOARD_H
    - Updated layout name on keymap layers
    noroadsleft committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    2922200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d850eda View commit details
    Browse the repository at this point in the history
  5. 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
    noroadsleft committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    cd836db View commit details
    Browse the repository at this point in the history