From 9e60c22e0af7a8e306be0dd6fad81c38acdbbd95 Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 23 May 2023 15:38:57 +0200 Subject: [PATCH 01/11] Add base firmware for Silhouette --- keyboards/wolf/silhouette/config.h | 19 +++ keyboards/wolf/silhouette/info.json | 110 ++++++++++++++++++ .../wolf/silhouette/keymaps/default/keymap.c | 12 ++ .../wolf/silhouette/keymaps/via/keymap.c | 12 ++ .../wolf/silhouette/keymaps/via/rules.mk | 1 + keyboards/wolf/silhouette/readme.md | 19 +++ keyboards/wolf/silhouette/rules.mk | 3 + 7 files changed, 176 insertions(+) create mode 100644 keyboards/wolf/silhouette/config.h create mode 100644 keyboards/wolf/silhouette/info.json create mode 100644 keyboards/wolf/silhouette/keymaps/default/keymap.c create mode 100644 keyboards/wolf/silhouette/keymaps/via/keymap.c create mode 100644 keyboards/wolf/silhouette/keymaps/via/rules.mk create mode 100644 keyboards/wolf/silhouette/readme.md create mode 100644 keyboards/wolf/silhouette/rules.mk diff --git a/keyboards/wolf/silhouette/config.h b/keyboards/wolf/silhouette/config.h new file mode 100644 index 000000000000..fb0af1e48d9e --- /dev/null +++ b/keyboards/wolf/silhouette/config.h @@ -0,0 +1,19 @@ +/* +Copyright 2020 + +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" diff --git a/keyboards/wolf/silhouette/info.json b/keyboards/wolf/silhouette/info.json new file mode 100644 index 000000000000..fa52666b2a08 --- /dev/null +++ b/keyboards/wolf/silhouette/info.json @@ -0,0 +1,110 @@ +{ + "manufacturer": "4GT", + "keyboard_name": "Silhouette", + "maintainer": "ToastyStoemp", + "bootloader": "custom", + "diode_direction": "COL2ROW", + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true + }, + "indicators": { + "caps_lock": "GP12" + }, + "matrix_pins": { + "cols": ["GP24", "GP23", "GP22", "GP21", "GP20", "GP19", "GP18", "GP11", "GP17", "GP16", "GP7", "GP6", "GP5", "GP4", "GP2", "GP1", "GP0"], + "rows": ["GP27", "GP26", "GP25", "GP13", "GP3"] + }, + "processor": "RP2040", + "url": "", + "usb": { + "device_version": "1.0.0", + "pid": "0x0080", + "vid": "0x5453" + }, + "layouts": { + "LAYOUT": { + "layout": [ + { "matrix": [0, 0], "x": 0, "y": 0 }, + { "matrix": [0, 1], "x": 1, "y": 0 }, + { "matrix": [0, 2], "x": 2, "y": 0 }, + { "matrix": [0, 3], "x": 3, "y": 0 }, + { "matrix": [0, 4], "x": 4, "y": 0 }, + { "matrix": [0, 5], "x": 5, "y": 0 }, + { "matrix": [0, 6], "x": 6, "y": 0 }, + { "matrix": [0, 7], "x": 7, "y": 0 }, + { "matrix": [0, 8], "x": 8, "y": 0 }, + { "matrix": [0, 9], "x": 9, "y": 0 }, + { "matrix": [0, 10], "x": 10, "y": 0 }, + { "matrix": [0, 11], "x": 11, "y": 0 }, + { "matrix": [0, 12], "x": 12, "y": 0 }, + { "matrix": [0, 13], "x": 13, "y": 0 }, + { "matrix": [2, 14], "x": 14, "y": 0 }, + { "matrix": [0, 14], "x": 15.25, "y": 0 }, + { "matrix": [0, 15], "x": 16.25, "y": 0 }, + { "matrix": [0, 16], "x": 17.25, "y": 0 }, + { "matrix": [1, 0], "w": 1.5, "x": 0, "y": 1 }, + { "matrix": [1, 1], "x": 1.5, "y": 1 }, + { "matrix": [1, 2], "x": 2.5, "y": 1 }, + { "matrix": [1, 3], "x": 3.5, "y": 1 }, + { "matrix": [1, 4], "x": 4.5, "y": 1 }, + { "matrix": [1, 5], "x": 5.5, "y": 1 }, + { "matrix": [1, 6], "x": 6.5, "y": 1 }, + { "matrix": [1, 7], "x": 7.5, "y": 1 }, + { "matrix": [1, 8], "x": 8.5, "y": 1 }, + { "matrix": [1, 9], "x": 9.5, "y": 1 }, + { "matrix": [1, 10], "x": 10.5, "y": 1 }, + { "matrix": [1, 11], "x": 11.5, "y": 1 }, + { "matrix": [1, 12], "x": 12.5, "y": 1 }, + { "matrix": [1, 13], "w": 1.5, "x": 13.5, "y": 1 }, + { "matrix": [1, 14], "x": 15.25, "y": 1 }, + { "matrix": [1, 15], "x": 16.25, "y": 1 }, + { "matrix": [1, 16], "x": 17.25, "y": 1 }, + { "matrix": [2, 0], "w": 1.75, "x": 0, "y": 2 }, + { "matrix": [2, 1], "x": 1.75, "y": 2 }, + { "matrix": [2, 2], "x": 2.75, "y": 2 }, + { "matrix": [2, 3], "x": 3.75, "y": 2 }, + { "matrix": [2, 4], "x": 4.75, "y": 2 }, + { "matrix": [2, 5], "x": 5.75, "y": 2 }, + { "matrix": [2, 6], "x": 6.75, "y": 2 }, + { "matrix": [2, 7], "x": 7.75, "y": 2 }, + { "matrix": [2, 8], "x": 8.75, "y": 2 }, + { "matrix": [2, 9], "x": 9.75, "y": 2 }, + { "matrix": [2, 10], "x": 10.75, "y": 2 }, + { "matrix": [2, 11], "x": 11.75, "y": 2 }, + { "matrix": [2, 12], "x": 19.5, "y": 2 }, + { "matrix": [2, 13], "w": 2.25, "x": 12.75, "y": 2 }, + { "matrix": [3, 0], "w": 1.25, "x": 0, "y": 3 }, + { "matrix": [3, 1], "x": 1.25, "y": 3 }, + { "matrix": [3, 2], "x": 2.25, "y": 3 }, + { "matrix": [3, 3], "x": 3.25, "y": 3 }, + { "matrix": [3, 4], "x": 4.25, "y": 3 }, + { "matrix": [3, 5], "x": 5.25, "y": 3 }, + { "matrix": [3, 6], "x": 6.25, "y": 3 }, + { "matrix": [3, 7], "x": 7.25, "y": 3 }, + { "matrix": [3, 8], "x": 8.25, "y": 3 }, + { "matrix": [3, 9], "x": 9.25, "y": 3 }, + { "matrix": [3, 10], "x": 10.25, "y": 3 }, + { "matrix": [3, 11], "x": 11.25, "y": 3 }, + { "matrix": [3, 12], "w": 1.75, "x": 12.25, "y": 3 }, + { "matrix": [3, 13], "x": 14, "y": 3 }, + { "matrix": [3, 15], "x": 16.25, "y": 3 }, + { "matrix": [4, 0], "w": 1.25, "x": 0, "y": 4 }, + { "matrix": [4, 1], "w": 1.25, "x": 1.25, "y": 4 }, + { "matrix": [4, 2], "w": 1.25, "x": 2.5, "y": 4 }, + { "matrix": [4, 7], "w": 6.25, "x": 3.75, "y": 4 }, + { "matrix": [4, 10], "w": 1.25, "x": 10, "y": 4 }, + { "matrix": [4, 11], "w": 1.25, "x": 11.25, "y": 4 }, + { "matrix": [4, 12], "w": 1.25, "x": 12.5, "y": 4 }, + { "matrix": [4, 13], "w": 1.25, "x": 13.75, "y": 4 }, + { "matrix": [4, 14], "x": 15.25, "y": 4 }, + { "matrix": [4, 15], "x": 16.25, "y": 4 }, + { "matrix": [4, 16], "x": 17.25, "y": 4 } + ] + } + } +} \ No newline at end of file diff --git a/keyboards/wolf/silhouette/keymaps/default/keymap.c b/keyboards/wolf/silhouette/keymaps/default/keymap.c new file mode 100644 index 000000000000..cd189ec4e3e0 --- /dev/null +++ b/keyboards/wolf/silhouette/keymaps/default/keymap.c @@ -0,0 +1,12 @@ +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + + [0] = 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_BSPC, KC_DEL, KC_INS, KC_HOME, KC_PGUP, + 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_BSLS, KC_DEL, KC_END, KC_PGDN, + KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, + KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), KC_UP, + KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT + ) +}; \ No newline at end of file diff --git a/keyboards/wolf/silhouette/keymaps/via/keymap.c b/keyboards/wolf/silhouette/keymaps/via/keymap.c new file mode 100644 index 000000000000..e786495ef097 --- /dev/null +++ b/keyboards/wolf/silhouette/keymaps/via/keymap.c @@ -0,0 +1,12 @@ +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + + [0] = 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_BSPC, KC_DEL, KC_INS, KC_HOME, KC_PGUP, + 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_BSLS, KC_DEL, KC_END, KC_PGDN, + KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, + KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), KC_UP, + KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT + ) +}; \ No newline at end of file diff --git a/keyboards/wolf/silhouette/keymaps/via/rules.mk b/keyboards/wolf/silhouette/keymaps/via/rules.mk new file mode 100644 index 000000000000..036bd6d1c3ec --- /dev/null +++ b/keyboards/wolf/silhouette/keymaps/via/rules.mk @@ -0,0 +1 @@ +VIA_ENABLE = yes \ No newline at end of file diff --git a/keyboards/wolf/silhouette/readme.md b/keyboards/wolf/silhouette/readme.md new file mode 100644 index 000000000000..670d3c43969f --- /dev/null +++ b/keyboards/wolf/silhouette/readme.md @@ -0,0 +1,19 @@ +# Silhouette + +The following is the QMK Firmware for the Silhouette PCB. + +The PCB features: +* QMK & VIA compatibility + +--- + +* Keyboard Maintainer: [ToastyStoemp](https://github.com/ToastyStoemp) + +Make example for this keyboard (after setting up your build environment): + + make wolf/silhouette: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). + +## Bootloader Enter the bootloader in 3 ways: +* **Bootmagic reset**: Hold down the key ESC key and plug in the keyboard (Top Left most switch) diff --git a/keyboards/wolf/silhouette/rules.mk b/keyboards/wolf/silhouette/rules.mk new file mode 100644 index 000000000000..15590d0b71a9 --- /dev/null +++ b/keyboards/wolf/silhouette/rules.mk @@ -0,0 +1,3 @@ +# This file intentionally left blank +WS2812_DRIVER = vendor + From 5b3c9478fb5424d135f4cce605d34b6d9fff8477 Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 23 May 2023 15:51:29 +0200 Subject: [PATCH 02/11] Update Keymap License Identifiers --- .../wolf/silhouette/keymaps/default/keymap.c | 15 +++++++++++++++ keyboards/wolf/silhouette/keymaps/via/keymap.c | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/keyboards/wolf/silhouette/keymaps/default/keymap.c b/keyboards/wolf/silhouette/keymaps/default/keymap.c index cd189ec4e3e0..51ec549c3d09 100644 --- a/keyboards/wolf/silhouette/keymaps/default/keymap.c +++ b/keyboards/wolf/silhouette/keymaps/default/keymap.c @@ -1,3 +1,18 @@ +/* +Copyright 2023 +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 . +*/ +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/wolf/silhouette/keymaps/via/keymap.c b/keyboards/wolf/silhouette/keymaps/via/keymap.c index e786495ef097..64e7a9fcd141 100644 --- a/keyboards/wolf/silhouette/keymaps/via/keymap.c +++ b/keyboards/wolf/silhouette/keymaps/via/keymap.c @@ -1,3 +1,18 @@ +/* +Copyright 2023 +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 . +*/ +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { From 201dce1448203995b1c97d62c634007c70dd0e9c Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 23 May 2023 21:14:02 +0200 Subject: [PATCH 03/11] Clean up Silhouette files a little --- keyboards/wolf/silhouette/config.h | 19 ------------------- keyboards/wolf/silhouette/readme.md | 8 ++++++-- keyboards/wolf/silhouette/rules.mk | 2 -- 3 files changed, 6 insertions(+), 23 deletions(-) delete mode 100644 keyboards/wolf/silhouette/config.h diff --git a/keyboards/wolf/silhouette/config.h b/keyboards/wolf/silhouette/config.h deleted file mode 100644 index fb0af1e48d9e..000000000000 --- a/keyboards/wolf/silhouette/config.h +++ /dev/null @@ -1,19 +0,0 @@ -/* -Copyright 2020 - -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" diff --git a/keyboards/wolf/silhouette/readme.md b/keyboards/wolf/silhouette/readme.md index 670d3c43969f..5e30e101479e 100644 --- a/keyboards/wolf/silhouette/readme.md +++ b/keyboards/wolf/silhouette/readme.md @@ -1,14 +1,18 @@ # Silhouette +![Silhouette](https://i.imgur.com/x5Wo7t1.jpeg) + The following is the QMK Firmware for the Silhouette PCB. +* Keyboard Maintainer: [Wolf](https://github.com/ToastyStoemp) +* Hardware Supported: Silhouette PCB +* Hardware Availability: https://beacons.ai/chamchi + The PCB features: * QMK & VIA compatibility --- -* Keyboard Maintainer: [ToastyStoemp](https://github.com/ToastyStoemp) - Make example for this keyboard (after setting up your build environment): make wolf/silhouette:default diff --git a/keyboards/wolf/silhouette/rules.mk b/keyboards/wolf/silhouette/rules.mk index 15590d0b71a9..997fce7e65c8 100644 --- a/keyboards/wolf/silhouette/rules.mk +++ b/keyboards/wolf/silhouette/rules.mk @@ -1,3 +1 @@ -# This file intentionally left blank WS2812_DRIVER = vendor - From ff7090468bf91b0e08a86f14b30d74e74e06cb7c Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Tue, 23 May 2023 22:43:17 +0200 Subject: [PATCH 04/11] Update keyboards/wolf/silhouette/readme.md Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/wolf/silhouette/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/keyboards/wolf/silhouette/readme.md b/keyboards/wolf/silhouette/readme.md index 5e30e101479e..385e3c8c997e 100644 --- a/keyboards/wolf/silhouette/readme.md +++ b/keyboards/wolf/silhouette/readme.md @@ -15,7 +15,12 @@ The PCB features: Make example for this keyboard (after setting up your build environment): - make wolf/silhouette:default + make wolf/silhouette:default + +Flashing example for this keyboard: + + make wolf/silhouette:default:flash + 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). From 8272a9416f23963a745790de13d9fad73bf7fc5d Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Tue, 23 May 2023 22:43:25 +0200 Subject: [PATCH 05/11] Update keyboards/wolf/silhouette/keymaps/default/keymap.c Co-authored-by: Joel Challis --- keyboards/wolf/silhouette/keymaps/default/keymap.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/keyboards/wolf/silhouette/keymaps/default/keymap.c b/keyboards/wolf/silhouette/keymaps/default/keymap.c index 51ec549c3d09..0f39a4286011 100644 --- a/keyboards/wolf/silhouette/keymaps/default/keymap.c +++ b/keyboards/wolf/silhouette/keymaps/default/keymap.c @@ -1,16 +1,5 @@ /* -Copyright 2023 -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 2023 contact@vwolf.be // SPDX-License-Identifier: GPL-2.0-or-later #include QMK_KEYBOARD_H From 808264ba0b0edb945959e3fabdc6ec2d9900d567 Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 23 May 2023 22:48:47 +0200 Subject: [PATCH 06/11] Add layer 1 --- keyboards/wolf/silhouette/keymaps/default/keymap.c | 8 ++++++++ keyboards/wolf/silhouette/keymaps/via/keymap.c | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/keyboards/wolf/silhouette/keymaps/default/keymap.c b/keyboards/wolf/silhouette/keymaps/default/keymap.c index 0f39a4286011..a1ce89585533 100644 --- a/keyboards/wolf/silhouette/keymaps/default/keymap.c +++ b/keyboards/wolf/silhouette/keymaps/default/keymap.c @@ -12,5 +12,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), KC_UP, KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT + ), + + [1] = 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_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, QK_BOOT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS ) }; \ No newline at end of file diff --git a/keyboards/wolf/silhouette/keymaps/via/keymap.c b/keyboards/wolf/silhouette/keymaps/via/keymap.c index 64e7a9fcd141..76625b75b9a5 100644 --- a/keyboards/wolf/silhouette/keymaps/via/keymap.c +++ b/keyboards/wolf/silhouette/keymaps/via/keymap.c @@ -16,12 +16,20 @@ along with this program. If not, see . #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - + [0] = 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_BSPC, KC_DEL, KC_INS, KC_HOME, KC_PGUP, 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_BSLS, KC_DEL, KC_END, KC_PGDN, KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), KC_UP, KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT + ), + + [1] = 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_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, QK_BOOT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS ) }; \ No newline at end of file From d8b2b72b86ac5578f22097bbfdb10316eb771859 Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Thu, 25 May 2023 22:52:36 +0200 Subject: [PATCH 07/11] Update keyboards/wolf/silhouette/keymaps/via/keymap.c Co-authored-by: Joel Challis --- keyboards/wolf/silhouette/keymaps/via/keymap.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/keyboards/wolf/silhouette/keymaps/via/keymap.c b/keyboards/wolf/silhouette/keymaps/via/keymap.c index 76625b75b9a5..9a5e5b24d763 100644 --- a/keyboards/wolf/silhouette/keymaps/via/keymap.c +++ b/keyboards/wolf/silhouette/keymaps/via/keymap.c @@ -1,16 +1,4 @@ -/* -Copyright 2023 -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 2023 contact@vwolf.be // SPDX-License-Identifier: GPL-2.0-or-later #include QMK_KEYBOARD_H From 38707942aa682f5d126fe89d578bd12d7e6e6c1b Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Thu, 22 Jun 2023 01:34:59 +0200 Subject: [PATCH 08/11] Update keyboards/wolf/silhouette/readme.md Co-authored-by: Ryan --- keyboards/wolf/silhouette/readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/keyboards/wolf/silhouette/readme.md b/keyboards/wolf/silhouette/readme.md index 385e3c8c997e..36c80b412c84 100644 --- a/keyboards/wolf/silhouette/readme.md +++ b/keyboards/wolf/silhouette/readme.md @@ -8,11 +8,6 @@ The following is the QMK Firmware for the Silhouette PCB. * Hardware Supported: Silhouette PCB * Hardware Availability: https://beacons.ai/chamchi -The PCB features: -* QMK & VIA compatibility - ---- - Make example for this keyboard (after setting up your build environment): make wolf/silhouette:default From 1dedb433ed60dd4052e0e42906212af8ef4ef134 Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Thu, 22 Jun 2023 01:35:12 +0200 Subject: [PATCH 09/11] Update keyboards/wolf/silhouette/readme.md Co-authored-by: Drashna Jaelre --- keyboards/wolf/silhouette/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/wolf/silhouette/readme.md b/keyboards/wolf/silhouette/readme.md index 36c80b412c84..920de93c4131 100644 --- a/keyboards/wolf/silhouette/readme.md +++ b/keyboards/wolf/silhouette/readme.md @@ -1,6 +1,6 @@ # Silhouette -![Silhouette](https://i.imgur.com/x5Wo7t1.jpeg) +![Silhouette](https://i.imgur.com/x5Wo7t1h.jpeg) The following is the QMK Firmware for the Silhouette PCB. From 73d469fc43e894d20a94afbf4ba53eca1b91fff5 Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Thu, 22 Jun 2023 01:35:18 +0200 Subject: [PATCH 10/11] Update keyboards/wolf/silhouette/keymaps/default/keymap.c Co-authored-by: Ryan --- keyboards/wolf/silhouette/keymaps/default/keymap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboards/wolf/silhouette/keymaps/default/keymap.c b/keyboards/wolf/silhouette/keymaps/default/keymap.c index a1ce89585533..9a5e5b24d763 100644 --- a/keyboards/wolf/silhouette/keymaps/default/keymap.c +++ b/keyboards/wolf/silhouette/keymaps/default/keymap.c @@ -1,4 +1,3 @@ -/* // Copyright 2023 contact@vwolf.be // SPDX-License-Identifier: GPL-2.0-or-later From c5dadda73c4b6ab3a4ee348d6ae9da14ad9ae6ae Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Thu, 22 Jun 2023 13:24:46 +0200 Subject: [PATCH 11/11] Update keyboards/wolf/silhouette/rules.mk Co-authored-by: Ryan --- keyboards/wolf/silhouette/rules.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboards/wolf/silhouette/rules.mk b/keyboards/wolf/silhouette/rules.mk index 997fce7e65c8..e69de29bb2d1 100644 --- a/keyboards/wolf/silhouette/rules.mk +++ b/keyboards/wolf/silhouette/rules.mk @@ -1 +0,0 @@ -WS2812_DRIVER = vendor