aboutsummaryrefslogtreecommitdiff
path: root/keyboards/splitkb
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-02-23 10:57:24 -0800
committerGitHub <noreply@github.com>2021-02-23 10:57:24 -0800
commit0b69e4df818c2515cf4eee3d8b6fd4a07775b887 (patch)
treebdeee9c5a88c2aef8aca366b3e6ea986f44174c0 /keyboards/splitkb
parent11146ecd086c6b6736ab3c5947f26a96be642671 (diff)
downloadqmk_firmware-0b69e4df818c2515cf4eee3d8b6fd4a07775b887.tar.gz
qmk_firmware-0b69e4df818c2515cf4eee3d8b6fd4a07775b887.zip
[Keymap] Drashna Updates - Split+OLED edition (#11968)
Diffstat (limited to 'keyboards/splitkb')
-rw-r--r--keyboards/splitkb/zima/keymaps/drashna/config.h32
-rw-r--r--keyboards/splitkb/zima/keymaps/drashna/keymap.c140
-rw-r--r--keyboards/splitkb/zima/keymaps/drashna/readme.md7
-rw-r--r--keyboards/splitkb/zima/keymaps/drashna/rules.mk2
4 files changed, 181 insertions, 0 deletions
diff --git a/keyboards/splitkb/zima/keymaps/drashna/config.h b/keyboards/splitkb/zima/keymaps/drashna/config.h
new file mode 100644
index 000000000..91d657eda
--- /dev/null
+++ b/keyboards/splitkb/zima/keymaps/drashna/config.h
@@ -0,0 +1,32 @@
1/* Copyright 2019 Thomas Baart
2 * Copyright 2021 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#pragma once
19
20#define OLED_FONT_H "users/drashna/drashna_font.h"
21#define OLED_UPDATE_INTERVAL 15
22#define OLED_DISABLE_TIMEOUT
23#define OLED_FONT_END 255
24// # define OLED_FONT_5X5
25// # define OLED_FONT_AZTECH
26// # define OLED_FONT_BMPLAIN
27# define OLED_FONT_SUPER_DIGG
28// # define OLED_LOGO_GMK_BAD
29// # define OLED_LOGO_HUE_MANITEE
30// # define OLED_LOGO_CORNE
31// # define OLED_LOGO_GOTHAM
32#define OLED_LOGO_SCIFI
diff --git a/keyboards/splitkb/zima/keymaps/drashna/keymap.c b/keyboards/splitkb/zima/keymaps/drashna/keymap.c
new file mode 100644
index 000000000..9d3919ee2
--- /dev/null
+++ b/keyboards/splitkb/zima/keymaps/drashna/keymap.c
@@ -0,0 +1,140 @@
1/* Copyright 2019 Thomas Baart
2 * Copyright 2021 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17#include QMK_KEYBOARD_H
18#include <stdio.h>
19
20#ifdef HAPTIC_ENABLE
21# include "haptic.h"
22extern haptic_config_t haptic_config;
23#endif
24
25const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
26 [0] = LAYOUT_ortho_4x3( /* Base */
27 KC_MUTE, TG(1), TG(2),
28 KC_P7, KC_P8, KC_P9,
29 KC_P4, KC_P5, KC_P6,
30 KC_P1, KC_P2, KC_P3
31 ),
32 [1] = LAYOUT_ortho_4x3( /* Layer 1 */
33 RESET, _______, XXXXXXX,
34 AU_ON, AU_OFF, XXXXXXX,
35 CK_TOGG, XXXXXXX, CK_UP,
36 CK_RST, XXXXXXX, CK_DOWN
37 ),
38 [2] = LAYOUT_ortho_4x3( /* Layer 2*/
39 RGB_TOG, RGB_MOD, _______,
40 RGB_HUI, RGB_SAI, RGB_VAI,
41 RGB_HUD, RGB_SAD, RGB_VAD,
42 HPT_TOG, HPT_FBK, HPT_CONT
43 )
44};
45
46
47static bool is_asleep = false;
48static uint32_t oled_timer;
49
50void render_oled_logo(void) {
51 // clang-format off
52 static const char PROGMEM qmk_logo[] = {
53 0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8a,0x8b,0x8c,0x8d,0x8e,0x8f,0x90,0x91,0x92,0x93,0x94,
54 0xa0,0xa1,0xa2,0xa3,0xa4,0xa5,0xa6,0xa7,0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,0xb0,0xb1,0xb2,0xb3,0xb4,
55 0xc0,0xc1,0xc2,0xc3,0xc4,0xc5,0xc6,0xc7,0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf,0xd0,0xd1,0xd2,0xd3,0xd4,0};
56 // clang-format on
57 oled_write_ln_P(qmk_logo, false);
58}
59
60void render_user_status(void) {
61 static const char PROGMEM audio_status[2][3] = {{0xE0, 0xE1, 0}, {0xE2, 0xE3, 0}};
62 oled_write_P(audio_status[is_audio_on()], false);
63 static const char PROGMEM audio_clicky_status[2][3] = {{0xF4, 0xF5, 0}, {0xF6, 0xF7, 0}};
64 oled_write_P(audio_clicky_status[is_clicky_on() && is_audio_on()], false);
65 static const char PROGMEM rgb_layer_status[2][3] = {{0xEE, 0xEF, 0}, {0xF0, 0xF1, 0}};
66 oled_write_P(rgb_layer_status[rgblight_is_enabled()], false);
67 static const char PROGMEM nukem_good[2][3] = {{0xF8, 0xF9, 0}, {0xF6, 0xF7, 0}};
68 oled_write_P(nukem_good[0], haptic_config.enable);
69}
70
71void keyboard_post_init_user(void) {
72 oled_scroll_set_speed(0);
73}
74
75void oled_task_user(void) {
76 if (is_asleep) {
77 oled_off();
78 return;
79 }
80
81 if (timer_elapsed32(oled_timer) < 30000) {
82 oled_on();
83 oled_scroll_off();
84 oled_write_P(PSTR("SplitKB's Zima"), false);
85 char layer[2] = {0};
86 snprintf(layer, sizeof(layer), "%d", get_highest_layer(layer_state));
87 oled_write_P(PSTR(" L:"), false);
88 oled_write_ln(layer, false);
89 oled_write_ln_P(PSTR("--------------"), false);
90 if (rgblight_is_enabled()) {
91 oled_write_P(PSTR("HSV: "), false);
92 char rgbs[14];
93 snprintf(rgbs, sizeof(rgbs), "%3d, %3d, %3d", rgblight_get_hue(), rgblight_get_sat(), rgblight_get_val());
94 oled_write_ln(rgbs, false);
95 } else {
96 oled_write_ln_P(PSTR("RGB LIGHT DISABLED"), false);
97 }
98 render_user_status();
99 } else {
100 if (timer_elapsed32(oled_timer) < 120000) {
101 oled_on();
102 render_oled_logo();
103 oled_scroll_right();
104 } else {
105 oled_off();
106 }
107 }
108}
109
110void suspend_power_down_user(void) {
111 is_asleep = true;
112}
113
114void suspend_wakeup_init_user(void) {
115 is_asleep = false;
116}
117
118bool process_record_user(uint16_t keycode, keyrecord_t* record) {
119 oled_timer = timer_read32();
120
121 return true;
122}
123
124
125 void encoder_update_user(uint8_t index, bool clockwise) {
126 if (clockwise) {
127 tap_code16(KC_VOLU);
128 } else {
129 tap_code16(KC_VOLD);
130 }
131# ifdef OLED_DRIVER_ENABLE
132 oled_timer = timer_read32();
133# endif
134# if defined(AUDIO_ENABLE) && defined(AUDIO_CLICKY)
135 if (is_audio_on() && is_clicky_on()) clicky_play();
136# endif
137# ifdef HAPTIC_ENABLE
138 if (haptic_config.enable) haptic_play();
139# endif
140}
diff --git a/keyboards/splitkb/zima/keymaps/drashna/readme.md b/keyboards/splitkb/zima/keymaps/drashna/readme.md
new file mode 100644
index 000000000..0f78f4bf1
--- /dev/null
+++ b/keyboards/splitkb/zima/keymaps/drashna/readme.md
@@ -0,0 +1,7 @@
1# The default keymap for zima
2
3This includes support for the OLED and Encoder. However, the actual code is found in the `zima.c` file. This can be replaced by adding your own `oled_task_user(void)` and `encoder_update_user` functinons. These will replace what is in the keyboard, and allow you to customize these features.
4
5The reason that this is done this way, is so that this functionality will work on the [QMK Configurator](https://config.qmk.fm/#/splitkb/zima/LAYOUT_ortho_4x3)
6
7For reference, the code used for the oled and encoder defaults is in [zima.c](https://github.com/qmk/qmk_firmware/tree/master/keyboards/splitkb/zima/zima.c).
diff --git a/keyboards/splitkb/zima/keymaps/drashna/rules.mk b/keyboards/splitkb/zima/keymaps/drashna/rules.mk
new file mode 100644
index 000000000..b9a1f7f25
--- /dev/null
+++ b/keyboards/splitkb/zima/keymaps/drashna/rules.mk
@@ -0,0 +1,2 @@
1# is intentional. won't compile under size, otherwise.
2USER_NAME := not_drashna