diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-09 10:57:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 23:57:42 +0000 |
commit | ccb6c908dd71fac3dfa89f2d8baa8196eac9994f (patch) | |
tree | bab09e492e5ac8e14fc2ee127938ee544954fa49 /keyboards/akb | |
parent | f9aeea64c1f85d388485503e52035b5f7533ed26 (diff) |
Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)
* Remove `SOFT_SERIAL_PIN` for non-split boards
* Delete more empty config.h
Diffstat (limited to 'keyboards/akb')
-rw-r--r-- | keyboards/akb/ogr/config.h | 20 | ||||
-rw-r--r-- | keyboards/akb/ogrn/config.h | 20 |
2 files changed, 0 insertions, 40 deletions
diff --git a/keyboards/akb/ogr/config.h b/keyboards/akb/ogr/config.h deleted file mode 100644 index 5bb1cbd09f..0000000000 --- a/keyboards/akb/ogr/config.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 Martin Arnstad (@arnstadm) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/akb/ogrn/config.h b/keyboards/akb/ogrn/config.h deleted file mode 100644 index ef8bb6d07b..0000000000 --- a/keyboards/akb/ogrn/config.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 arnstadm (@arnstadm) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT |