forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ryan <[email protected]> Co-authored-by: László Bácsi <[email protected]> Co-authored-by: Joel Challis <[email protected]>
- Loading branch information
1 parent
9baafef
commit 45d6021
Showing
11 changed files
with
991 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Copyright 2023 ZSA Technology Labs, Inc <@zsa> | ||
// Copyright 2023 Christopher Courtney, aka Drashna Jael're (@drashna) <[email protected]> | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
|
||
#define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND | ||
#define IS31FL3731_I2C_ADDRESS_2 IS31FL3731_I2C_ADDRESS_VCC | ||
|
||
#define IS31FL3731_I2C_TIMEOUT 5 | ||
|
||
#define MOUSEKEY_WHEEL_INTERVAL MOUSEKEY_INTERVAL | ||
#define MOUSEKEY_WHEEL_MAX_SPEED MOUSEKEY_MAX_SPEED | ||
#define MOUSEKEY_WHEEL_TIME_TO_MAX MOUSEKEY_TIME_TO_MAX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* Copyright 2021 QMK | ||
* | ||
* 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 <https://www.gnu.org/licenses/>. | ||
*/ | ||
#pragma once | ||
|
||
#define HAL_USE_I2C TRUE | ||
|
||
#include_next <halconf.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
{ | ||
"manufacturer": "ZSA Technology Labs", | ||
"keyboard_name": "Voyager", | ||
"maintainer": "ZSA Technology Labs", | ||
"url": "zsa.io/voyager", | ||
"processor": "STM32F303", | ||
"bootloader": "custom", | ||
"usb": { | ||
"vid": "0x3297", | ||
"pid": "0x1977", | ||
"device_version": "0.0.1", | ||
"shared_endpoint": { | ||
"mouse": false | ||
} | ||
}, | ||
"features": { | ||
"bootmagic": true, | ||
"caps_word": true, | ||
"deferred_exec": true, | ||
"mousekey": true, | ||
"extrakey": true, | ||
"nkro": true, | ||
"swap_hands": true, | ||
"rgb_matrix": true | ||
}, | ||
"bootmagic": { | ||
"matrix": [0, 1] | ||
}, | ||
"diode_direction": "ROW2COL", | ||
"matrix_size": { | ||
"cols": 7, | ||
"rows": 12 | ||
}, | ||
"mousekey": { | ||
"delay": 0, | ||
"interval": 20, | ||
"max_speed": 7, | ||
"time_to_max": 60, | ||
"wheel_delay": 400 | ||
}, | ||
"qmk": { | ||
"locking": { | ||
"enabled": true, | ||
"resync": true | ||
} | ||
}, | ||
"rgb_matrix": { | ||
"driver": "is31fl3731", | ||
"led_flush_limit": 26, | ||
"led_process_limit": 5, | ||
"max_brightness": 175, | ||
"sleep": true, | ||
"animations": { | ||
"alphas_mods": true, | ||
"gradient_up_down": true, | ||
"gradient_left_right": true, | ||
"breathing": true, | ||
"band_sat": true, | ||
"band_val": true, | ||
"band_pinwheel_sat": true, | ||
"band_pinwheel_val": true, | ||
"band_spiral_sat": true, | ||
"band_spiral_val": true, | ||
"cycle_all": true, | ||
"cycle_left_right": true, | ||
"cycle_up_down": true, | ||
"cycle_out_in": true, | ||
"cycle_out_in_dual": true, | ||
"rainbow_moving_chevron": true, | ||
"cycle_pinwheel": true, | ||
"cycle_spiral": true, | ||
"dual_beacon": true, | ||
"rainbow_beacon": true, | ||
"rainbow_pinwheels": true, | ||
"flower_blooming": true, | ||
"raindrops": true, | ||
"jellybean_raindrops": true, | ||
"hue_breathing": true, | ||
"hue_pendulum": true, | ||
"hue_wave": true, | ||
"pixel_fractal": true, | ||
"pixel_flow": true, | ||
"pixel_rain": true, | ||
"typing_heatmap": true, | ||
"digital_rain": true, | ||
"solid_reactive_simple": true, | ||
"solid_reactive": true, | ||
"solid_reactive_wide": true, | ||
"solid_reactive_multiwide": true, | ||
"solid_reactive_cross": true, | ||
"solid_reactive_multicross": true, | ||
"solid_reactive_nexus": true, | ||
"solid_reactive_multinexus": true, | ||
"splash": true, | ||
"multisplash": true, | ||
"solid_splash": true, | ||
"solid_multisplash": true, | ||
"starlight": true, | ||
"starlight_dual_sat": true, | ||
"starlight_dual_hue": true, | ||
"riverflow": true | ||
}, | ||
"layout": [ | ||
{"matrix": [0, 1], "x": 0, "y": 10, "flags": 1}, | ||
{"matrix": [0, 2], "x": 17, "y": 10, "flags": 4}, | ||
{"matrix": [0, 3], "x": 34, "y": 8, "flags": 4}, | ||
{"matrix": [0, 4], "x": 52, "y": 5, "flags": 4}, | ||
{"matrix": [0, 5], "x": 69, "y": 8, "flags": 4}, | ||
{"matrix": [0, 6], "x": 86, "y": 10, "flags": 4}, | ||
{"matrix": [1, 1], "x": 0, "y": 21, "flags": 1}, | ||
{"matrix": [1, 2], "x": 17, "y": 21, "flags": 4}, | ||
{"matrix": [1, 3], "x": 34, "y": 19, "flags": 4}, | ||
{"matrix": [1, 4], "x": 52, "y": 17, "flags": 4}, | ||
{"matrix": [1, 5], "x": 69, "y": 19, "flags": 4}, | ||
{"matrix": [1, 6], "x": 86, "y": 21, "flags": 4}, | ||
{"matrix": [2, 1], "x": 0, "y": 32, "flags": 1}, | ||
{"matrix": [2, 2], "x": 17, "y": 32, "flags": 4}, | ||
{"matrix": [2, 3], "x": 34, "y": 30, "flags": 4}, | ||
{"matrix": [2, 4], "x": 52, "y": 28, "flags": 4}, | ||
{"matrix": [2, 5], "x": 69, "y": 30, "flags": 4}, | ||
{"matrix": [2, 6], "x": 86, "y": 32, "flags": 4}, | ||
{"matrix": [3, 1], "x": 0, "y": 43, "flags": 1}, | ||
{"matrix": [3, 2], "x": 17, "y": 43, "flags": 4}, | ||
{"matrix": [3, 3], "x": 34, "y": 41, "flags": 4}, | ||
{"matrix": [3, 4], "x": 52, "y": 39, "flags": 4}, | ||
{"matrix": [3, 5], "x": 69, "y": 41, "flags": 4}, | ||
{"matrix": [4, 4], "x": 86, "y": 43, "flags": 4}, | ||
{"matrix": [5, 0], "x": 86, "y": 53, "flags": 1}, | ||
{"matrix": [5, 1], "x": 96, "y": 58, "flags": 1}, | ||
{"matrix": [6, 0], "x": 138, "y": 10, "flags": 4}, | ||
{"matrix": [6, 1], "x": 155, "y": 10, "flags": 4}, | ||
{"matrix": [6, 2], "x": 172, "y": 8, "flags": 4}, | ||
{"matrix": [6, 3], "x": 190, "y": 5, "flags": 4}, | ||
{"matrix": [6, 4], "x": 207, "y": 8, "flags": 4}, | ||
{"matrix": [6, 5], "x": 224, "y": 10, "flags": 1}, | ||
{"matrix": [7, 0], "x": 138, "y": 21, "flags": 4}, | ||
{"matrix": [7, 1], "x": 155, "y": 21, "flags": 4}, | ||
{"matrix": [7, 2], "x": 172, "y": 19, "flags": 4}, | ||
{"matrix": [7, 3], "x": 190, "y": 17, "flags": 4}, | ||
{"matrix": [7, 4], "x": 207, "y": 19, "flags": 4}, | ||
{"matrix": [7, 5], "x": 224, "y": 21, "flags": 1}, | ||
{"matrix": [8, 0], "x": 138, "y": 32, "flags": 4}, | ||
{"matrix": [8, 1], "x": 155, "y": 32, "flags": 4}, | ||
{"matrix": [8, 2], "x": 172, "y": 30, "flags": 4}, | ||
{"matrix": [8, 3], "x": 190, "y": 28, "flags": 4}, | ||
{"matrix": [8, 4], "x": 207, "y": 30, "flags": 4}, | ||
{"matrix": [8, 5], "x": 224, "y": 32, "flags": 1}, | ||
{"matrix": [10, 2], "x": 138, "y": 43, "flags": 4}, | ||
{"matrix": [9, 1], "x": 155, "y": 43, "flags": 4}, | ||
{"matrix": [9, 2], "x": 172, "y": 41, "flags": 4}, | ||
{"matrix": [9, 3], "x": 190, "y": 39, "flags": 4}, | ||
{"matrix": [9, 4], "x": 207, "y": 41, "flags": 4}, | ||
{"matrix": [9, 5], "x": 224, "y": 43, "flags": 1}, | ||
{"matrix": [11, 5], "x": 128, "y": 58, "flags": 1}, | ||
{"matrix": [11, 6], "x": 138, "y": 53, "flags": 1} | ||
] | ||
}, | ||
"layout_aliases": { | ||
"LAYOUT_voyager": "LAYOUT" | ||
}, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"label": "k00", "matrix": [0, 1], "x": 3, "y": 0}, | ||
{"label": "k01", "matrix": [0, 2], "x": 12, "y": 0}, | ||
{"label": "k02", "matrix": [0, 3], "x": 2, "y": 0.25}, | ||
{"label": "k03", "matrix": [0, 4], "x": 4, "y": 0.25}, | ||
{"label": "k04", "matrix": [0, 5], "x": 11, "y": 0.25}, | ||
{"label": "k05", "matrix": [0, 6], "x": 13, "y": 0.25}, | ||
{"label": "k26", "matrix": [6, 0], "x": 0, "y": 0.5}, | ||
{"label": "k27", "matrix": [6, 1], "x": 1, "y": 0.5}, | ||
{"label": "k28", "matrix": [6, 2], "x": 5, "y": 0.5}, | ||
{"label": "k29", "matrix": [6, 3], "x": 10, "y": 0.5}, | ||
{"label": "k30", "matrix": [6, 4], "x": 14, "y": 0.5}, | ||
{"label": "k31", "matrix": [6, 5], "x": 15, "y": 0.5}, | ||
{"label": "k06", "matrix": [1, 1], "x": 3, "y": 1}, | ||
{"label": "k07", "matrix": [1, 2], "x": 12, "y": 1}, | ||
{"label": "k08", "matrix": [1, 3], "x": 2, "y": 1.25}, | ||
{"label": "k09", "matrix": [1, 4], "x": 4, "y": 1.25}, | ||
{"label": "k10", "matrix": [1, 5], "x": 11, "y": 1.25}, | ||
{"label": "k11", "matrix": [1, 6], "x": 13, "y": 1.25}, | ||
{"label": "k32", "matrix": [7, 0], "x": 0, "y": 1.5}, | ||
{"label": "k33", "matrix": [7, 1], "x": 1, "y": 1.5}, | ||
{"label": "k34", "matrix": [7, 2], "x": 5, "y": 1.5}, | ||
{"label": "k35", "matrix": [7, 3], "x": 10, "y": 1.5}, | ||
{"label": "k36", "matrix": [7, 4], "x": 14, "y": 1.5}, | ||
{"label": "k37", "matrix": [7, 5], "x": 15, "y": 1.5}, | ||
{"label": "k12", "matrix": [2, 1], "x": 3, "y": 2}, | ||
{"label": "k13", "matrix": [2, 2], "x": 12, "y": 2}, | ||
{"label": "k14", "matrix": [2, 3], "x": 2, "y": 2.25}, | ||
{"label": "k15", "matrix": [2, 4], "x": 4, "y": 2.25}, | ||
{"label": "k16", "matrix": [2, 5], "x": 11, "y": 2.25}, | ||
{"label": "k17", "matrix": [2, 6], "x": 13, "y": 2.25}, | ||
{"label": "k38", "matrix": [8, 0], "x": 0, "y": 2.5}, | ||
{"label": "k39", "matrix": [8, 1], "x": 1, "y": 2.5}, | ||
{"label": "k40", "matrix": [8, 2], "x": 5, "y": 2.5}, | ||
{"label": "k41", "matrix": [8, 3], "x": 10, "y": 2.5}, | ||
{"label": "k42", "matrix": [8, 4], "x": 14, "y": 2.5}, | ||
{"label": "k43", "matrix": [8, 5], "x": 15, "y": 2.5}, | ||
{"label": "k18", "matrix": [3, 1], "x": 3, "y": 3}, | ||
{"label": "k19", "matrix": [3, 2], "x": 12, "y": 3}, | ||
{"label": "k20", "matrix": [3, 3], "x": 2, "y": 3.25}, | ||
{"label": "k21", "matrix": [3, 4], "x": 4, "y": 3.25}, | ||
{"label": "k22", "matrix": [3, 5], "x": 11, "y": 3.25}, | ||
{"label": "k23", "matrix": [4, 4], "x": 13, "y": 3.25}, | ||
{"label": "k44", "matrix": [10, 2], "x": 0, "y": 3.5}, | ||
{"label": "k45", "matrix": [9, 1], "x": 1, "y": 3.5}, | ||
{"label": "k46", "matrix": [9, 2], "x": 5, "y": 3.5}, | ||
{"label": "k47", "matrix": [9, 3], "x": 10, "y": 3.5}, | ||
{"label": "k48", "matrix": [9, 4], "x": 14, "y": 3.5}, | ||
{"label": "k49", "matrix": [9, 5], "x": 15, "y": 3.5}, | ||
{"label": "k24", "matrix": [5, 0], "x": 5, "y": 4.5}, | ||
{"label": "k25", "matrix": [5, 1], "x": 6, "y": 4.75}, | ||
{"label": "k50", "matrix": [11, 5], "x": 9, "y": 4.75}, | ||
{"label": "k51", "matrix": [11, 6], "x": 10, "y": 4.5} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// Copyright 2023 ZSA Technology Labs, Inc <@zsa> | ||
// Copyright 2023 Christopher Courtney, aka Drashna Jael're (@drashna) <[email protected]> | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
[0] = LAYOUT( | ||
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, | ||
CW_TOGG, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, | ||
SFT_T(KC_BSPC),KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, RSFT_T(KC_QUOT), | ||
KC_LGUI, ALT_T(KC_Z),KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMMA,KC_DOT, RALT_T(KC_SLSH), KC_RCTL, | ||
LT(1,KC_ENT), CTL_T(KC_TAB), SFT_T(KC_BSPC), LT(2,KC_SPC) | ||
), | ||
[1] = LAYOUT( | ||
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_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_7, KC_8, KC_9, KC_MINS, KC_SLSH, KC_F12, | ||
_______, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_4, KC_5, KC_6, KC_PLUS, KC_ASTR, KC_BSPC, | ||
_______, _______, KC_LBRC, KC_RBRC, KC_LCBR, KC_RCBR, KC_1, KC_2, KC_3, KC_DOT, KC_EQL, KC_ENT, | ||
_______, _______, _______, KC_0 | ||
), | ||
[2] = LAYOUT( | ||
RGB_TOG, QK_KB, RGB_MOD, RGB_M_P, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, QK_BOOT, | ||
_______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, KC_PGUP, KC_HOME, KC_UP, KC_END, _______, _______, | ||
_______, KC_MPRV, KC_MNXT, KC_MSTP, KC_MPLY, _______, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, C(S(KC_TAB)), C(KC_TAB), _______, _______, _______, | ||
_______, _______, _______, _______ | ||
), | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
/* | ||
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
|
||
/* | ||
* STM32F303xC memory setup. | ||
*/ | ||
MEMORY | ||
{ | ||
flash0 (rx) : org = 0x08002000, len = 256k - 0x2000 | ||
flash1 (rx) : org = 0x00000000, len = 0 | ||
flash2 (rx) : org = 0x00000000, len = 0 | ||
flash3 (rx) : org = 0x00000000, len = 0 | ||
flash4 (rx) : org = 0x00000000, len = 0 | ||
flash5 (rx) : org = 0x00000000, len = 0 | ||
flash6 (rx) : org = 0x00000000, len = 0 | ||
flash7 (rx) : org = 0x00000000, len = 0 | ||
ram0 (wx) : org = 0x20000000, len = 40k | ||
ram1 (wx) : org = 0x00000000, len = 0 | ||
ram2 (wx) : org = 0x00000000, len = 0 | ||
ram3 (wx) : org = 0x00000000, len = 0 | ||
ram4 (wx) : org = 0x10000000, len = 8k | ||
ram5 (wx) : org = 0x00000000, len = 0 | ||
ram6 (wx) : org = 0x00000000, len = 0 | ||
ram7 (wx) : org = 0x00000000, len = 0 | ||
} | ||
|
||
/* For each data/text section two region are defined, a virtual region | ||
and a load region (_LMA suffix).*/ | ||
|
||
/* Flash region to be used for exception vectors.*/ | ||
REGION_ALIAS("VECTORS_FLASH", flash0); | ||
REGION_ALIAS("VECTORS_FLASH_LMA", flash0); | ||
|
||
/* Flash region to be used for constructors and destructors.*/ | ||
REGION_ALIAS("XTORS_FLASH", flash0); | ||
REGION_ALIAS("XTORS_FLASH_LMA", flash0); | ||
|
||
/* Flash region to be used for code text.*/ | ||
REGION_ALIAS("TEXT_FLASH", flash0); | ||
REGION_ALIAS("TEXT_FLASH_LMA", flash0); | ||
|
||
/* Flash region to be used for read only data.*/ | ||
REGION_ALIAS("RODATA_FLASH", flash0); | ||
REGION_ALIAS("RODATA_FLASH_LMA", flash0); | ||
|
||
/* Flash region to be used for various.*/ | ||
REGION_ALIAS("VARIOUS_FLASH", flash0); | ||
REGION_ALIAS("VARIOUS_FLASH_LMA", flash0); | ||
|
||
/* Flash region to be used for RAM(n) initialization data.*/ | ||
REGION_ALIAS("RAM_INIT_FLASH_LMA", flash0); | ||
|
||
/* RAM region to be used for Main stack. This stack accommodates the processing | ||
of all exceptions and interrupts.*/ | ||
REGION_ALIAS("MAIN_STACK_RAM", ram0); | ||
|
||
/* RAM region to be used for the process stack. This is the stack used by | ||
the main() function.*/ | ||
REGION_ALIAS("PROCESS_STACK_RAM", ram0); | ||
|
||
/* RAM region to be used for data segment.*/ | ||
REGION_ALIAS("DATA_RAM", ram0); | ||
REGION_ALIAS("DATA_RAM_LMA", flash0); | ||
|
||
/* RAM region to be used for BSS segment.*/ | ||
REGION_ALIAS("BSS_RAM", ram0); | ||
|
||
/* RAM region to be used for the default heap.*/ | ||
REGION_ALIAS("HEAP_RAM", ram0); | ||
|
||
/* Generic rules inclusion.*/ | ||
INCLUDE rules.ld |
Oops, something went wrong.