From 9581289745736ce068a1040f44cec37a2ca8830d Mon Sep 17 00:00:00 2001 From: lokher Date: Tue, 13 Sep 2022 11:24:05 +0800 Subject: Remove non-Keychron keyboards --- keyboards/kingly_keys/ave/config.h | 48 ---- keyboards/kingly_keys/ave/ortho/info.json | 187 -------------- .../kingly_keys/ave/ortho/keymaps/default/config.h | 20 -- .../kingly_keys/ave/ortho/keymaps/default/keymap.c | 239 ----------------- .../kingly_keys/ave/ortho/keymaps/default/rules.mk | 2 - keyboards/kingly_keys/ave/ortho/ortho.c | 18 -- keyboards/kingly_keys/ave/ortho/ortho.h | 67 ----- keyboards/kingly_keys/ave/ortho/rules.mk | 19 -- keyboards/kingly_keys/ave/readme.md | 21 -- keyboards/kingly_keys/ave/staggered/info.json | 121 --------- .../ave/staggered/keymaps/default/config.h | 20 -- .../ave/staggered/keymaps/default/keymap.c | 239 ----------------- .../ave/staggered/keymaps/default/rules.mk | 2 - keyboards/kingly_keys/ave/staggered/rules.mk | 19 -- keyboards/kingly_keys/ave/staggered/staggered.c | 18 -- keyboards/kingly_keys/ave/staggered/staggered.h | 52 ---- keyboards/kingly_keys/little_foot/config.h | 49 ---- keyboards/kingly_keys/little_foot/info.json | 19 -- .../little_foot/keymaps/default/keymap.c | 40 --- .../little_foot/keymaps/yanfali/config.h | 10 - .../little_foot/keymaps/yanfali/keymap.c | 40 --- .../little_foot/keymaps/yanfali/rules.mk | 4 - keyboards/kingly_keys/little_foot/little_foot.c | 1 - keyboards/kingly_keys/little_foot/little_foot.h | 35 --- keyboards/kingly_keys/little_foot/readme.md | 17 -- keyboards/kingly_keys/little_foot/rules.mk | 18 -- keyboards/kingly_keys/romac/config.h | 32 --- keyboards/kingly_keys/romac/info.json | 16 -- .../kingly_keys/romac/keymaps/boss566y/config.h | 20 -- .../kingly_keys/romac/keymaps/boss566y/keymap.c | 91 ------- .../kingly_keys/romac/keymaps/boss566y/rules.mk | 4 - .../romac/keymaps/brandonschlack/keymap.c | 67 ----- .../romac/keymaps/brandonschlack/rules.mk | 8 - .../kingly_keys/romac/keymaps/default/keymap.c | 37 --- .../kingly_keys/romac/keymaps/jarred/keymap.c | 37 --- .../kingly_keys/romac/keymaps/stanrc85/config.h | 11 - .../kingly_keys/romac/keymaps/stanrc85/keymap.c | 78 ------ .../kingly_keys/romac/keymaps/stanrc85/rules.mk | 3 - keyboards/kingly_keys/romac/keymaps/via/keymap.c | 44 ---- keyboards/kingly_keys/romac/keymaps/via/rules.mk | 1 - keyboards/kingly_keys/romac/readme.md | 16 -- keyboards/kingly_keys/romac/romac.c | 1 - keyboards/kingly_keys/romac/romac.h | 16 -- keyboards/kingly_keys/romac/rules.mk | 19 -- keyboards/kingly_keys/romac_plus/config.h | 38 --- keyboards/kingly_keys/romac_plus/info.json | 16 -- .../romac_plus/keymaps/default/keymap.c | 67 ----- .../kingly_keys/romac_plus/keymaps/via/keymap.c | 17 -- .../kingly_keys/romac_plus/keymaps/via/rules.mk | 1 - keyboards/kingly_keys/romac_plus/readme.md | 16 -- keyboards/kingly_keys/romac_plus/romac_plus.c | 2 - keyboards/kingly_keys/romac_plus/romac_plus.h | 16 -- keyboards/kingly_keys/romac_plus/rules.mk | 19 -- keyboards/kingly_keys/ropro/config.h | 51 ---- keyboards/kingly_keys/ropro/info.json | 16 -- .../kingly_keys/ropro/keymaps/default/keymap.c | 86 ------ .../kingly_keys/ropro/keymaps/default/readme.md | 1 - .../kingly_keys/ropro/keymaps/jdayton3/README.md | 19 -- .../kingly_keys/ropro/keymaps/jdayton3/keymap.c | 287 --------------------- keyboards/kingly_keys/ropro/readme.md | 16 -- keyboards/kingly_keys/ropro/ropro.c | 1 - keyboards/kingly_keys/ropro/ropro.h | 39 --- keyboards/kingly_keys/ropro/rules.mk | 20 -- keyboards/kingly_keys/smd_milk/config.h | 47 ---- keyboards/kingly_keys/smd_milk/info.json | 16 -- .../kingly_keys/smd_milk/keymaps/default/keymap.c | 8 - keyboards/kingly_keys/smd_milk/readme.md | 21 -- keyboards/kingly_keys/smd_milk/rules.mk | 18 -- keyboards/kingly_keys/smd_milk/smd_milk.c | 16 -- keyboards/kingly_keys/smd_milk/smd_milk.h | 26 -- keyboards/kingly_keys/soap/config.h | 45 ---- keyboards/kingly_keys/soap/info.json | 16 -- .../kingly_keys/soap/keymaps/default/keymap.c | 63 ----- keyboards/kingly_keys/soap/readme.md | 16 -- keyboards/kingly_keys/soap/rules.mk | 20 -- keyboards/kingly_keys/soap/soap.c | 1 - keyboards/kingly_keys/soap/soap.h | 32 --- 77 files changed, 2899 deletions(-) delete mode 100644 keyboards/kingly_keys/ave/config.h delete mode 100644 keyboards/kingly_keys/ave/ortho/info.json delete mode 100644 keyboards/kingly_keys/ave/ortho/keymaps/default/config.h delete mode 100644 keyboards/kingly_keys/ave/ortho/keymaps/default/keymap.c delete mode 100644 keyboards/kingly_keys/ave/ortho/keymaps/default/rules.mk delete mode 100644 keyboards/kingly_keys/ave/ortho/ortho.c delete mode 100644 keyboards/kingly_keys/ave/ortho/ortho.h delete mode 100644 keyboards/kingly_keys/ave/ortho/rules.mk delete mode 100644 keyboards/kingly_keys/ave/readme.md delete mode 100644 keyboards/kingly_keys/ave/staggered/info.json delete mode 100644 keyboards/kingly_keys/ave/staggered/keymaps/default/config.h delete mode 100644 keyboards/kingly_keys/ave/staggered/keymaps/default/keymap.c delete mode 100644 keyboards/kingly_keys/ave/staggered/keymaps/default/rules.mk delete mode 100644 keyboards/kingly_keys/ave/staggered/rules.mk delete mode 100644 keyboards/kingly_keys/ave/staggered/staggered.c delete mode 100644 keyboards/kingly_keys/ave/staggered/staggered.h delete mode 100644 keyboards/kingly_keys/little_foot/config.h delete mode 100644 keyboards/kingly_keys/little_foot/info.json delete mode 100644 keyboards/kingly_keys/little_foot/keymaps/default/keymap.c delete mode 100644 keyboards/kingly_keys/little_foot/keymaps/yanfali/config.h delete mode 100644 keyboards/kingly_keys/little_foot/keymaps/yanfali/keymap.c delete mode 100644 keyboards/kingly_keys/little_foot/keymaps/yanfali/rules.mk delete mode 100644 keyboards/kingly_keys/little_foot/little_foot.c delete mode 100644 keyboards/kingly_keys/little_foot/little_foot.h delete mode 100644 keyboards/kingly_keys/little_foot/readme.md delete mode 100644 keyboards/kingly_keys/little_foot/rules.mk delete mode 100644 keyboards/kingly_keys/romac/config.h delete mode 100644 keyboards/kingly_keys/romac/info.json delete mode 100755 keyboards/kingly_keys/romac/keymaps/boss566y/config.h delete mode 100755 keyboards/kingly_keys/romac/keymaps/boss566y/keymap.c delete mode 100755 keyboards/kingly_keys/romac/keymaps/boss566y/rules.mk delete mode 100644 keyboards/kingly_keys/romac/keymaps/brandonschlack/keymap.c delete mode 100644 keyboards/kingly_keys/romac/keymaps/brandonschlack/rules.mk delete mode 100644 keyboards/kingly_keys/romac/keymaps/default/keymap.c delete mode 100644 keyboards/kingly_keys/romac/keymaps/jarred/keymap.c delete mode 100644 keyboards/kingly_keys/romac/keymaps/stanrc85/config.h delete mode 100644 keyboards/kingly_keys/romac/keymaps/stanrc85/keymap.c delete mode 100644 keyboards/kingly_keys/romac/keymaps/stanrc85/rules.mk delete mode 100644 keyboards/kingly_keys/romac/keymaps/via/keymap.c delete mode 100644 keyboards/kingly_keys/romac/keymaps/via/rules.mk delete mode 100644 keyboards/kingly_keys/romac/readme.md delete mode 100644 keyboards/kingly_keys/romac/romac.c delete mode 100644 keyboards/kingly_keys/romac/romac.h delete mode 100644 keyboards/kingly_keys/romac/rules.mk delete mode 100644 keyboards/kingly_keys/romac_plus/config.h delete mode 100644 keyboards/kingly_keys/romac_plus/info.json delete mode 100644 keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c delete mode 100644 keyboards/kingly_keys/romac_plus/keymaps/via/keymap.c delete mode 100644 keyboards/kingly_keys/romac_plus/keymaps/via/rules.mk delete mode 100644 keyboards/kingly_keys/romac_plus/readme.md delete mode 100644 keyboards/kingly_keys/romac_plus/romac_plus.c delete mode 100644 keyboards/kingly_keys/romac_plus/romac_plus.h delete mode 100644 keyboards/kingly_keys/romac_plus/rules.mk delete mode 100644 keyboards/kingly_keys/ropro/config.h delete mode 100644 keyboards/kingly_keys/ropro/info.json delete mode 100644 keyboards/kingly_keys/ropro/keymaps/default/keymap.c delete mode 100644 keyboards/kingly_keys/ropro/keymaps/default/readme.md delete mode 100644 keyboards/kingly_keys/ropro/keymaps/jdayton3/README.md delete mode 100644 keyboards/kingly_keys/ropro/keymaps/jdayton3/keymap.c delete mode 100644 keyboards/kingly_keys/ropro/readme.md delete mode 100644 keyboards/kingly_keys/ropro/ropro.c delete mode 100644 keyboards/kingly_keys/ropro/ropro.h delete mode 100644 keyboards/kingly_keys/ropro/rules.mk delete mode 100644 keyboards/kingly_keys/smd_milk/config.h delete mode 100644 keyboards/kingly_keys/smd_milk/info.json delete mode 100644 keyboards/kingly_keys/smd_milk/keymaps/default/keymap.c delete mode 100644 keyboards/kingly_keys/smd_milk/readme.md delete mode 100644 keyboards/kingly_keys/smd_milk/rules.mk delete mode 100644 keyboards/kingly_keys/smd_milk/smd_milk.c delete mode 100644 keyboards/kingly_keys/smd_milk/smd_milk.h delete mode 100644 keyboards/kingly_keys/soap/config.h delete mode 100644 keyboards/kingly_keys/soap/info.json delete mode 100644 keyboards/kingly_keys/soap/keymaps/default/keymap.c delete mode 100644 keyboards/kingly_keys/soap/readme.md delete mode 100644 keyboards/kingly_keys/soap/rules.mk delete mode 100644 keyboards/kingly_keys/soap/soap.c delete mode 100644 keyboards/kingly_keys/soap/soap.h (limited to 'keyboards/kingly_keys') diff --git a/keyboards/kingly_keys/ave/config.h b/keyboards/kingly_keys/ave/config.h deleted file mode 100644 index 98e958533c..0000000000 --- a/keyboards/kingly_keys/ave/config.h +++ /dev/null @@ -1,48 +0,0 @@ - /* - Copyright 2020 Garret Gartner - - 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 . - */ - -#pragma once - -#include "config_common.h" - -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 13 - - -#define ENCODERS_PAD_A { B2 } -#define ENCODERS_PAD_B { B1 } - -#define MATRIX_ROW_PINS { B3, F4, F7, F6, F5 } -#define MATRIX_COL_PINS { C7, C6, B6, B5, B4, D7, D6, D4, D5, D3, D2, D1, D0} - -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - -#define RGB_DI_PIN B7 -#if defined(RGBLIGHT_ENABLE) -# define RGBLED_NUM 2 -# define RGBLIGHT_EFFECT_BREATHING -#endif - -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE diff --git a/keyboards/kingly_keys/ave/ortho/info.json b/keyboards/kingly_keys/ave/ortho/info.json deleted file mode 100644 index bc8b83334f..0000000000 --- a/keyboards/kingly_keys/ave/ortho/info.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "keyboard_name": "The Ave. Ortholinear", - "manufacturer": "Kingly-Keys", - "url": "", - "maintainer": "the-royal", - "usb": { - "vid": "0x4B4B", - "pid": "0x1225", - "device_version": "0.1.1" - }, - "layouts": { - "LAYOUT_ortho_all": { - "layout": [ - {"label":"k001", "x":0.00, "y":0.00}, - {"label":"k002", "x":1.50, "y":0.00}, - {"label":"k011", "x":10.5, "y":0.00}, - {"label":"k012", "x":11.5, "y":0.00}, - {"label":"k013", "x":12.5, "y":0.00}, - {"label":"k101", "x":0.00, "y":1.50}, - {"label":"k102", "x":1.50, "y":1.50}, - {"label":"k103", "x":2.50, "y":1.50}, - {"label":"k104", "x":3.50, "y":1.50}, - {"label":"k105", "x":4.50, "y":1.50}, - {"label":"k106", "x":5.50, "y":1.50}, - {"label":"k107", "x":6.50, "y":1.50}, - {"label":"k108", "x":7.50, "y":1.50}, - {"label":"k109", "x":8.50, "y":1.50}, - {"label":"k110", "x":9.50, "y":1.50}, - {"label":"k111", "x":10.5, "y":1.50}, - {"label":"k112", "x":11.5, "y":1.50}, - {"label":"k113", "x":12.5, "y":1.50}, - {"label":"k201", "x":0.00, "y":2.50}, - {"label":"k202", "x":1.50, "y":2.50}, - {"label":"k203", "x":2.50, "y":2.50}, - {"label":"k204", "x":3.50, "y":2.50}, - {"label":"k205", "x":4.50, "y":2.50}, - {"label":"k206", "x":5.50, "y":2.50}, - {"label":"k207", "x":6.50, "y":2.50}, - {"label":"k208", "x":7.50, "y":2.50}, - {"label":"k209", "x":8.50, "y":2.50}, - {"label":"k210", "x":9.50, "y":2.50}, - {"label":"k211", "x":10.5, "y":2.50}, - {"label":"k212", "x":11.5, "y":2.50}, - {"label":"k213", "x":12.5, "y":2.50}, - {"label":"k301", "x":0.00, "y":3.50}, - {"label":"k302", "x":1.50, "y":3.50}, - {"label":"k303", "x":2.50, "y":3.50}, - {"label":"k304", "x":3.50, "y":3.50}, - {"label":"k305", "x":4.50, "y":3.50}, - {"label":"k306", "x":5.50, "y":3.50}, - {"label":"k307", "x":6.50, "y":3.50}, - {"label":"k308", "x":7.50, "y":3.50}, - {"label":"k309", "x":8.50, "y":3.50}, - {"label":"k310", "x":9.50, "y":3.50}, - {"label":"k311", "x":10.5, "y":3.50}, - {"label":"k312", "x":11.5, "y":3.50}, - {"label":"k313", "x":12.5, "y":3.50}, - {"label":"k401", "x":0.00, "y":4.50}, - {"label":"k402", "x":1.50, "y":4.50}, - {"label":"k403", "x":2.50, "y":4.50}, - {"label":"k404", "x":3.50, "y":4.50}, - {"label":"k405", "x":4.50, "y":4.50}, - {"label":"k406", "x":5.50, "y":4.50}, - {"label":"k407", "x":6.50, "y":4.50}, - {"label":"k408", "x":7.50, "y":4.50}, - {"label":"k409", "x":8.50, "y":4.50}, - {"label":"k410", "x":9.50, "y":4.50}, - {"label":"k411", "x":10.5, "y":4.50}, - {"label":"k412", "x":11.5, "y":4.50}, - {"label":"k413", "x":12.5, "y":4.50} - ] - }, - "LAYOUT_ortho_2x2u": { - "layout": [ - {"label":"k001", "x":0.00, "y":0.00}, - {"label":"k002", "x":1.50, "y":0.00}, - {"label":"k011", "x":10.5, "y":0.00}, - {"label":"k012", "x":11.5, "y":0.00}, - {"label":"k013", "x":12.5, "y":0.00}, - {"label":"k101", "x":0.00, "y":1.50}, - {"label":"k102", "x":1.50, "y":1.50}, - {"label":"k103", "x":2.50, "y":1.50}, - {"label":"k104", "x":3.50, "y":1.50}, - {"label":"k105", "x":4.50, "y":1.50}, - {"label":"k106", "x":5.50, "y":1.50}, - {"label":"k107", "x":6.50, "y":1.50}, - {"label":"k108", "x":7.50, "y":1.50}, - {"label":"k109", "x":8.50, "y":1.50}, - {"label":"k110", "x":9.50, "y":1.50}, - {"label":"k111", "x":10.5, "y":1.50}, - {"label":"k112", "x":11.5, "y":1.50}, - {"label":"k113", "x":12.5, "y":1.50}, - {"label":"k201", "x":0.00, "y":2.50}, - {"label":"k202", "x":1.50, "y":2.50}, - {"label":"k203", "x":2.50, "y":2.50}, - {"label":"k204", "x":3.50, "y":2.50}, - {"label":"k205", "x":4.50, "y":2.50}, - {"label":"k206", "x":5.50, "y":2.50}, - {"label":"k207", "x":6.50, "y":2.50}, - {"label":"k208", "x":7.50, "y":2.50}, - {"label":"k209", "x":8.50, "y":2.50}, - {"label":"k210", "x":9.50, "y":2.50}, - {"label":"k211", "x":10.5, "y":2.50}, - {"label":"k212", "x":11.5, "y":2.50}, - {"label":"k213", "x":12.5, "y":2.50}, - {"label":"k301", "x":0.00, "y":3.50}, - {"label":"k302", "x":1.50, "y":3.50}, - {"label":"k303", "x":2.50, "y":3.50}, - {"label":"k304", "x":3.50, "y":3.50}, - {"label":"k305", "x":4.50, "y":3.50}, - {"label":"k306", "x":5.50, "y":3.50}, - {"label":"k307", "x":6.50, "y":3.50}, - {"label":"k308", "x":7.50, "y":3.50}, - {"label":"k309", "x":8.50, "y":3.50}, - {"label":"k310", "x":9.50, "y":3.50}, - {"label":"k311", "x":10.5, "y":3.50}, - {"label":"k312", "x":11.5, "y":3.50}, - {"label":"k313", "x":12.5, "y":3.50}, - {"label":"k401", "x":0.00, "y":4.50}, - {"label":"k402", "x":1.50, "y":4.50}, - {"label":"k403", "x":2.50, "y":4.50}, - {"label":"k404", "x":3.50, "y":4.50}, - {"label":"k405", "x":4.50, "y":4.50}, - {"label":"k406", "x":5.50, "y":4.50, "w":2.00}, - {"label":"k409", "x":7.50, "y":4.50, "w":2.00}, - {"label":"k410", "x":9.50, "y":4.50}, - {"label":"k411", "x":10.5, "y":4.50}, - {"label":"k412", "x":11.5, "y":4.50}, - {"label":"k413", "x":12.5, "y":4.50} - ] - }, - "LAYOUT_ortho_big_boy": { - "layout": [ - {"label":"k001", "x":0.00, "y":0.00}, - {"label":"k002", "x":1.50, "y":0.00}, - {"label":"k011", "x":10.5, "y":0.00}, - {"label":"k012", "x":11.5, "y":0.00}, - {"label":"k013", "x":12.5, "y":0.00}, - {"label":"k101", "x":0.00, "y":1.50}, - {"label":"k102", "x":1.50, "y":1.50}, - {"label":"k103", "x":2.50, "y":1.50}, - {"label":"k104", "x":3.50, "y":1.50}, - {"label":"k105", "x":4.50, "y":1.50}, - {"label":"k106", "x":5.50, "y":1.50}, - {"label":"k107", "x":6.50, "y":1.50}, - {"label":"k108", "x":7.50, "y":1.50}, - {"label":"k109", "x":8.50, "y":1.50}, - {"label":"k110", "x":9.50, "y":1.50}, - {"label":"k111", "x":10.5, "y":1.50}, - {"label":"k112", "x":11.5, "y":1.50}, - {"label":"k113", "x":12.5, "y":1.50}, - {"label":"k201", "x":0.00, "y":2.50}, - {"label":"k202", "x":1.50, "y":2.50}, - {"label":"k203", "x":2.50, "y":2.50}, - {"label":"k204", "x":3.50, "y":2.50}, - {"label":"k205", "x":4.50, "y":2.50}, - {"label":"k206", "x":5.50, "y":2.50}, - {"label":"k207", "x":6.50, "y":2.50}, - {"label":"k208", "x":7.50, "y":2.50}, - {"label":"k209", "x":8.50, "y":2.50}, - {"label":"k210", "x":9.50, "y":2.50}, - {"label":"k211", "x":10.5, "y":2.50}, - {"label":"k212", "x":11.5, "y":2.50}, - {"label":"k213", "x":12.5, "y":2.50}, - {"label":"k301", "x":0.00, "y":3.50}, - {"label":"k302", "x":1.50, "y":3.50}, - {"label":"k303", "x":2.50, "y":3.50}, - {"label":"k304", "x":3.50, "y":3.50}, - {"label":"k305", "x":4.50, "y":3.50}, - {"label":"k306", "x":5.50, "y":3.50}, - {"label":"k307", "x":6.50, "y":3.50}, - {"label":"k308", "x":7.50, "y":3.50}, - {"label":"k309", "x":8.50, "y":3.50}, - {"label":"k310", "x":9.50, "y":3.50}, - {"label":"k311", "x":10.5, "y":3.50}, - {"label":"k312", "x":11.5, "y":3.50}, - {"label":"k313", "x":12.5, "y":3.50}, - {"label":"k401", "x":0.00, "y":4.50}, - {"label":"k402", "x":1.50, "y":4.50}, - {"label":"k403", "x":2.50, "y":4.50, "w":1.50}, - {"label":"k404", "x":4.00, "y":4.50, "w":7.00}, - {"label":"k405", "x":11.0, "y":4.50, "w":1.50}, - {"label":"k413", "x":12.5, "y":4.50} - ] - } - } -} diff --git a/keyboards/kingly_keys/ave/ortho/keymaps/default/config.h b/keyboards/kingly_keys/ave/ortho/keymaps/default/config.h deleted file mode 100644 index 204d3236eb..0000000000 --- a/keyboards/kingly_keys/ave/ortho/keymaps/default/config.h +++ /dev/null @@ -1,20 +0,0 @@ - /* - Copyright 2020 Garret Gartner - - 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 . - */ - -#pragma once - -#define TAPPING_TERM_PER_KEY diff --git a/keyboards/kingly_keys/ave/ortho/keymaps/default/keymap.c b/keyboards/kingly_keys/ave/ortho/keymaps/default/keymap.c deleted file mode 100644 index 8fe6dedcbd..0000000000 --- a/keyboards/kingly_keys/ave/ortho/keymaps/default/keymap.c +++ /dev/null @@ -1,239 +0,0 @@ - /* - Copyright 2020 Garret Gartner - - 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 . - */ - -#include QMK_KEYBOARD_H - -enum avenue_layers { - _QWERTY, - _LOWER, - _RAISE, - _FUNCTION -}; - - - -//Tap Dance Declarations: -enum avenue_tapcodes { - TD_RST, - TD_DBQT, -}; - -void dance_rst_reset (qk_tap_dance_state_t *state, void *user_data) { // *Line_Note.001 - if (state->count >= 2) { - reset_keyboard(); - reset_tap_dance(state); - } -} - -//Tap Dance Functions: -qk_tap_dance_action_t tap_dance_actions[] = { - [TD_RST] = ACTION_TAP_DANCE_FN_ADVANCED (NULL, NULL, dance_rst_reset), // References "dance_rst_reset" (*Line_Note.001) - [TD_DBQT] = ACTION_TAP_DANCE_DOUBLE (KC_QUOTE, KC_DQT) -}; - - - -// Keymap Customization: -#define LOWR MO(_LOWER) -#define RISE MO(_RAISE) -#define FN MO(_FUNCTION) -#define GUI KC_LGUI -#define ALT KC_LALT -#define SPACE KC_SPACE - - /* - * ┌────┐ - * │ │ = "TRANSPARENT" KEY LOCATION - * └────┘ - */ - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - - /* _QWERTY (Base) - * - * ┌────┐ ┌────┐ ┌────┬────┬────┐ - * │MUTE│ │Esc │ │ \ │ - │ = │ - * └────┘ └────┘ └────┴────┴────┘ - * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ - * │Home│ │Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │BkSp│ - * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ - * │PgUp│ │CAPS│ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ - * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ - * │PgDn│ │Shft│ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │Entr│ - * ├────┤ ├────┼────┼────┼────┼────┼────┴────┼────┼────┼────┼────┼────┤ - * │End │ │CTL │GUI │ALT │FUNC│LOWR│ │ │RISE│Left│Down│ Up │Rght│ - * └────┘ └────┴────┴────┴────┴────┴─────────┴────┴────┴────┴────┴────┘ - */ - [_QWERTY] = LAYOUT_ortho_all( - KC_MUTE, KC_ESC, KC_BSLS, KC_MINUS, KC_EQUAL, - KC_HOME, 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_PGUP, 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_PGDN, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT, - KC_END, KC_DEL, GUI, ALT, FN, LOWR, SPACE, SPACE, RISE, KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT - ), - - /* _LOWER (Media / Symbols / Punctuation) - * - * ┌────┐ ┌────┐ ┌────┬────┬────┐ - * │ // │ │PRNT│ │ [ │ ] │ ` │ - * └────┘ └────┘ └────┴────┴────┘ - * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ - * │PLAY│ │ │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ │ - * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ - * │NEXT│ │ │ ! │ @ │ # │ $ │ % │ ^ │ & │ * │ ( │ ) │ " │ - * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ - * │PREV│ │ │ │ │ │ │ │ │ │ │ │ │ │ - * ├────┤ ├────┼────┼────┼────┼────┼────┴────┼────┼────┼────┼────┼────┤ - * │STOP│ │ │ │ │ │ │ │ │ │ │ │ │ │ - * └────┘ └────┴────┴────┴────┴────┴─────────┴────┴────┴────┴────┴────┘ - */ - [_LOWER] = LAYOUT_ortho_all( - _______, _______, KC_LBRC, KC_RBRC, KC_GRAVE, - KC_MPLY, _______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______, - KC_MNXT, _______, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DQT, - KC_MPRV, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - KC_MSTP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ), - - /* _RAISE (Misc Modifiers / Extended Punctuation) - * - * ┌────┐ ┌────┐ ┌────┬────┬────┐ - * │PRNT│ │ │ │ { │ } │ ~ │ - * └────┘ └────┘ └────┴────┴────┘ - * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ - * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ - * │ │ │CAPS│ │ │ │ │ │ │ │ │ │ │ │ - * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ - * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - * ├────┤ ├────┼────┼────┼────┼────┼────┴────┼────┼────┼────┼────┼────┤ - * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - * └────┘ └────┴────┴────┴────┴────┴─────────┴────┴────┴────┴────┴────┘ - */ - [_RAISE] = LAYOUT_ortho_all( - KC_PSCR, _______, KC_LCBR, KC_RCBR, KC_TILD, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, KC_CAPS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ), - - /* _FUNCTION (F-Row / DFU Reset / RGB Toggle) - * - * ┌────┐ ┌────┐ ┌────┬────┬────┐ - * │RSET│ │RGB │ │F11 │F12 │F13 │ - * └────┘ └────┘ └────┴────┴────┘ - * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ - * │ │ │ │ F1 │ F2 │ F3 │ F4 │ F5 │ F6 │ F7 │ F8 │ F9 │F10 │ │ - * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ - * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ - * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - * ├────┤ ├────┼────┼────┼────┼────┼────┴────┼────┼────┼────┼────┼────┤ - * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - * └────┘ └────┴────┴────┴────┴────┴─────────┴────┴────┴────┴────┴────┘ - */ - [_FUNCTION] = LAYOUT_ortho_all( - TD(TD_RST), RGB_TOG, KC_F11, KC_F12, KC_F13, - _______, _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ) -}; - - - -// KEYMAP TEMPLATE: -// -// /* <_LAYER>: -// * -// * ┌────┐ ┌────┐ ┌────┬────┬────┐ -// * │ │ │ │ │ │ │ │ -// * └────┘ └────┘ └────┴────┴────┘ -// * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ -// * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ -// * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ -// * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ -// * ├────┤ ├────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤ -// * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ -// * ├────┤ ├────┼────┼────┼────┼────┼────┴────┼────┼────┼────┼────┼────┤ -// * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ -// * └────┘ └────┴────┴────┴────┴────┴─────────┴────┴────┴────┴────┴────┘ -// */ -// [] = LAYOUT_ortho_all( -// _______, _______, _______, _______, _______, -// _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, -// _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, -// _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, -// _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ -// ) - - -// Per-Key Tapping Term Definitions: -uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { - switch (keycode) { - case TD(TD_DBQT): - return 235; - default: - return TAPPING_TERM; - } -} - -// Encoder Customization: (*Order-of-Keycode Specific) -bool encoder_update_user(uint8_t index, bool clockwise) { - if (index == 0) { - if (clockwise) { - tap_code(KC_VOLU); - } else { - tap_code(KC_VOLD); - } - } - return true; -} - - - -// RGB Indicator Customization: (100% stolen from Jetpacktuxedo) -void keyboard_post_init_user(void) { - #ifdef RGBLIGHT_ENABLE -// Set up RGB effects on _only_ the first LED (index 0): - rgblight_set_effect_range(0, 1); -// Set LED effects to breathing mode in a "terminal-green" type color: - rgblight_sethsv_noeeprom(50, 255, 100); - rgblight_mode_noeeprom(RGBLIGHT_EFFECT_BREATHING + 2); -// Init the second LED to a static color: - setrgb(225, 185, 0, (LED_TYPE *)&led[1]); - rgblight_set(); - #endif // RGBLIGHT_ENABLE -} - -// RGB Indicator Customization: (cont.) -layer_state_t layer_state_set_user(layer_state_t state){ - #ifdef RGBLIGHT_ENABLE - uint8_t led1r = 0; uint8_t led1g = 0; uint8_t led1b = 0; - if (layer_state_cmp(state, 1)) { - led1b = 255; - } - if (layer_state_cmp(state, 3)) { - led1r = 200; - } - setrgb(led1r, led1g, led1b, (LED_TYPE *)&led[1]); - rgblight_set(); - #endif //RGBLIGHT_ENABLE - return state; -} diff --git a/keyboards/kingly_keys/ave/ortho/keymaps/default/rules.mk b/keyboards/kingly_keys/ave/ortho/keymaps/default/rules.mk deleted file mode 100644 index a6be46d742..0000000000 --- a/keyboards/kingly_keys/ave/ortho/keymaps/default/rules.mk +++ /dev/null @@ -1,2 +0,0 @@ -# Keymap-Specific Functions -TAP_DANCE_ENABLE = yes diff --git a/keyboards/kingly_keys/ave/ortho/ortho.c b/keyboards/kingly_keys/ave/ortho/ortho.c deleted file mode 100644 index 4fb95e7684..0000000000 --- a/keyboards/kingly_keys/ave/ortho/ortho.c +++ /dev/null @@ -1,18 +0,0 @@ - /* - Copyright 2020 Garret Gartner - - 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 . - */ - -#include "ortho.h" diff --git a/keyboards/kingly_keys/ave/ortho/ortho.h b/keyboards/kingly_keys/ave/ortho/ortho.h deleted file mode 100644 index 12cdede536..0000000000 --- a/keyboards/kingly_keys/ave/ortho/ortho.h +++ /dev/null @@ -1,67 +0,0 @@ - /* - Copyright 2020 Garret Gartner - - 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 . - */ - -#pragma once - -#include "quantum.h" - -#define XXXX KC_NO - -#define LAYOUT_ortho_all( \ - k001, k002, k011, k012, k013, \ - k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, \ - k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213, \ - k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k312, k313, \ - k401, k402, k403, k404, k405, k406, k407, k408, k409, k410, k411, k412, k413 \ -) \ -{ \ - { k001, k002, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, k011, k012, k013 }, \ - { k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113 }, \ - { k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213 }, \ - { k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k312, k313 }, \ - { k401, k402, k403, k404, k405, k406, k407, k408, k409, k410, k411, k412, k413 } \ -} - -#define LAYOUT_ortho_2x2u( \ - k001, k002, k011, k012, k013, \ - k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, \ - k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213, \ - k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k312, k313, \ - k401, k402, k403, k404, k405, k406, k409, k410, k411, k412, k413 \ -) \ -{ \ - { k001, k002, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, k011, k012, k013 }, \ - { k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113 }, \ - { k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213 }, \ - { k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k312, k313 }, \ - { k401, k402, k403, k404, k405, k406, XXXX, XXXX, k409, k410, k411, k412, k413 } \ -} - -#define LAYOUT_ortho_big_boy( \ - k001, k002, k011, k012, k013, \ - k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, \ - k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213, \ - k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k312, k313, \ - k401, k402, k403, k407, k412, k413 \ -) \ -{ \ - { k001, k002, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, k011, k012, k013 }, \ - { k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113 }, \ - { k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213 }, \ - { k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k312, k313 }, \ - { k401, k402, k403, XXXX, XXXX, XXXX, k407, XXXX, XXXX, XXXX, XXXX, k412, k413 } \ -} diff --git a/keyboards/kingly_keys/ave/ortho/rules.mk b/keyboards/kingly_keys/ave/ortho/rules.mk deleted file mode 100644 index 19d0131a73..0000000000 --- a/keyboards/kingly_keys/ave/ortho/rules.mk +++ /dev/null @@ -1,19 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes diff --git a/keyboards/kingly_keys/ave/readme.md b/keyboards/kingly_keys/ave/readme.md deleted file mode 100644 index 080edf4966..0000000000 --- a/keyboards/kingly_keys/ave/readme.md +++ /dev/null @@ -1,21 +0,0 @@ -# The Ave. (Avenue) - -![ave-img-1](https://i.imgur.com/l5ah6uMl.png) - -A Compact Battlestation. - -- Keyboard Maintainer: [The-Royal](https://github.com/the-royal) -- Hardware Supported: Rev10.0 Avenue PCBs *(Ortholinear & Staggered)* -- Hardware Availability: Through group-buy or self procurement via open-source files. - -Make examples for this keyboard (after setting up your build environment): - -**Ortholinear:** - - make kingly_keys/ave/ortho:default - -**Staggered:** - - make kingly_keys/ave/staggered:default - -See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/kingly_keys/ave/staggered/info.json b/keyboards/kingly_keys/ave/staggered/info.json deleted file mode 100644 index 9757472b9f..0000000000 --- a/keyboards/kingly_keys/ave/staggered/info.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "keyboard_name": "The Ave. Staggered", - "manufacturer": "Kingly-Keys", - "url": "", - "maintainer": "the-royal", - "usb": { - "vid": "0x4B4B", - "pid": "0x1225", - "device_version": "0.1.1" - }, - "layouts": { - "LAYOUT_staggered": { - "layout": [ - {"label":"k001", "x":0.00, "y":0.00}, - {"label":"k002", "x":1.50, "y":0.00}, - {"label":"k011", "x":10.5, "y":0.00}, - {"label":"k012", "x":11.5, "y":0.00}, - {"label":"k013", "x":12.5, "y":0.00}, - {"label":"k101", "x":0.00, "y":1.50}, - {"label":"k102", "x":1.50, "y":1.50}, - {"label":"k103", "x":2.50, "y":1.50}, - {"label":"k104", "x":3.50, "y":1.50}, - {"label":"k105", "x":4.50, "y":1.50}, - {"label":"k106", "x":5.50, "y":1.50}, - {"label":"k107", "x":6.50, "y":1.50}, - {"label":"k108", "x":7.50, "y":1.50}, - {"label":"k109", "x":8.50, "y":1.50}, - {"label":"k110", "x":9.50, "y":1.50}, - {"label":"k111", "x":10.5, "y":1.50}, - {"label":"k112", "x":11.5, "y":1.50}, - {"label":"k113", "x":12.5, "y":1.50}, - {"label":"k201", "x":0.00, "y":2.50}, - {"label":"k202", "x":1.50, "y":2.50, "w":1.25}, - {"label":"k203", "x":2.75, "y":2.50}, - {"label":"k204", "x":3.75, "y":2.50}, - {"label":"k205", "x":4.75, "y":2.50}, - {"label":"k206", "x":5.75, "y":2.50}, - {"label":"k207", "x":6.75, "y":2.50}, - {"label":"k208", "x":7.75, "y":2.50}, - {"label":"k209", "x":8.75, "y":2.50}, - {"label":"k210", "x":9.75, "y":2.50}, - {"label":"k211", "x":10.75, "y":2.5}, - {"label":"k213", "x":11.75, "y":2.5, "w":1.75}, - {"label":"k301", "x":0.00, "y":3.50}, - {"label":"k302", "x":1.50, "y":3.50, "w":1.75}, - {"label":"k303", "x":3.25, "y":3.50}, - {"label":"k304", "x":4.25, "y":3.50}, - {"label":"k305", "x":5.25, "y":3.50}, - {"label":"k306", "x":6.25, "y":3.50}, - {"label":"k307", "x":7.25, "y":3.50}, - {"label":"k308", "x":8.25, "y":3.50}, - {"label":"k309", "x":9.25, "y":3.50}, - {"label":"k310", "x":10.25, "y":3.50}, - {"label":"k312", "x":11.25, "y":3.50}, - {"label":"k313", "x":12.25, "y":3.50, "w":1.25}, - {"label":"k401", "x":0.00, "y":4.50}, - {"label":"k402", "x":1.50, "y":4.50, "w":1.25}, - {"label":"k403", "x":2.75, "y":4.50}, - {"label":"k404", "x":3.75, "y":4.50, "w":1.25}, - {"label":"k406", "x":5.00, "y":4.50, "w":2.75}, - {"label":"k408", "x":7.75, "y":4.50, "w":2.25}, - {"label":"k411", "x":10.0, "y":4.50, "w":1.25}, - {"label":"k412", "x":11.25, "y":4.50}, - {"label":"k413", "x":12.25, "y":4.50, "w":1.25} - ] - }, - "LAYOUT_staggered_big_boy": { - "layout": [ - {"label":"k001", "x":0.00, "y":0.00}, - {"label":"k002", "x":1.50, "y":0.00}, - {"label":"k011", "x":10.5, "y":0.00}, - {"label":"k012", "x":11.5, "y":0.00}, - {"label":"k013", "x":12.5, "y":0.00}, - {"label":"k101", "x":0.00, "y":1.50}, - {"label":"k102", "x":1.50, "y":1.50}, - {"label":"k103", "x":2.50, "y":1.50}, - {"label":"k104", "x":3.50, "y":1.50}, - {"label":"k105", "x":4.50, "y":1.50}, - {"label":"k106", "x":5.50, "y":1.50}, - {"label":"k107", "x":6.50, "y":1.50}, - {"label":"k108", "x":7.50, "y":1.50}, - {"label":"k109", "x":8.50, "y":1.50}, - {"label":"k110", "x":9.50, "y":1.50}, - {"label":"k111", "x":10.5, "y":1.50}, - {"label":"k112", "x":11.5, "y":1.50}, - {"label":"k113", "x":12.5, "y":1.50}, - {"label":"k201", "x":0.00, "y":2.50}, - {"label":"k202", "x":1.50, "y":2.50, "w":1.25}, - {"label":"k203", "x":2.75, "y":2.50}, - {"label":"k204", "x":3.75, "y":2.50}, - {"label":"k205", "x":4.75, "y":2.50}, - {"label":"k206", "x":5.75, "y":2.50}, - {"label":"k207", "x":6.75, "y":2.50}, - {"label":"k208", "x":7.75, "y":2.50}, - {"label":"k209", "x":8.75, "y":2.50}, - {"label":"k210", "x":9.75, "y":2.50}, - {"label":"k211", "x":10.75, "y":2.5}, - {"label":"k213", "x":11.75, "y":2.5, "w":1.75}, - {"label":"k301", "x":0.00, "y":3.50}, - {"label":"k302", "x":1.50, "y":3.50, "w":1.75}, - {"label":"k303", "x":3.25, "y":3.50}, - {"label":"k304", "x":4.25, "y":3.50}, - {"label":"k305", "x":5.25, "y":3.50}, - {"label":"k306", "x":6.25, "y":3.50}, - {"label":"k307", "x":7.25, "y":3.50}, - {"label":"k308", "x":8.25, "y":3.50}, - {"label":"k309", "x":9.25, "y":3.50}, - {"label":"k310", "x":10.25, "y":3.50}, - {"label":"k312", "x":11.25, "y":3.50}, - {"label":"k313", "x":12.25, "y":3.50, "w":1.25}, - {"label":"k401", "x":0.00, "y":4.50}, - {"label":"k402", "x":1.50, "y":4.50, "w":1.25}, - {"label":"k403", "x":2.75, "y":4.50}, - {"label":"k406", "x":3.75, "y":4.50, "w":6.25}, - {"label":"k411", "x":10.0, "y":4.50, "w":1.25}, - {"label":"k412", "x":11.25, "y":4.50}, - {"label":"k413", "x":12.25, "y":4.50, "w":1.25} - ] - } - } -} diff --git a/keyboards/kingly_keys/ave/staggered/keymaps/default/config.h b/keyboards/kingly_keys/ave/staggered/keymaps/default/config.h deleted file mode 100644 index 204d3236eb..0000000000 --- a/keyboards/kingly_keys/ave/staggered/keymaps/default/config.h +++ /dev/null @@ -1,20 +0,0 @@ - /* - Copyright 2020 Garret Gartner - - 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 . - */ - -#pragma once - -#define TAPPING_TERM_PER_KEY diff --git a/keyboards/kingly_keys/ave/staggered/keymaps/default/keymap.c b/keyboards/kingly_keys/ave/staggered/keymaps/default/keymap.c deleted file mode 100644 index e36839a584..0000000000 --- a/keyboards/kingly_keys/ave/staggered/keymaps/default/keymap.c +++ /dev/null @@ -1,239 +0,0 @@ - /* - Copyright 2020 Garret Gartner - - 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 . - */ - -#include QMK_KEYBOARD_H - -enum avenue_layers { - _QWERTY, - _LOWER, - _RAISE, - _FUNCTION -}; - - - -//Tap Dance Declarations: -enum avenue_tapcodes { - TD_RST, - TD_DBQT, -}; - -void dance_rst_reset (qk_tap_dance_state_t *state, void *user_data) { // *Line_Note.001 - if (state->count >= 2) { - reset_keyboard(); - reset_tap_dance(state); - } -} - -//Tap Dance Functions: -qk_tap_dance_action_t tap_dance_actions[] = { - [TD_RST] = ACTION_TAP_DANCE_FN_ADVANCED (NULL, NULL, dance_rst_reset), // References "dance_rst_reset" (*Line_Note.001) - [TD_DBQT] = ACTION_TAP_DANCE_DOUBLE (KC_QUOTE, KC_DQT) -}; - - - -// Keymap Customization: -#define LOWR MO(_LOWER) -#define RISE MO(_RAISE) -#define FN MO(_FUNCTION) -#define GUI KC_LGUI -#define ALT KC_LALT -#define SPACE KC_SPACE - - /* - * ┌────┐ - * │ │ = "TRANSPARENT" KEY LOCATION - * └────┘ - */ - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - - /* _QWERTY (Base) - * - * ┌────┐ ┌────┐ ┌────┬────┬────┐ - * │MUTE│ │Esc │ │ ( │ ) │ ; │ - * └────┘ └────┘ └────┴────┴────┘ - * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ - * │Home│ │Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │BkSp│ - * ├────┤ ├────┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴────┤ - * │PgUp│ │CAPS │ A │ S │ D │ F │ G │ H │ J │ K │ L │ Enter │ - * ├────┤ ├─────┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─────┤ - * │PgDn│ │LShft │ Z │ X │ C │ V │ B │ N │ M │ , │ . │RISE │ - * ├────┤ ├─────┬──┴─┬──┴──┬─┴────┴────┴──┬─┴────┴───┬┴────┼────┼─────┤ - * │End │ │LCtrl│GUI │ALT │ LOWR │ │RAlt │RCTL│FUNC │ - * └────┘ └─────┴────┴─────┴──────────────┴──────────┴─────┴────┴─────┘ - */ - [_QWERTY] = LAYOUT_staggered( - KC_MUTE, KC_ESC, KC_LPRN, KC_RPRN, KC_SCLN, - KC_HOME, 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_PGUP, KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENT, - KC_PGDN, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, RISE, - KC_END, KC_LCTL, GUI, ALT, LOWR, SPACE, KC_RALT, KC_RCTL, FN - ), - - /* _LOWER (Symbols / Punctuation) - * - * ┌────┐ ┌────┐ ┌────┬────┬────┐ - * │ │ │ │ │ [ │ ] │ : │ - * └────┘ └────┘ └────┴────┴────┘ - * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ - * │ - │ │ │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ │ - * ├────┤ ├────┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴────┤ - * │ \ │ │ │ ! │ @ │ # │ $ │ % │ ^ │ & │ * │ │ '/" │ - * ├────┤ ├─────┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─────┤ - * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - * ├────┤ ├─────┬──┴─┬──┴──┬─┴────┴────┴──┬─┴────┴───┬┴────┼────┼─────┤ - * │ _ │ │ │ │ │ │ │ │ │ │ - * └────┘ └─────┴────┴─────┴──────────────┴──────────┴─────┴────┴─────┘ - */ - [_LOWER] = LAYOUT_staggered( - _______, _______, KC_LBRC, KC_RBRC, KC_COLON, - KC_MINUS, KC_GRAVE, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______, - KC_BSLS, KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, _______, TD(TD_DBQT), - KC_PIPE, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - KC_UNDS, _______, _______, _______, _______, _______, _______, _______, _______ - ), - - /* _RAISE (Misc Modifiers / Extended Punctuation) - * - * ┌────┐ ┌────┐ ┌────┬────┬────┐ - * │PRNT│ │ │ │ { │ } │ + │ - * └────┘ └────┘ └────┴────┴────┘ - * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ - * │ │ │ │ │ │ │ │ │ │ │ │ Up │ │ │ - * ├────┤ ├────┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴────┤ - * │ │ │CAPS │ │ │ │ │ │ │ │Left│Rght│ │ - * ├────┤ ├─────┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─────┤ - * │ │ │ │ │ │ │ │ │ │ │Down│ / │ │ - * ├────┤ ├─────┬──┴─┬──┴──┬─┴────┴────┴──┬─┴────┴───┬┴────┼────┼─────┤ - * │ │ │ │ │ │ │ │ │ ? │ │ - * └────┘ └─────┴────┴─────┴──────────────┴──────────┴─────┴────┴─────┘ - */ - [_RAISE] = LAYOUT_staggered( - KC_PSCR, _______, KC_LCBR, KC_RCBR, KC_PLUS, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, - _______, KC_CAPS, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_RIGHT, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DOWN, KC_SLSH, _______, - _______, _______, _______, _______, _______, _______, _______, KC_QUES, _______ - ), - - /* _FUNCTION (F-Row / DFU Reset / RGB Toggle) - * - * ┌────┐ ┌────┐ ┌────┬────┬────┐ - * │RSET│ │RGB │ │F11 │F12 │F13 │ - * └────┘ └────┘ └────┴────┴────┘ - * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ - * │ │ │ │ F1 │ F2 │ F3 │ F4 │ F5 │ F6 │ F7 │ F8 │ F9 │F10 │ │ - * ├────┤ ├────┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴────┤ - * │ │ │ │ │ │ │ │ │ │ │ │ │ = │ - * ├────┤ ├─────┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─────┤ - * │ │ │ │ │ │ │ │ │ │ │ │ │ │ - * ├────┤ ├─────┬──┴─┬──┴──┬─┴────┴────┴──┬─┴────┴───┬┴────┼────┼─────┤ - * │ │ │ │ │ │ │ │ │ │ │ - * └────┘ └─────┴────┴─────┴──────────────┴──────────┴─────┴────┴─────┘ - */ - [_FUNCTION] = LAYOUT_staggered( - TD(TD_RST), RGB_TOG, KC_F11, KC_F12, KC_F13, - _______, _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_EQUAL, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______ - ) -}; - - - -// KEYMAP TEMPLATE: -// -// /* <_LAYER>: -// * -// * ┌────┐ ┌────┐ ┌────┬────┬────┐ -// * │ │ │ │ │ │ │ │ -// * └────┘ └────┘ └────┴────┴────┘ -// * ┌────┐ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐ -// * │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ -// * ├───