Add Sha keyboard (#22664)
* Implement Sha keyboard with default layout * Adjust readme and info.json per PR checklist * Fix RGB Light description in default keymap readme * Update keyboards/sha/rules.mk Move configuration to info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/sha/info.json Move configuration to info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/sha/info.json Move configuration to info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/sha/info.json Define RGB animations in info.json Co-authored-by: Joel Challis <git@zvecr.com> * Enable RGB Lighting Layers at keymap level, not keyboard level --------- Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
45ae4dec4d
commit
cfe8c4dee3
7 changed files with 250 additions and 0 deletions
6
keyboards/sha/config.h
Normal file
6
keyboards/sha/config.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Copyright 2023 Steven Karrmann (@skarrmann)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
|
Loading…
Add table
Add a link
Reference in a new issue