From c8ed95a902c8b949bc021a96fbcfe5511b4a3f45 Mon Sep 17 00:00:00 2001 From: Felix Jen Date: Mon, 6 Feb 2023 18:46:32 -0600 Subject: [PATCH 1/6] Update keyboards/keebfront/vanguard65/config.h Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/keebfront/vanguard65/config.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/keyboards/keebfront/vanguard65/config.h b/keyboards/keebfront/vanguard65/config.h index 0aea3cb6d45..d76af645142 100644 --- a/keyboards/keebfront/vanguard65/config.h +++ b/keyboards/keebfront/vanguard65/config.h @@ -79,25 +79,6 @@ along with this program. If not, see . /* Define less important options */ -/* - * Force NKRO - * - * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved - * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the - * makefile for this to work.) - * - * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N) - * until the next keyboard reset. - * - * NKRO may prevent your keystrokes from being detected in the BIOS, but it is - * fully operational during normal computer usage. - * - * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N) - * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by - * bootmagic, NKRO mode will always be enabled until it is toggled again during a - * power-up. - * - */ //#define FORCE_NKRO /* From a51d1f653a6c1a480fc6f49d0580a3845abbe85c Mon Sep 17 00:00:00 2001 From: Felix Jen Date: Mon, 6 Feb 2023 18:46:40 -0600 Subject: [PATCH 2/6] Update keyboards/keebfront/vanguard65/keymaps/via/keymap.c Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/keebfront/vanguard65/keymaps/via/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/keebfront/vanguard65/keymaps/via/keymap.c b/keyboards/keebfront/vanguard65/keymaps/via/keymap.c index 87ba6ce7ea5..06afbdca2f2 100644 --- a/keyboards/keebfront/vanguard65/keymaps/via/keymap.c +++ b/keyboards/keebfront/vanguard65/keymaps/via/keymap.c @@ -23,7 +23,7 @@ enum layers { _LAYER3 }; -enum custom_keycodeas { +enum custom_keycodes { A_CW = USER00, A_CCW }; From c536fe6cc62d79761b804ecac99552aa2187f94f Mon Sep 17 00:00:00 2001 From: Felix Jen Date: Mon, 6 Feb 2023 18:46:48 -0600 Subject: [PATCH 3/6] Update keyboards/keebfront/vanguard65/keymaps/via/keymap.c Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/keebfront/vanguard65/keymaps/via/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/keebfront/vanguard65/keymaps/via/keymap.c b/keyboards/keebfront/vanguard65/keymaps/via/keymap.c index 06afbdca2f2..9a83a39eaf4 100644 --- a/keyboards/keebfront/vanguard65/keymaps/via/keymap.c +++ b/keyboards/keebfront/vanguard65/keymaps/via/keymap.c @@ -117,7 +117,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { return true; default: return true; - }; + } } // ====== Process VIA Custom UI ====== From 2e45bf80fb77a35d6c9469cf2618b52f6427e6e3 Mon Sep 17 00:00:00 2001 From: Felix Jen Date: Mon, 6 Feb 2023 18:46:56 -0600 Subject: [PATCH 4/6] Update keyboards/keebfront/vanguard65/readme.md Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/keebfront/vanguard65/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/keyboards/keebfront/vanguard65/readme.md b/keyboards/keebfront/vanguard65/readme.md index 740ade2941f..df9f6b0bd1d 100644 --- a/keyboards/keebfront/vanguard65/readme.md +++ b/keyboards/keebfront/vanguard65/readme.md @@ -2,7 +2,6 @@ The following is the QMK Firmware for the Keebfront Vanguard65 ---- * Keyboard Maintainer: Keebfront * Hardware Supported: Vanguard65 @@ -10,6 +9,11 @@ The following is the QMK Firmware for the Keebfront Vanguard65 Make example for this keyboard (after setting up your build environment): make keebfront/vanguard65:default + +Flashing example for this keyboard: + + make keebfront/vanguard65: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 c0a5916f590f720926ead0a6dde9b8a7dc8d8c07 Mon Sep 17 00:00:00 2001 From: Felix Jen Date: Mon, 6 Feb 2023 18:47:03 -0600 Subject: [PATCH 5/6] Update keyboards/keebfront/vanguard65/rules.mk Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/keebfront/vanguard65/rules.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/keyboards/keebfront/vanguard65/rules.mk b/keyboards/keebfront/vanguard65/rules.mk index d649fd163b4..d59d825120e 100644 --- a/keyboards/keebfront/vanguard65/rules.mk +++ b/keyboards/keebfront/vanguard65/rules.mk @@ -1,12 +1,5 @@ -# MCU name -MCU = atmega32u4 - # Processor frequency F_CPU = 8000000 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable LTO_ENABLE = yes From a463710519c86a86b30d2ba96f7eb53db0112dc0 Mon Sep 17 00:00:00 2001 From: Felix Jen Date: Mon, 6 Feb 2023 18:47:23 -0600 Subject: [PATCH 6/6] Update keyboards/keebfront/vanguard65/info.json Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/keebfront/vanguard65/info.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/keebfront/vanguard65/info.json b/keyboards/keebfront/vanguard65/info.json index 220fa77adee..cabcc24c3e8 100644 --- a/keyboards/keebfront/vanguard65/info.json +++ b/keyboards/keebfront/vanguard65/info.json @@ -8,6 +8,8 @@ "pid": "0x1823", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "layouts": { "LAYOUT": { "layout": [