diff options
author | harveysch <126267034+harveysch@users.noreply.github.com> | 2023-09-15 20:34:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 11:34:21 -0700 |
commit | e7ae5ec07c7655e0087c6a4cfcb2cbfec4713536 (patch) | |
tree | ba0b041c136d3636ebd9288c6a26c00a4feb7168 /keyboards/splitkb/aurora/helix/rev1/config.h | |
parent | 49f1cbd40eae67cde4c5fb03fe8c0db1e9522956 (diff) |
[Keyboard] Add splitkb.com's Aurora Helix (#21871)
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/splitkb/aurora/helix/rev1/config.h')
-rw-r--r-- | keyboards/splitkb/aurora/helix/rev1/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/splitkb/aurora/helix/rev1/config.h b/keyboards/splitkb/aurora/helix/rev1/config.h new file mode 100644 index 0000000000..bbf6c50073 --- /dev/null +++ b/keyboards/splitkb/aurora/helix/rev1/config.h @@ -0,0 +1,24 @@ +/* Copyright 2023 splitkb.com <support@splitkb.com> + * + * 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 <http://www.gnu.org/licenses/>. + */ + +#pragma once + +#define SPLIT_HAND_PIN D3 + +#define OLED_DISPLAY_128X32 +#define SPLIT_OLED_ENABLE + +#define RGB_MATRIX_LED_COUNT 76
\ No newline at end of file |