1
0
Fork 0

[Keyboard] Add Chocofly v1 (#17289)

* [Keyboard] Add Chocofly v1

* PR Feedback

* Small change to keymap.

* Replace KC__VOLUP and KC__VOLDOWN with single underscore version.

* Apply suggestions from code review

* Required for my PC

* Required for my PC
This commit is contained in:
Will Winder 2022-07-14 22:45:08 -04:00 committed by GitHub
parent be56817743
commit 807620fa3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 233 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// Copyright 2022 Vitaly Volkov (@vlkv)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#ifdef KEYBOARD_chocofly_v1
#include "v1.h"
#endif
#include "quantum.h"