Browse Source

Add new iris keymap 'fluffactually' (#9325)

* Add new iris keymap 'fluffactually'

* Keymap suggested changes - layer_state_t
pull/9366/head
fluffactually 3 years ago
committed by GitHub
parent
commit
713d34cda4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 101 additions and 0 deletions
  1. +22
    -0
      keyboards/keebio/iris/keymaps/fluffactually/config.h
  2. +65
    -0
      keyboards/keebio/iris/keymaps/fluffactually/keymap.c
  3. +14
    -0
      keyboards/keebio/iris/keymaps/fluffactually/readme.md

+ 22
- 0
keyboards/keebio/iris/keymaps/fluffactually/config.h View File

@ -0,0 +1,22 @@
/*
Copyright 2017 Danny Nguyen <danny@keeb.io>
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
// #define USE_I2C
#define EE_HANDS
#define TAPPING_TOGGLE 2

+ 65
- 0
keyboards/keebio/iris/keymaps/fluffactually/keymap.c View File

@ -0,0 +1,65 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
//
KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSLS,
//
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
//
KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
//
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B,LSFT_T(KC_EQL),RCTL_T(KC_MINS),KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
//
KC_LGUI, TT(1), KC_ENT, KC_SPC, TT(2), KC_RALT
//
),
[1] = LAYOUT(
//
KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_PSCR,
//
_______, _______, _______, KC_END, _______, _______, _______, _______, _______, _______, _______, KC_DEL,
//
_______, KC_HOME, _______, _______, KC_PGDN, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, _______,
//
_______, _______, _______, _______, _______, KC_PGUP, KC_LBRC, KC_RBRC, _______, _______, _______, _______, _______, _______,
//
_______, _______, _______, _______, _______, _______
//
),
[2] = LAYOUT(
//
KC_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, RESET,
//
KC_MUTE, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, RGB_TOG,
//
KC_VOLU, KC_BRIU, KC_MNXT, KC_MPLY, _______, _______, _______, RGB_SPI, RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD,
//
KC_VOLD, KC_BRID, KC_MPRV, KC_MSTP, _______, KC_LBRC, KC_LCBR, KC_RCBR, KC_RBRC, RGB_SPD, RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD,
//
_______, _______, _______, _______, _______, _______
//
),
[3] = LAYOUT(
//
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
//
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
//
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
//
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
//
_______, _______, _______, _______, _______, _______
//
)
};
layer_state_t layer_state_set_user(layer_state_t state) {
return update_tri_layer_state(state, 1, 2, 3);
}

+ 14
- 0
keyboards/keebio/iris/keymaps/fluffactually/readme.md View File

@ -0,0 +1,14 @@
# Iris layout by fluffactually
![fluffactually](https://i.imgur.com/vmJSa9n.png)
[KLE link](http://www.keyboard-layout-editor.com/#/gists/a6e67ca7177e7f5e4e44fbc1f09cdfae)
A gentle departure from the default layout. Changes include:
* Vim movement keys
* Mod-Tap upper thumb keys
* Layer Tap-Toggle layer keys (TAPPING_TOGGLE 2)
* Grave Escape
* Lower backspace
* Reshuffled Raise layer to make it harder to accidentally reset

Loading…
Cancel
Save