diff options
author | QMK Bot <hello@qmk.fm> | 2023-03-10 17:40:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-03-10 17:40:52 +0000 |
commit | 4a91caf4fefbba3ef23f29e98b14a52ec4a1f2f0 (patch) | |
tree | e4a1a8e9fe8e27511f1cc6074e2262da3aaa3d4e /keyboards/macro3/post_config.h | |
parent | 45f540f3bb1bb833f89fded4c776fa1a9df33820 (diff) | |
parent | 7be63bb5243c6c95457001e429e928ed1203257a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/macro3/post_config.h')
-rw-r--r-- | keyboards/macro3/post_config.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/macro3/post_config.h b/keyboards/macro3/post_config.h deleted file mode 100644 index 4e2b6cf1b9..0000000000 --- a/keyboards/macro3/post_config.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright 2020 David Philip Barr <@davidphilipbarr> - * Copyright 2021 @filterpaper - * SPDX-License-Identifier: GPL-2.0+ - */ - -#pragma once - -/* Top right key */ -#ifndef BOOTMAGIC_LITE_ROW -# define BOOTMAGIC_LITE_ROW 0 -#endif -#ifndef BOOTMAGIC_LITE_COLUMN -# define BOOTMAGIC_LITE_COLUMN 3 -#endif - -#ifndef ENCODER_RESOLUTION -# define ENCODER_RESOLUTION 2 -#endif - |