diff options
author | Aleblazer <60912320+Aleblazer@users.noreply.github.com> | 2021-03-06 12:56:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 18:56:48 +0000 |
commit | 86e28b4db84223152d959288f17e5bcfc5960e75 (patch) | |
tree | ead8a074100d7e5decf13954c3eff312cfe5489f /keyboards/aleblazer/zodiark/keymaps/via/config.h | |
parent | 9c94de070a651c477ed8d65228af4255a35ea6aa (diff) | |
download | qmk_firmware-86e28b4db84223152d959288f17e5bcfc5960e75.tar.gz qmk_firmware-86e28b4db84223152d959288f17e5bcfc5960e75.zip |
Adding Zodiark Split keyboard (#11837)
* Adding Files for Zodiark
* zodiark.h and keymap.c layout corrections
* Apply suggestions from code review
Applied all suggestions from zvecr.
Co-authored-by: Joel Challis <git@zvecr.com>
* Applied all suggestions from fauxpark
Co-authored-by: Ryan <fauxpark@gmail.com>
* Defined matrix driver
* Update keymap with GPL2
* Added GPL2+ to All keymap.c, cleaned up config.h, and removed the rgbmatrixwip keymap
* Apply suggestions from code review
Removed the two lines from the config.h and changed to the smaller resolution picture on the Readme.
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
* Added VIA keymap
* Corrected VIA Keymap oled.c
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/aleblazer/zodiark/keymaps/via/config.h')
-rw-r--r-- | keyboards/aleblazer/zodiark/keymaps/via/config.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/aleblazer/zodiark/keymaps/via/config.h b/keyboards/aleblazer/zodiark/keymaps/via/config.h new file mode 100644 index 0000000000..0c89f634bc --- /dev/null +++ b/keyboards/aleblazer/zodiark/keymaps/via/config.h @@ -0,0 +1,22 @@ +/* +Copyright 2021 Spencer Deven <splitlogicdesign@gmail.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 3 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 + +#ifdef OLED_DRIVER_ENABLE + #define OLED_DISPLAY_128X64 + #define OLED_TIMEOUT 400000 +#endif |