From 48ca8f849fdac69e393e127fc38c004cf4c1472c Mon Sep 17 00:00:00 2001 From: Kyle McCreery Date: Wed, 2 Feb 2022 10:35:44 -0500 Subject: [PATCH 1/4] allowing the kt60 file to be modified so I can do things while waiting for it to be fixed upstream --- keyboards/keyten/kt60_m/kt60_m.c | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/keyboards/keyten/kt60_m/kt60_m.c b/keyboards/keyten/kt60_m/kt60_m.c index 63a7f8d6b6d8..7d4f7614c839 100644 --- a/keyboards/keyten/kt60_m/kt60_m.c +++ b/keyboards/keyten/kt60_m/kt60_m.c @@ -1,18 +1,18 @@ - /* Copyright 2022 Ivan Gromov (@key10iq) - * - * 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 . - */ - - + /* Copyright 2022 Ivan Gromov (@key10iq) + * + * 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 "kt60_m.h" \ No newline at end of file From 67fda2c0097ecece90e214d141d1b51ee9e72ef6 Mon Sep 17 00:00:00 2001 From: Kyle McCreery Date: Sat, 11 Jun 2022 13:21:16 -0400 Subject: [PATCH 2/4] submodules keep changing, testing --- lib/chibios | 1 - lib/chibios-contrib | 1 - 2 files changed, 2 deletions(-) delete mode 160000 lib/chibios delete mode 160000 lib/chibios-contrib diff --git a/lib/chibios b/lib/chibios deleted file mode 160000 index 257302333c31..000000000000 --- a/lib/chibios +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 257302333c31f1f710800c2b97acf3550de043e1 diff --git a/lib/chibios-contrib b/lib/chibios-contrib deleted file mode 160000 index 2a6b73ff51ba..000000000000 --- a/lib/chibios-contrib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2a6b73ff51baf89083a220b6692a04ca2cae8750 From b9db51ba53d04322459964df002dc38bcbd93ea9 Mon Sep 17 00:00:00 2001 From: Kyle McCreery Date: Sat, 11 Jun 2022 13:28:36 -0400 Subject: [PATCH 3/4] trying to restore --- lib/chibios | 1 + lib/chibios-contrib | 1 + 2 files changed, 2 insertions(+) create mode 160000 lib/chibios create mode 160000 lib/chibios-contrib diff --git a/lib/chibios b/lib/chibios new file mode 160000 index 000000000000..257302333c31 --- /dev/null +++ b/lib/chibios @@ -0,0 +1 @@ +Subproject commit 257302333c31f1f710800c2b97acf3550de043e1 diff --git a/lib/chibios-contrib b/lib/chibios-contrib new file mode 160000 index 000000000000..2a6b73ff51ba --- /dev/null +++ b/lib/chibios-contrib @@ -0,0 +1 @@ +Subproject commit 2a6b73ff51baf89083a220b6692a04ca2cae8750 From c90baf7fb9f119c412a3773419918d6a8913fa58 Mon Sep 17 00:00:00 2001 From: Kyle McCreery Date: Wed, 15 Mar 2023 22:48:29 -0400 Subject: [PATCH 4/4] Fixed the via trilayer map implementation. --- keyboards/mechwild/sugarglider/keymaps/via/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/mechwild/sugarglider/keymaps/via/keymap.c b/keyboards/mechwild/sugarglider/keymaps/via/keymap.c index 692af70359a3..999f4e55ec44 100644 --- a/keyboards/mechwild/sugarglider/keymaps/via/keymap.c +++ b/keyboards/mechwild/sugarglider/keymaps/via/keymap.c @@ -17,7 +17,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { QK_GESC, KC_Q, KC_W, KC_E, KC_R, KC_T, TAP_UP, 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_MUTE, TAP_DN, KC_H, KC_J, KC_K, KC_L, KC_QUOT, KC_ENT, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_TRNS, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, - KC_MUTE, KC_LGUI, KC_LALT, MO(_LOWER), KC_MS_BTN1, TAP_TOG, KC_MS_BTN2, MO(_RAISE), KC_SPC, KC_RSFT, KC_MUTE + KC_MUTE, KC_LGUI, KC_LALT, TL_LOWR, KC_MS_BTN1, TAP_TOG, KC_MS_BTN2, TL_UPPR, KC_SPC, KC_RSFT, KC_MUTE ), [_LOWER] = LAYOUT( KC_TRNS, KC_1, KC_2, KC_3, KC_4, KC_5, DPI_UP, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,