Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for EnvKB 60F V2 #24642

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
  • Loading branch information
Envious-Data and zvecr authored Nov 26, 2024
commit 180e63a03c172393fae3ef44857358f0cdd463a9
4 changes: 2 additions & 2 deletions keyboards/enviousdesign/60f/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ A low cost Raspberry Pi Pico based keyboard inspired originally by the CFTKB Mys

Make example for this keyboard (after setting up your build environment):

make enviousdesign/60f/V2:default
make enviousdesign/60f/v2:default

Flashing example for this keyboard:

make enviousdesign/60f/V2:default:flash
make enviousdesign/60f/v2: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).

Expand Down
6 changes: 3 additions & 3 deletions keyboards/enviousdesign/60f/v1/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EnvKB 60F

![Image of the EnvKB 60F PCB](https://i.imgur.com/c5xMEg0h.png)
![Image of the EnvKB 60F PCB](https://i.imgur.com/c5xMEg0.png)


A low cost Standard 60% Design which takes inspiration from the CFTKB Mysterium.
Expand All @@ -11,11 +11,11 @@ A low cost Standard 60% Design which takes inspiration from the CFTKB Mysterium.

Make example for this keyboard (after setting up your build environment):

make enviousdesign/60f/V1:default
make enviousdesign/60f/v1:default

Flashing example for this keyboard:

make enviousdesign/60f/V1:default
make enviousdesign/60f/v1: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).

Expand Down
3 changes: 2 additions & 1 deletion keyboards/enviousdesign/60f/v2/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
// Copyright 2024 Adam K (@Envious-Data)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

Expand Down
4 changes: 2 additions & 2 deletions keyboards/enviousdesign/60f/v2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ A low cost Raspberry Pi Pico based keyboard inspired originally by the CFTKB Mys

Make example for this keyboard (after setting up your build environment):

make enviousdesign/60f/V2:default
make enviousdesign/60f/v2:default

Flashing example for this keyboard:

make enviousdesign/60f/V2:default:flash
make enviousdesign/60f/v2: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).

Expand Down