From 642bee3b6ea3386b90415c73bf234aa6eceb36e2 Mon Sep 17 00:00:00 2001 From: James Gzowski Date: Fri, 27 Sep 2024 13:12:01 +0100 Subject: [PATCH] Somei70 addition --- keyboards/somei70/config.h | 5 + keyboards/somei70/keyboard.json | 148 +++++++++++++++++++++ keyboards/somei70/keymaps/default/keymap.c | 126 ++++++++++++++++++ keyboards/somei70/keymaps/default/rules.mk | 3 + keyboards/somei70/readme.md | 23 ++++ keyboards/somei70/rules.mk | 1 + 6 files changed, 306 insertions(+) create mode 100644 keyboards/somei70/config.h create mode 100644 keyboards/somei70/keyboard.json create mode 100644 keyboards/somei70/keymaps/default/keymap.c create mode 100644 keyboards/somei70/keymaps/default/rules.mk create mode 100644 keyboards/somei70/readme.md create mode 100644 keyboards/somei70/rules.mk diff --git a/keyboards/somei70/config.h b/keyboards/somei70/config.h new file mode 100644 index 00000000000..1336a1f28b9 --- /dev/null +++ b/keyboards/somei70/config.h @@ -0,0 +1,5 @@ +// Copyright 2023 QMK +// SPDX-License-Identifier: GPL-2.0-or-later +#pragma once + +#define OLED_BRIGHTNESS 100 diff --git a/keyboards/somei70/keyboard.json b/keyboards/somei70/keyboard.json new file mode 100644 index 00000000000..cdb235909b7 --- /dev/null +++ b/keyboards/somei70/keyboard.json @@ -0,0 +1,148 @@ +{ + "manufacturer": "gzowski", + "keyboard_name": "Somei70", + "maintainer": "gzowski", + "processor": "RP2040", + "bootloader": "rp2040", + "diode_direction": "COL2ROW", + "features": { + "bootmagic": true, + "extrakey": true, + "oled": true, + "mousekey": true, + "nkro": true, + "wpm": true, + "rgb_matrix": true + }, + "rgb_matrix": { + "animations": { + "gradient_left_right": true, + "breathing": true, + "band_sat": true, + "band_val": true, + "cycle_all": true, + "cycle_left_right": true, + "rainbow_moving_chevron": true, + "cycle_out_in": true, + "cycle_out_in_dual": true, + "dual_beacon": true, + "rainbow_beacon": true, + "raindrops": true, + "jellybean_raindrops": true, + "hue_breathing": true, + "hue_pendulum": true, + "hue_wave": true, + }, + "led_flush_limit": 14, + "max_brightness": 200, + "led_process_limit": 5, + "sleep": true + "driver": "ws2812", + "layout": [ + {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0}, + {"flags": 4, "matrix": [0, 1], "x": 16, "y": 0}, + {"flags": 4, "matrix": [0, 2], "x": 33, "y": 0}, + {"flags": 4, "matrix": [0, 3], "x": 49, "y": 0}, + {"flags": 4, "matrix": [0, 4], "x": 65, "y": 0}, + {"flags": 4, "matrix": [0, 5], "x": 81, "y": 0}, + {"flags": 4, "matrix": [0, 6], "x": 86, "y": 0}, + {"flags": 4, "matrix": [0, 7], "x": 102, "y": 0}, + {"flags": 4, "matrix": [0, 8], "x": 118, "y": 0}, + {"flags": 4, "matrix": [0, 9], "x": 134, "y": 0}, + {"flags": 4, "matrix": [0, 10], "x": 150, "y": 0}, + {"flags": 4, "matrix": [0, 11], "x": 166, "y": 0}, + {"flags": 4, "matrix": [0, 12], "x": 182, "y": 0}, + {"flags": 4, "matrix": [0, 13], "x": 206, "y": 0} + ] + }, + "matrix_pins": { + "cols": ["GP28", "GP27", "GP26", "GP22", "GP20", "GP23", "GP21", "GP16", "GP15", "GP14", "GP13", "GP12", "GP9", "GP8", "GP7"], + "rows": ["GP1", "GP29", "GP6", "GP5", "GP4"] + }, + "url": "https://github.com/gzowski/somei70", + "usb": { + "device_version": "1.0.0", + "pid": "0x6F64", + "vid": "0x73CA" + }, + "ws2812": { + "pin": "GP0", + "driver": "vendor" + }, + "layouts": { + "LAYOUT_5x15": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0}, + {"matrix": [0, 1], "x": 1, "y": 0}, + {"matrix": [0, 2], "x": 2, "y": 0}, + {"matrix": [0, 3], "x": 3, "y": 0}, + {"matrix": [0, 4], "x": 4, "y": 0}, + {"matrix": [0, 5], "x": 5, "y": 0}, + {"matrix": [0, 6], "x": 6, "y": 0}, + {"matrix": [0, 7], "x": 7, "y": 0}, + {"matrix": [0, 8], "x": 8, "y": 0}, + {"matrix": [0, 9], "x": 9, "y": 0}, + {"matrix": [0, 10], "x": 10, "y": 0}, + {"matrix": [0, 11], "x": 11, "y": 0}, + {"matrix": [0, 12], "x": 12, "y": 0}, + {"matrix": [0, 13], "x": 13, "y": 0}, + {"matrix": [1, 0], "x": 0, "y": 1}, + {"matrix": [1, 1], "x": 1, "y": 1}, + {"matrix": [1, 2], "x": 2, "y": 1}, + {"matrix": [1, 3], "x": 3, "y": 1}, + {"matrix": [1, 4], "x": 4, "y": 1}, + {"matrix": [1, 5], "x": 5, "y": 1}, + {"matrix": [1, 6], "x": 6, "y": 1}, + {"matrix": [1, 7], "x": 7, "y": 1}, + {"matrix": [1, 8], "x": 8, "y": 1}, + {"matrix": [1, 9], "x": 9, "y": 1}, + {"matrix": [1, 10], "x": 10, "y": 1}, + {"matrix": [1, 11], "x": 11, "y": 1}, + {"matrix": [1, 12], "x": 12, "y": 1}, + {"matrix": [1, 13], "x": 13, "y": 1}, + {"matrix": [2, 0], "x": 0, "y": 2}, + {"matrix": [2, 1], "x": 1, "y": 2}, + {"matrix": [2, 2], "x": 2, "y": 2}, + {"matrix": [2, 3], "x": 3, "y": 2}, + {"matrix": [2, 4], "x": 4, "y": 2}, + {"matrix": [2, 5], "x": 5, "y": 2}, + {"matrix": [2, 6], "x": 6, "y": 2}, + {"matrix": [2, 7], "x": 7, "y": 2}, + {"matrix": [2, 8], "x": 8, "y": 2}, + {"matrix": [2, 9], "x": 9, "y": 2}, + {"matrix": [2, 10], "x": 10, "y": 2}, + {"matrix": [2, 11], "x": 11, "y": 2}, + {"matrix": [2, 12], "x": 12, "y": 2}, + {"matrix": [2, 13], "x": 13, "y": 2}, + {"matrix": [2, 14], "x": 14, "y": 2}, + {"matrix": [3, 0], "x": 0, "y": 3}, + {"matrix": [3, 1], "x": 1, "y": 3}, + {"matrix": [3, 2], "x": 2, "y": 3}, + {"matrix": [3, 3], "x": 3, "y": 3}, + {"matrix": [3, 4], "x": 4, "y": 3}, + {"matrix": [3, 5], "x": 5, "y": 3}, + {"matrix": [3, 6], "x": 6, "y": 3}, + {"matrix": [3, 7], "x": 7, "y": 3}, + {"matrix": [3, 8], "x": 8, "y": 3}, + {"matrix": [3, 9], "x": 9, "y": 3}, + {"matrix": [3, 10], "x": 10, "y": 3}, + {"matrix": [3, 11], "x": 11, "y": 3}, + {"matrix": [3, 12], "x": 12, "y": 3}, + {"matrix": [3, 13], "x": 13, "y": 3}, + {"matrix": [3, 14], "x": 14, "y": 3}, + {"matrix": [4, 0], "x": 0, "y": 4}, + {"matrix": [4, 1], "x": 1, "y": 4}, + {"matrix": [4, 2], "x": 2, "y": 4}, + {"matrix": [4, 3], "x": 3, "y": 4}, + {"matrix": [4, 4], "x": 4, "y": 4}, + {"matrix": [4, 5], "x": 5, "y": 4}, + {"matrix": [4, 6], "x": 6, "y": 4}, + {"matrix": [4, 7], "x": 7, "y": 4}, + {"matrix": [4, 8], "x": 8, "y": 4}, + {"matrix": [4, 9], "x": 9, "y": 4}, + {"matrix": [4, 10], "x": 10, "y": 4}, + {"matrix": [4, 11], "x": 11, "y": 4}, + ] + } + } +} diff --git a/keyboards/somei70/keymaps/default/keymap.c b/keyboards/somei70/keymaps/default/keymap.c new file mode 100644 index 00000000000..0b95f0e53c5 --- /dev/null +++ b/keyboards/somei70/keymaps/default/keymap.c @@ -0,0 +1,126 @@ +// Copyright 2024 James Gzowski +// SPDX-License-Identifier: GPL-2.0-or-later +#include QMK_KEYBOARD_H +enum custom_layer { + _LAYERA, + _LAYERB, + _LAYERC +}; + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + [_LAYERA] = LAYOUT_5x15( + KC_ESC ,KC_1 ,KC_2 ,KC_3 ,KC_4 ,KC_5 ,KC_6 ,KC_7 ,KC_8 ,KC_9 ,KC_0 ,KC_MINS,KC_EQL ,KC_BSPC, + KC_TAB ,KC_Q ,KC_W ,KC_E ,KC_R ,KC_T ,KC_Y ,KC_U ,KC_I ,KC_O ,KC_P ,KC_LBRC,KC_RBRC,KC_BSLS, + KC_CAPS,KC_A ,KC_S ,KC_D ,KC_F ,KC_G ,KC_H ,KC_J ,KC_K ,KC_L ,KC_SCLN,KC_QUOT,KC_GRV , KC_DEL, KC_PGUP, + KC_LSFT,KC_Z ,KC_X ,KC_C ,KC_V ,KC_B ,KC_N ,KC_M ,KC_COMM,KC_DOT ,KC_SLSH,KC_RSFT,KC_INS , KC_UP , KC_PGDN, + KC_LCTL,KC_LGUI ,KC_LALT ,KC_SPC ,KC_MUTE,KC_ENT ,KC_RALT,MO(_LAYERB),KC_RCTL ,KC_LEFT,KC_DOWN, KC_RGHT +), + [_LAYERB] = LAYOUT_5x15( + KC_ESC ,KC_F1 ,KC_F2 ,KC_F3 ,KC_F4 ,KC_F5 ,KC_F6 ,KC_F7 ,KC_F8 ,KC_F9 ,KC_F10 ,KC_F11 ,KC_F12 ,KC_PSCR, + KC_TAB ,RGB_MOD ,RGB_VAD,RGB_VAI,RGB_SPD,RGB_SPI,RGB_HUD,RGB_HUI,RGB_SAD,RGB_SAI,KC_P ,KC_LBRC,KC_RBRC,KC_BSLS, + KC_CAPS,KC_A ,KC_S ,KC_D ,KC_F ,KC_G ,KC_H ,KC_J ,KC_K ,KC_L ,KC_SCLN,KC_QUOT,KC_GRV , KC_DEL, KC_PGUP, + KC_LSFT,KC_Z ,KC_X ,KC_C ,KC_V ,KC_B ,KC_N ,KC_M ,KC_COMM,KC_DOT ,KC_SLSH,KC_RSFT,KC_INS , KC_UP , KC_PGDN, + KC_LCTL,KC_LGUI ,KC_LALT ,KC_SPC ,RGB_TOG,KC_ENT ,KC_RALT,_______,KC_RCTL ,KC_LEFT,KC_DOWN, KC_RGHT +), + [_LAYERC] = LAYOUT_5x15( + KC_ESC ,KC_F1 ,KC_F2 ,KC_F3 ,KC_F4 ,KC_F5 ,KC_F6 ,KC_F7 ,KC_F8 ,KC_F9 ,KC_F10 ,KC_F11 ,KC_F12 ,KC_PSCR, + KC_TAB ,RGB_MOD ,RGB_VAD,RGB_VAI,RGB_SPD,RGB_SPI,RGB_HUD,RGB_HUI,RGB_SAD,RGB_SAI,KC_P ,KC_LBRC,KC_RBRC,KC_BSLS, + KC_CAPS,KC_A ,KC_S ,KC_D ,KC_F ,KC_G ,KC_H ,KC_J ,KC_K ,KC_L ,KC_SCLN,KC_QUOT,KC_GRV , KC_DEL, KC_PGUP, + KC_LSFT,KC_Z ,KC_X ,KC_C ,KC_V ,KC_B ,KC_N ,KC_M ,KC_COMM,KC_DOT ,KC_SLSH,KC_RSFT,KC_INS , KC_UP , KC_PGDN, + KC_LCTL,KC_LGUI ,KC_LALT ,KC_SPC ,RGB_TOG,KC_ENT ,KC_RALT,_______,KC_RCTL ,KC_LEFT,KC_DOWN, KC_RGHT +) +}; + +#ifdef OLED_ENABLE +static uint8_t oled_mode = 0; +static uint8_t esc_press_count = 0; +static uint16_t esc_timer = 0; + +//Stats display +void render_stats(void) { + char wpm_str[10]; + snprintf(wpm_str, sizeof(wpm_str), "WPM: %03u", get_current_wpm()); + oled_write_ln(wpm_str, false); + if (host_keyboard_led_state().caps_lock) { + oled_write_P(PSTR("CAPS: On "), false); + } else { + oled_write_P(PSTR("CAPS: Off "), false); + } + if (keymap_config.nkro) { + oled_write_ln("NKRO: On", false); + } else { + oled_write_ln("NKRO: Off", false); + } + uint8_t brightness = rgblight_get_val(); + char brightness_str[255]; + snprintf(brightness_str, sizeof(brightness_str), "LED Brightness: %03u", brightness); + oled_write_ln(brightness_str, false); + oled_write_ln(PSTR("P: 0x6F64 V: 0x73CA"), false); +} + +//Static images +static void render_caps(void) { + static const char PROGMEM my_caps[] = { + 0,128,192,192,248,120, 8, 8, 24, 24, 48, 96, 96,176, 24, 12, 4, 6, 6, 30, 60, 48, 48,240,240, 16, 16, 16, 16, 16, 16, 16, 16, 16,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144, 16, 16, 16,144,208,208,248,120, 24, 24, 24, 24, 48, 96, 96,176, 24, 12, 4, 6, 6, 30, 60, 48, 48,240,224, 0, 0, 0, 0, 0, 0, 0, + 0, 7, 31, 56, 64,128,128,128,192,192,192,224,192,225,255,240,240,128,128, 64, 64, 48, 24, 7, 7, 6, 4,140,216,120, 48, 0, 0, 0,128,128,128,128,128, 0, 0, 0,240,248, 12, 12, 12, 12, 12, 28, 56, 0, 0,240,248,156, 12, 12, 12, 12,156,248,240, 0, 0,248,252,156, 12, 12, 12, 12,152,240, 0, 0, 32,112,216,140,140,140, 12, 12, 4, 0, 0, 0, 0,128,128,128,128,128, 0, 0, 0, 7, 31, 56, 64,128,128,128,192,192,192,224,192,225,255,240,240,128,128, 64, 64, 48, 24, 7, 7, 6, 4,140,216,120, 48, 0, + 0,224,240, 24, 4, 3, 1, 0, 0, 0, 0, 6,255,135, 7, 15, 31, 17, 49, 32, 32, 32, 96,224,224, 32, 48, 17, 27, 14, 4, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 15, 31, 48, 48, 48, 48, 48, 56, 28, 0, 0, 63, 63, 3, 1, 1, 1, 1, 3, 63, 63, 0, 0, 63, 63, 3, 3, 3, 3, 3, 1, 0, 0, 0, 16, 48, 48, 49, 49, 49, 27, 14, 4, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0,224,240, 24, 4, 3, 1, 0, 0, 0, 0, 6,255,135, 7, 15, 31, 17, 49, 32, 32, 32, 96,224,224, 32, 48, 17, 27, 14, 4, 0, + 0, 3, 7, 6, 30, 60, 48, 32, 48, 48, 24, 12, 7, 7, 12, 16, 32, 96, 96,120,124, 60, 12, 15, 15, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 11, 15, 14, 30, 60, 48, 32, 48, 48, 24, 12, 7, 7, 12, 16, 32, 96, 96,120,124, 60, 12, 15, 7, 0, 0, 0, 0, 0, 0, 0, + }; + oled_write_raw_P(my_caps, sizeof(my_caps)); +} + +static void render_logo(void) { + static const char PROGMEM my_logo[] = { + 0,128,192,192,248,120, 8, 8, 24, 24, 48, 96, 96,176, 24, 12, 4, 6, 6, 30, 60, 48, 48,240,240, 16, 16, 16, 16, 16, 16, 16, 16, 16,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144, 16, 16, 16,144,208,208,248,120, 24, 24, 24, 24, 48, 96, 96,176, 24, 12, 4, 6, 6, 30, 60, 48, 48,240,224, 0, 0, 0, 0, 0, 0, 0, + 0, 7, 31, 56, 64,128,128,128,192,192,192,224,192,225,255,240,240,128,128, 64, 64, 48, 24, 7, 7, 6, 4,140,216,120, 48, 0, 48,120,204,204,204,204,204,140, 8, 0, 0,240,248, 12, 12, 12, 12, 12,248,240, 0, 0,248,252, 24, 48, 96, 96, 48, 24,252,248, 0, 0,248,252,140,140,140, 12, 8, 0, 0,252,252, 0, 0, 8, 12, 12, 12, 12,252,248, 0, 0,240,248, 12, 12,140, 76,248,240, 0, 7, 31, 56, 64,128,128,128,192,192,192,224,192,225,255,240,240,128,128, 64, 64, 48, 24, 7, 7, 6, 4,140,216,120, 48, 0, + 0,224,240, 24, 4, 3, 1, 0, 0, 0, 0, 6,255,135, 7, 15, 31, 17, 49, 32, 32, 32, 96,224,224, 32, 48, 17, 27, 14, 4, 0, 16, 48, 48, 48, 48, 48, 48, 63, 15, 0, 0, 15, 31, 48, 48, 48, 48, 48, 31, 15, 0, 0, 63, 31, 0, 0, 0, 0, 0, 0, 31, 63, 0, 0, 31, 63, 49, 49, 49, 48, 16, 0, 0, 63, 63, 0, 0, 0, 0, 0, 0, 0, 63, 63, 0, 0, 15, 31, 50, 49, 48, 48, 31, 15, 0,224,240, 24, 4, 3, 1, 0, 0, 0, 0, 6,255,135, 7, 15, 31, 17, 49, 32, 32, 32, 96,224,224, 32, 48, 17, 27, 14, 4, 0, + 0, 3, 7, 6, 30, 60, 48, 32, 48, 48, 24, 12, 7, 7, 12, 16, 32, 96, 96,120,124, 60, 12, 15, 15, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 11, 15, 14, 30, 60, 48, 32, 48, 48, 24, 12, 7, 7, 12, 16, 32, 96, 96,120,124, 60, 12, 15, 7, 0, 0, 0, 0, 0, 0, 0, + }; + oled_write_raw_P(my_logo, sizeof(my_logo));} + +//Render chosen display +void render_oled_display(void) { + if (oled_mode == 0) { + if (host_keyboard_led_state().caps_lock) { + render_caps(); + } else { + render_logo(); + } + } else if (oled_mode == 1) { + render_stats(); + } +} + +//Rotate 180 degrees +oled_rotation_t oled_init_user(oled_rotation_t rotation) { + return OLED_ROTATION_180; + } + +bool oled_task_user(void) { + render_oled_display(); + return false; +} +#endif + +//Record keypress +bool process_record_user(uint16_t keycode, keyrecord_t *record) { + switch (keycode) { + case KC_ESC: + if (record->event.pressed) { + if (timer_elapsed(esc_timer) > 250) { + esc_press_count = 0; + } + esc_press_count++; + esc_timer = timer_read(); + + if (esc_press_count == 3) { + oled_clear(); + oled_mode = (oled_mode == 0) ? 1 : 0; + esc_press_count = 0; + } + } + break; + } + return true; +} + diff --git a/keyboards/somei70/keymaps/default/rules.mk b/keyboards/somei70/keymaps/default/rules.mk new file mode 100644 index 00000000000..842a2a32bca --- /dev/null +++ b/keyboards/somei70/keymaps/default/rules.mk @@ -0,0 +1,3 @@ +VIA_ENABLE = yes +OLED_ENABLE = yes +OLED_DRIVER = ssd1306 diff --git a/keyboards/somei70/readme.md b/keyboards/somei70/readme.md new file mode 100644 index 00000000000..21b80a84112 --- /dev/null +++ b/keyboards/somei70/readme.md @@ -0,0 +1,23 @@ +# Somei70 + +70 key alternative layout + +* Keyboard Maintainer: [James Gzowski](https://github.com/gzowski) +* Hardware Supported: Elite-Pi, Frood, 0xB2 Splinky or similar, requires D9-D15 pins +* Build Guide: [Somei70](https://github.com/gzowski/somei70) + +Make example for this keyboard (after setting up your build environment): + + make somei70:default + +Flashing example for this keyboard: + + make somei70:default:flash + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +## Bootloader + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard +* **Physical reset button**: Briefly press the button on the PCB, if using a RP2040 press repeatidly to enter boot mode. +* **Hold down boot loader button on MCU** Hold down the boot loader button on the MCU while plugging in the keyboard diff --git a/keyboards/somei70/rules.mk b/keyboards/somei70/rules.mk new file mode 100644 index 00000000000..6e7633bfe01 --- /dev/null +++ b/keyboards/somei70/rules.mk @@ -0,0 +1 @@ +# This file intentionally left blank