diff options
Diffstat (limited to 'keyboards/aleblazer/zodiark')
7 files changed, 8 insertions, 7 deletions
diff --git a/keyboards/aleblazer/zodiark/keymaps/default/config.h b/keyboards/aleblazer/zodiark/keymaps/default/config.h index 0c89f634b..2e8732ecc 100644 --- a/keyboards/aleblazer/zodiark/keymaps/default/config.h +++ b/keyboards/aleblazer/zodiark/keymaps/default/config.h | |||
| @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | */ | 16 | */ |
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #ifdef OLED_DRIVER_ENABLE | 19 | #ifdef OLED_ENABLE |
| 20 | #define OLED_DISPLAY_128X64 | 20 | #define OLED_DISPLAY_128X64 |
| 21 | #define OLED_TIMEOUT 400000 | 21 | #define OLED_TIMEOUT 400000 |
| 22 | #endif | 22 | #endif |
diff --git a/keyboards/aleblazer/zodiark/keymaps/default/keymap.c b/keyboards/aleblazer/zodiark/keymaps/default/keymap.c index c09b483d9..84953ec58 100644 --- a/keyboards/aleblazer/zodiark/keymaps/default/keymap.c +++ b/keyboards/aleblazer/zodiark/keymaps/default/keymap.c | |||
| @@ -70,7 +70,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 70 | ) | 70 | ) |
| 71 | 71 | ||
| 72 | }; | 72 | }; |
| 73 | #ifdef OLED_DRIVER_ENABLE | 73 | #ifdef OLED_ENABLE |
| 74 | 74 | ||
| 75 | static void render_logo(void) { | 75 | static void render_logo(void) { |
| 76 | static const char PROGMEM qmk_logo[] = { | 76 | static const char PROGMEM qmk_logo[] = { |
diff --git a/keyboards/aleblazer/zodiark/keymaps/slimoled/config.h b/keyboards/aleblazer/zodiark/keymaps/slimoled/config.h index 36d9637e7..e2df253c3 100644 --- a/keyboards/aleblazer/zodiark/keymaps/slimoled/config.h +++ b/keyboards/aleblazer/zodiark/keymaps/slimoled/config.h | |||
| @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | */ | 16 | */ |
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #ifdef OLED_DRIVER_ENABLE | 19 | #ifdef OLED_ENABLE |
| 20 | #define OLED_DISPLAY_128X32 | 20 | #define OLED_DISPLAY_128X32 |
| 21 | #define OLED_TIMEOUT 400000 | 21 | #define OLED_TIMEOUT 400000 |
| 22 | #endif | 22 | #endif |
diff --git a/keyboards/aleblazer/zodiark/keymaps/slimoled/keymap.c b/keyboards/aleblazer/zodiark/keymaps/slimoled/keymap.c index 4f97953fd..99c5c5e4e 100644 --- a/keyboards/aleblazer/zodiark/keymaps/slimoled/keymap.c +++ b/keyboards/aleblazer/zodiark/keymaps/slimoled/keymap.c | |||
| @@ -73,7 +73,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 73 | ) | 73 | ) |
| 74 | 74 | ||
| 75 | }; | 75 | }; |
| 76 | #ifdef OLED_DRIVER_ENABLE | 76 | #ifdef OLED_ENABLE |
| 77 | 77 | ||
| 78 | static void render_logo(void) { | 78 | static void render_logo(void) { |
| 79 | static const char PROGMEM qmk_logo[] = { | 79 | static const char PROGMEM qmk_logo[] = { |
diff --git a/keyboards/aleblazer/zodiark/keymaps/via/config.h b/keyboards/aleblazer/zodiark/keymaps/via/config.h index 0c89f634b..2e8732ecc 100644 --- a/keyboards/aleblazer/zodiark/keymaps/via/config.h +++ b/keyboards/aleblazer/zodiark/keymaps/via/config.h | |||
| @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | */ | 16 | */ |
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #ifdef OLED_DRIVER_ENABLE | 19 | #ifdef OLED_ENABLE |
| 20 | #define OLED_DISPLAY_128X64 | 20 | #define OLED_DISPLAY_128X64 |
| 21 | #define OLED_TIMEOUT 400000 | 21 | #define OLED_TIMEOUT 400000 |
| 22 | #endif | 22 | #endif |
diff --git a/keyboards/aleblazer/zodiark/keymaps/via/oled.c b/keyboards/aleblazer/zodiark/keymaps/via/oled.c index 037fe2ff7..5e4959ab2 100644 --- a/keyboards/aleblazer/zodiark/keymaps/via/oled.c +++ b/keyboards/aleblazer/zodiark/keymaps/via/oled.c | |||
| @@ -12,7 +12,7 @@ You should have received a copy of the GNU General Public License | |||
| 12 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 12 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| 15 | #ifdef OLED_DRIVER_ENABLE | 15 | #ifdef OLED_ENABLE |
| 16 | 16 | ||
| 17 | static void render_logo(void) { | 17 | static void render_logo(void) { |
| 18 | static const char PROGMEM qmk_logo[] = { | 18 | static const char PROGMEM qmk_logo[] = { |
diff --git a/keyboards/aleblazer/zodiark/rules.mk b/keyboards/aleblazer/zodiark/rules.mk index 7582dc4f0..fbb3e2f59 100644 --- a/keyboards/aleblazer/zodiark/rules.mk +++ b/keyboards/aleblazer/zodiark/rules.mk | |||
| @@ -20,7 +20,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | OLED_DRIVER_ENABLE = yes # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C | 23 | OLED_ENABLE = yes |
| 24 | OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C | ||
| 24 | ENCODER_ENABLE = yes | 25 | ENCODER_ENABLE = yes |
| 25 | SPLIT_KEYBOARD = yes | 26 | SPLIT_KEYBOARD = yes |
| 26 | LTO_ENABLE = yes | 27 | LTO_ENABLE = yes |
