Remove RGB, Remove debug, Add Copyright and Licenses
This commit is contained in:
parent
ac3e4af1ce
commit
cf003262e6
6 changed files with 19 additions and 93 deletions
|
|
@ -1,10 +1,15 @@
|
|||
/*
|
||||
* Copyright (c) 2020 TJ Campie
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <dt-bindings/zmk/matrix-transform.h>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,matrix_transform = &default_transform;
|
||||
zmk,underglow = &led_strip;
|
||||
};
|
||||
|
||||
default_transform: keymap_transform_0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue