From 742ec45f0c67f9cb1e9289eea344c1e77a54aa3b Mon Sep 17 00:00:00 2001 From: alko Date: Mon, 21 Jul 2025 14:54:43 +0500 Subject: [PATCH] -postconfig; +readme; --- keyboards/alk0/cornedeon/README.md | 2 ++ keyboards/alk0/cornedeon/post_config.h | 21 --------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 keyboards/alk0/cornedeon/post_config.h diff --git a/keyboards/alk0/cornedeon/README.md b/keyboards/alk0/cornedeon/README.md index 1daa25fef8..8ecf56fc36 100644 --- a/keyboards/alk0/cornedeon/README.md +++ b/keyboards/alk0/cornedeon/README.md @@ -4,3 +4,5 @@ Improved Corne 3 keyboard with full 4x6 matrix. Keyboard Maintainer: [alk0](https://github.com/alk0-kbd/) [alko-kbd@alk0.ru](mailto:alko-kbd@alk0.ru) Hardware Supported: Corne 3 PCB, Handwired + +![Corne3-based Cornedeon](https://cornedeon.ru/img/cornedeon_3_overviev.jpg) diff --git a/keyboards/alk0/cornedeon/post_config.h b/keyboards/alk0/cornedeon/post_config.h deleted file mode 100644 index dcc194479b..0000000000 --- a/keyboards/alk0/cornedeon/post_config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#pragma once - -#ifndef OLED_FONT_H -# define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c" -#endif