Forgot to update default keymap

- they had the wrong oled driver in there
- Added copyright stuff back
This commit is contained in:
Victor 2024-05-13 22:11:04 -05:00
parent c86deba845
commit 873c2bf735
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
13 changed files with 111 additions and 90 deletions

View file

@ -1 +1,4 @@
// Copyright 2022 @geigeigeist
// SPDX-License-Identifier: GPL-2.0+
#include "2040.h"

View file

@ -1,3 +1,6 @@
// Copyright 2022 @geigeigeist
// SPDX-License-Identifier: GPL-2.0+
#pragma once
#include "klor.h"

View file

@ -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"