~ruther/qmk_firmware

7e306f9c9867ff8160c710caa7a7b8e7820cef9e — Jarred Steenvoorden 6 years ago 2902035
[Keymap] Add atreus, ergotravel and org60 keymaps (#5381)

* Add atreus, ergotravel and org60 keymaps

* Cleanup my keymap config files
A keyboards/atreus62/keymaps/jarred/config.h => keyboards/atreus62/keymaps/jarred/config.h +21 -0
@@ 0,0 1,21 @@
/* Copyright 2018 Jarred Steenvoorden
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

// My hand wire diodes are in the opposite direction to the Atreus62 PCB
#undef DIODE_DIRECTION
#define DIODE_DIRECTION COL2ROW

A keyboards/atreus62/keymaps/jarred/keymap.c => keyboards/atreus62/keymaps/jarred/keymap.c +26 -0
@@ 0,0 1,26 @@
/* Copyright 2018 Jarred Steenvoorden
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
#include QMK_KEYBOARD_H
#include "jarred.h"

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
    [_QW] = LAYOUT_atreus62_grid_wrapper(BLANK_12, QWERTY_1_12, QWERTY_2_12, QWERTY_3_12, QWERTY_L4, KC_NO, KC_NO, QWERTY_R4),
    [_LW] = LAYOUT_atreus62_grid_wrapper(BLANK_12, LOWER_1_12 , LOWER_2_12 , LOWER_3_12 , LOWER_L4 , KC_NO, KC_NO, LOWER_R4 ),
    [_NV] = LAYOUT_atreus62_grid_wrapper(BLANK_12, NAV_1_12   , NAV_2_12   , NAV_3_12   , NAV_L4   , KC_NO, KC_NO, NAV_R4   ),
    [_NP] = LAYOUT_atreus62_grid_wrapper(BLANK_12, NUMPAD_1_12, NUMPAD_2_12, NUMPAD_3_12, NUMPAD_L4, KC_NO, KC_NO, NUMPAD_R4),
    [_MS] = LAYOUT_atreus62_grid_wrapper(BLANK_12, MOUSE_1_12 , MOUSE_2_12 , MOUSE_3_12 , MOUSE_L4 , KC_NO, KC_NO, MOUSE_R4 )
};

A keyboards/ergotravel/keymaps/jarred/config.h => keyboards/ergotravel/keymaps/jarred/config.h +29 -0
@@ 0,0 1,29 @@
/*
Copyright 2017 Pierre Constantineau <jpconstantineau@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once

/* Use I2C or Serial, not both */

// #define USE_SERIAL
#define USE_I2C

/* Select hand configuration */

#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS

A keyboards/ergotravel/keymaps/jarred/keymap.c => keyboards/ergotravel/keymaps/jarred/keymap.c +50 -0
@@ 0,0 1,50 @@
/* Copyright 2018 Jarred Steenvoorden
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
#include QMK_KEYBOARD_H
#include "jarred.h"

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
    [_QW] = LAYOUT_ergotravel_grid_wrapper(
      QWERTY_L1, KC_NO, KC_NO, QWERTY_R1,
      QWERTY_L2, KC_NO, KC_NO, QWERTY_R2,
      QWERTY_L3, KC_NO, KC_NO, QWERTY_R3,
      QWERTY_4_12),
    
    [_LW] = LAYOUT_ergotravel_grid_wrapper(
      LOWER_L1, KC_NO, KC_NO, LOWER_R1,
      LOWER_L2, KC_NO, KC_NO, LOWER_R2,
      LOWER_L3, KC_NO, KC_NO, LOWER_R3,
      LOWER_4_12),
      
    [_NV] = LAYOUT_ergotravel_grid_wrapper(
      NAV_L1, KC_NO, KC_NO, NAV_R1,
      NAV_L2, KC_NO, KC_NO, NAV_R2,
      NAV_L3, KC_NO, KC_NO, NAV_R3,
      NAV_4_12),
    
    [_NP] = LAYOUT_ergotravel_grid_wrapper(
      NUMPAD_L1, KC_NO, KC_NO, NUMPAD_R1,
      NUMPAD_L2, KC_NO, KC_NO, NUMPAD_R2,
      NUMPAD_L3, KC_NO, KC_NO, NUMPAD_R3,
      NUMPAD_4_12),
      
    [_MS] = LAYOUT_ergotravel_grid_wrapper(
      MOUSE_L1, KC_NO, KC_NO, MOUSE_R1,
      MOUSE_L2, KC_NO, KC_NO, MOUSE_R2,
      MOUSE_L3, KC_NO, KC_NO, MOUSE_R3,
      MOUSE_4_12)
};

A keyboards/org60/keymaps/jarred/keymap.c => keyboards/org60/keymaps/jarred/keymap.c +25 -0
@@ 0,0 1,25 @@
#include QMK_KEYBOARD_H

#define _QW 0
#define _NV 1

// HHKB Layout
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

  [_QW] = LAYOUT(
      KC_ESC,  KC_1,    KC_2,    KC_3,    KC_4,   KC_5,   KC_6,   KC_7,   KC_8,   KC_9,    KC_0,    KC_MINS,   KC_EQL, KC_BSLS,  KC_GRV, \
      KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,   KC_T,   KC_Y,   KC_U,   KC_I,   KC_O,    KC_P,    KC_LBRC,  KC_RBRC,          KC_BSPC, \
      MO(_NV), KC_A,    KC_S,    KC_D,    KC_F,   KC_G,   KC_H,   KC_J,   KC_K,   KC_L,    KC_SCLN, KC_QUOT,  XXXXXXX,           KC_ENT, \
      KC_LSFT, XXXXXXX, KC_Z,    KC_X,    KC_C,   KC_V,   KC_B,   KC_N,   KC_M,   KC_COMM, KC_DOT,  KC_SLSH,  XXXXXXX, KC_RSFT,  KC_ENT, \
      XXXXXXX, KC_LCTL, KC_LGUI,                          KC_SPC,                          XXXXXXX, KC_RALT,  XXXXXXX, KC_RCTL, XXXXXXX),

  [_NV] = LAYOUT(
      KC_GRV ,   KC_F1,   KC_F2,   KC_F3,   KC_F4,  KC_F5,  KC_F6,  KC_F7,  KC_F8,  KC_F9,  KC_F10,  KC_F11,   KC_F12, _______, _______, \
      _______, _______, _______, _______, KC_DEL ,KC_BSPC,_______,KC_HOME,KC_UP  ,KC_END , KC_INS , _______,  _______,          _______, \
      _______, _______, _______, KC_LSFT,KC_LCTL, KC_ENT, _______,KC_LEFT,KC_DOWN,KC_RGHT, KC_DEL , KC_DEL ,  _______,          _______, \
      _______, _______, _______, _______, _______,_______,_______,_______,KC_PGUP,KC_PGDN, _______, _______,  _______, _______, _______, \
      _______, _______, _______,                          _______,                         _______, _______,  _______,   RESET, _______),

};



M users/jarred/jarred.h => users/jarred/jarred.h +4 -0
@@ 50,6 50,8 @@ enum {

// Wrappers
#define LAYOUT_planck_grid_wrapper(...)      LAYOUT_planck_grid(__VA_ARGS__)
#define LAYOUT_atreus62_grid_wrapper(...)      LAYOUT(__VA_ARGS__)
#define LAYOUT_ergotravel_grid_wrapper(...)      LAYOUT(__VA_ARGS__)

/* Qwerty Layer */
#define QWERTY_L1   KC_TAB,     KC_Q,    KC_W,    KC_E,    KC_R,    KC_T


@@ 127,6 129,8 @@ enum {

#define MOUSE_4_DOX                           _______, _______, _______, _______, _______, _______

#define BLANK_12 KC_NO  ,       KC_NO  , KC_NO  , KC_NO  , KC_NO  , KC_NO  ,                     KC_NO  , KC_NO  , KC_NO  , KC_NO  , KC_NO  , KC_NO

#define QWERTY_1_12 QWERTY_L1, QWERTY_R1
#define QWERTY_2_12 QWERTY_L2, QWERTY_R2
#define QWERTY_3_12 QWERTY_L3, QWERTY_R3