diff options
author | Aidan Smith <LeoneShamoth@gmail.com> | 2022-07-11 08:10:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 05:10:47 -0700 |
commit | 7a73f9a6b32b7f7f49772b0f1160c7e65002c263 (patch) | |
tree | 60a36b5cc750c31fc5b09538777d9cc2a0a9310e /keyboards/aidansmithdotdev/fine40/config.h | |
parent | 5e347f42a60fbf2ac5f2ac6c18b4bbea6c8d30f6 (diff) |
[Keyboard] Add Fine!40 PCB Support (#17426)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/aidansmithdotdev/fine40/config.h')
-rw-r--r-- | keyboards/aidansmithdotdev/fine40/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/aidansmithdotdev/fine40/config.h b/keyboards/aidansmithdotdev/fine40/config.h new file mode 100644 index 0000000000..43ac1e5dda --- /dev/null +++ b/keyboards/aidansmithdotdev/fine40/config.h @@ -0,0 +1,12 @@ +// Copyright 2022 Aidan Smith (@Aidan-OS) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "config_common.h" + +#define ENCODER_RESOLUTION 2 +#define ENCODERS_PAD_A { D5 } +#define ENCODERS_PAD_B { B7 } + +#define OLED_DISPLAY_128X64 //Comment this out to change the screen size |