[Keyboard] Add Pica40 (#19220)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
a7ff2b8d54
commit
ced8142847
18 changed files with 775 additions and 0 deletions
9
keyboards/pica40/rev1/config.h
Normal file
9
keyboards/pica40/rev1/config.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2022 zzeneg (@zzeneg)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# define RGBLIGHT_DISABLE_KEYCODES // disable keycodes for RGB Light controls, only status LED is supported
|
||||
# define PICA40_RGBLIGHT_TIMEOUT 5 // turn RGB off after N minutes
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue