diff options
author | lokher <lokher@gmail.com> | 2022-12-06 17:10:48 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-12-07 15:50:49 +0800 |
commit | a336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch) | |
tree | 3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/keebio/nyquist/keymaps/losinggeneration | |
parent | 27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff) |
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/keebio/nyquist/keymaps/losinggeneration')
3 files changed, 0 insertions, 109 deletions
diff --git a/keyboards/keebio/nyquist/keymaps/losinggeneration/README.md b/keyboards/keebio/nyquist/keymaps/losinggeneration/README.md deleted file mode 100644 index b03f81583d..0000000000 --- a/keyboards/keebio/nyquist/keymaps/losinggeneration/README.md +++ /dev/null @@ -1,29 +0,0 @@ -losinggeneration's Nyquist Layout -============================ - -See description of the layout in the common folder -[here](../../../../users/losinggeneration/README.md) - -## Features -- Adjust - - Removed AGSwap, AGNorm, & Del - - Added Caps Lock, F1-F12 in a 4x3 grid, arrow cluster, and layer transitions - to the new layers. - -## Layouts - -### Adjust (Lower + Raise) - -``` - ,-----------------------------------------..-----------------------------------------. - | RESET|Debug | | | | || | | | | | | - |------+------+------+------+------+------||------+------+------+------+------+------| - | | F1 | F2 | F3 | F4 | || | Game |Numpad| Mouse| |Sleep | - |------+------+------+------+------+------||------+------+------+------+------+------| - | | F5 | F6 | F7 | F8 | || |Qwerty|Colmak|Workmn|Dvorak| | - |------+------+------+------+------+------||------+------+------+------+------+------| - | CAPS | F9 | F10 | F11 | F12 | || | | | | Up | | - |------+------+------+------+------+------||------+------+------+------+------+------| - | | | | | | || | | XXX | Left | Down |Right | - `-----------------------------------------''-----------------------------------------' -``` diff --git a/keyboards/keebio/nyquist/keymaps/losinggeneration/config.h b/keyboards/keebio/nyquist/keymaps/losinggeneration/config.h deleted file mode 100644 index 38d1939580..0000000000 --- a/keyboards/keebio/nyquist/keymaps/losinggeneration/config.h +++ /dev/null @@ -1,25 +0,0 @@ -/* -Copyright 2017 Danny Nguyen <danny@hexwire.com> -Copyright 2018 Harley Laue <losinggeneration@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 -long with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -/* Select hand configuration */ - -#define MASTER_LEFT -/* #define _MASTER_RIGHT */ -/* #define EE_HANDS */ diff --git a/keyboards/keebio/nyquist/keymaps/losinggeneration/keymap.c b/keyboards/keebio/nyquist/keymaps/losinggeneration/keymap.c deleted file mode 100644 index f60070b60c..0000000000 --- a/keyboards/keebio/nyquist/keymaps/losinggeneration/keymap.c +++ /dev/null @@ -1,55 +0,0 @@ -#include QMK_KEYBOARD_H -#include "losinggeneration-config.h" -#include "losinggeneration-keymap.h" - -extern keymap_config_t keymap_config; - -#define NUMBER_ROW \ - KC_GRV ,KC_1 , KC_2 , KC_3 , KC_4 , KC_5 , KC_6 , KC_7 , KC_8 , KC_9 , KC_0 , KC_DEL - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - -[_QWERTY] = CATMAP( NUMBER_ROW, QWERTY_LAYER ), -[_COLEMAK] = CATMAP( NUMBER_ROW, COLEMAK_LAYER ), -[_WORKMAN] = CATMAP( NUMBER_ROW, WORKMAN_LAYER ), -[_DVORAK] = CATMAP( NUMBER_ROW, DVORAK_LAYER ), -[_GAME] = CATMAP( NUMBER_ROW, GAME_LAYER ), -[_NUMPAD] = CATMAP( \ - XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_NUM, KC_PAST, KC_PSLS, KC_BSPC, KC_BSPC, \ - NUMPAD_LAYER \ -), - -[_MOUSE] = CATMAP( \ - XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, \ - MOUSE_LAYER \ -), - -[_LOWER] = CATMAP( \ - KC_TILD, KC_EXLM, KC_AT , KC_HASH, KC_DLR , KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL , \ - LOWER_LAYER \ -), - -[_RAISE] = CATMAP(NUMBER_ROW, RAISE_LAYER ), - -/* Adjust (Lower + Raise) - * ,-----------------------------------------..-----------------------------------------. - * | Boot |Debug | | | | || | | | | | | - * |------+------+------+------+------+------||------+------+------+------+------+------| - * | | F1 | F2 | F3 | F4 | || | Game |Numpad| Mouse| |Sleep | - * |------+------+------+------+------+------||------+------+------+------+------+------| - * | | F5 | F6 | F7 | F8 | || |Qwerty|Colmak|Workmn|Dvorak| | - * |------+------+------+------+------+------||------+------+------+------+------+------| - * | CAPS | F9 | F10 | F11 | F12 | || | | | | Up | | - * |------+------+------+------+------+------||------+------+------+------+------+------| - * | | | | | | || | | XXX | Left | Down |Right | - * `-----------------------------------------''-----------------------------------------' - */ -[_ADJUST] = CATMAP( \ - QK_BOOT, DB_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ - _______, KC_F1 , KC_F2 , KC_F3 , KC_F4 , _______, _______, TO_GAME, TO_NUM , TO_MS , _______, KC_SLEP, \ - _______, KC_F5 , KC_F6 , KC_F7 , KC_F8 , _______, _______, QWERTY , COLEMAK, WORKMAN, DVORAK , _______, \ - KC_CAPS, KC_F9 , KC_F10, KC_F11 , KC_F12 , _______, _______, _______, _______, _______, KC_UP , _______, \ - _______, _______, _______, _______, _______, _______, _______, _______, XXXXXXX, KC_LEFT, KC_DOWN, KC_RGHT \ -) -}; - |