Forgot to update default keymap
- they had the wrong oled driver in there - Added copyright stuff back
This commit is contained in:
parent
c86deba845
commit
873c2bf735
13 changed files with 111 additions and 90 deletions
|
|
@ -1 +1,4 @@
|
|||
// Copyright 2022 @geigeigeist
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
#include "2040.h"
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2022 @geigeigeist
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "klor.h"
|
||||
|
|
@ -1,3 +1,7 @@
|
|||
// Copyright 2022 @geigeigeist
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
// here you find only RP2040 specific configurations
|
||||
|
||||
#pragma once
|
||||
#include "config_common.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue