mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 07:02:01 +00:00
Rename to spaceboards
This commit is contained in:
parent
5acc3b2b7b
commit
3ac71cb576
@ -1,8 +1,8 @@
|
||||
{
|
||||
"keyboard_name": "2% Milk",
|
||||
"manufacturer": "Spaceman",
|
||||
"manufacturer": "Spaceboards",
|
||||
"url": "",
|
||||
"maintainer": "Spaceman",
|
||||
"maintainer": "Spaceboards",
|
||||
"usb": {
|
||||
"vid": "0x5342",
|
||||
"pid": "0x3225",
|
@ -4,12 +4,12 @@
|
||||
|
||||
A 2% Meme board themed around a milk carton
|
||||
|
||||
Keyboard Maintainer: [Spaceman](https://github.com/Spaceman)
|
||||
Hardware Availability: [Open Source](https://github.com/Spaceman/Spaceboards/tree/master/Keyboards/2%25%20Milk)
|
||||
Keyboard Maintainer: [Spaceboards](https://github.com/Spaceboards)
|
||||
Hardware Availability: [SpaceboardsHardware](https://github.com/Spaceboards/SpaceboardsHardware/tree/master/Keyboards/2%25%20Milk)
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make spaceman/2_milk:default
|
||||
make spaceboards/2_milk:default
|
||||
|
||||
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).
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"keyboard_name": "Pancake",
|
||||
"manufacturer": "Spaceman",
|
||||
"manufacturer": "Spaceboards",
|
||||
"url": "",
|
||||
"maintainer": "Spaceman",
|
||||
"maintainer": "Spaceboards",
|
||||
"usb": {
|
||||
"vid": "0x5342",
|
||||
"pid": "0x504B",
|
@ -1,4 +1,4 @@
|
||||
/* Copyright 2020 Spaceman
|
||||
/* Copyright 2020 Spaceboards
|
||||
*
|
||||
* 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
|
@ -2,12 +2,12 @@
|
||||
|
||||
Ortho 40% Ortho Keyboard with an option for the adafruit feather
|
||||
|
||||
* Keyboard Maintainer: [Spaceman](https://github.com/Spaceman)
|
||||
* Hardware Availability: [MKUltra.Click](https://mkultra.click/group-buy-pancake-keyboard-kit)
|
||||
* Keyboard Maintainer: [Spaceboards](https://github.com/Spaceboards)
|
||||
* Hardware Availability: [SpaceboardsHardware](https://github.com/Spaceboards/SpaceboardsHardware/tree/master/Keyboards/Pancake/V1)
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make spaceman/pancake/rev1/feather:default
|
||||
make spaceman/pancake/rev1/promicro:default
|
||||
make spaceboards/pancake/rev1/feather:default
|
||||
make spaceboards/pancake/rev1/promicro:default
|
||||
|
||||
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).
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"keyboard_name": "Pancake 2",
|
||||
"manufacturer": "Spaceman",
|
||||
"manufacturer": "Spaceboards",
|
||||
"url": "",
|
||||
"maintainer": "Spaceman",
|
||||
"maintainer": "Spaceboards",
|
||||
"usb": {
|
||||
"vid": "0x5342",
|
||||
"pid": "0x5032",
|
@ -1,4 +1,4 @@
|
||||
/* Copyright Spaceman 2021
|
||||
/* Copyright Spaceboards 2021
|
||||
*
|
||||
* 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
|
||||
@ -52,14 +52,14 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
* |------+------+------+------+------+------|------+------+------+------+------+------|
|
||||
* | | | | | | | | | [ | ] | Vol- | |
|
||||
* |------+------+------+------+------+------+------+------+------+------+------+------|
|
||||
* | | | | | | | | | | Vol+ | |
|
||||
* | | | | | | | Play | | | Prev | Vol+ | Next |
|
||||
* `-----------------------------------------------------------------------------------'
|
||||
*/
|
||||
[_RAISE] = LAYOUT_ortho_4x12(
|
||||
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, KC_MINS, KC_EQL, _______, KC_BSLS,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, KC_LBRC, KC_RBRC, KC_VOLU, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLD, _______
|
||||
_______, _______, _______, _______, _______, _______, KC_MPLY, _______, _______, KC_MPRV, KC_VOLD, KC_MNXT
|
||||
),
|
||||
|
||||
/* FN
|
@ -2,12 +2,12 @@
|
||||
|
||||
Ortho 40% Ortho Keyboard with an OLED Display
|
||||
|
||||
* Keyboard Maintainer: [Spaceman](https://github.com/Spaceman)
|
||||
* Hardware Availability: [MKUltra.Click](https://mkultra.click/pancake-2/)
|
||||
* Keyboard Maintainer: [Spaceboards](https://github.com/Spaceboards)
|
||||
* Hardware Availability: [SpaceboardsHardware](https://github.com/Spaceboards/SpaceboardsHardware/tree/master/Keyboards/Pancake/V2)
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make spaceman/pancake/rev2:default
|
||||
make spaceboards/pancake/rev2:default
|
||||
|
||||
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).
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright 2020 Spaceman
|
||||
/* Copyright 2020 Spaceboards
|
||||
*
|
||||
* 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
|
||||
@ -26,14 +26,28 @@ bool oled_task_kb(void) {
|
||||
return false;
|
||||
}
|
||||
static const char PROGMEM pancake_logo[] = {
|
||||
0x00, 0x00, 0x3e, 0x0a, 0x04, 0x00, 0x3c, 0x0a, 0x3c, 0x00, 0x3e, 0x0c, 0x18, 0x3e, 0x00, 0x3e,
|
||||
0x22, 0x22, 0x00, 0x3c, 0x0a, 0x3c, 0x00, 0x3e, 0x08, 0x36, 0x00, 0x3e, 0x2a, 0x22, 0x00, 0x00,
|
||||
0x00, 0x30, 0xc8, 0x84, 0x84, 0x02, 0x02, 0x02, 0x02, 0x01, 0x01, 0x01, 0x01, 0x01, 0x19, 0x1d,
|
||||
0x1d, 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, 0x02, 0x84, 0x84, 0xc8, 0x30, 0x00,
|
||||
0x00, 0x63, 0x94, 0x08, 0x08, 0x11, 0x71, 0x17, 0x13, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x62,
|
||||
0xe2, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x11, 0x11, 0x11, 0x31, 0x08, 0x08, 0x94, 0x63, 0x00,
|
||||
0x00, 0x00, 0x03, 0x01, 0x01, 0x02, 0x02, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
|
||||
0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x06, 0x02, 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00 };
|
||||
0x00, 0x00, 0x00, 0x02, 0x02, 0xFE,
|
||||
0x02, 0x02, 0x00, 0xFE, 0x12, 0x12,
|
||||
0xEC, 0x00, 0xFC, 0x12, 0x12, 0xFC,
|
||||
0x00, 0xFE, 0x04, 0x18, 0x20, 0xFE,
|
||||
0x00, 0x8C, 0x92, 0x92, 0x62, 0x00,
|
||||
0x00, 0x00, 0x00, 0xFE, 0x12, 0x12,
|
||||
0xEC, 0x00, 0x82, 0xFE, 0x82, 0x00,
|
||||
0x7C, 0x82, 0x82, 0x92, 0x70, 0x00,
|
||||
0xFE, 0x10, 0x10, 0xFE, 0x00, 0x02,
|
||||
0x02, 0xFE, 0x02, 0x02, 0x00, 0x8C,
|
||||
0x92, 0x92, 0x62, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xC0, 0xF0, 0xF0, 0xF8,
|
||||
0x98, 0x98, 0xF8, 0xF8, 0xF8, 0xF8,
|
||||
0xFC, 0xFE, 0xFE, 0xFE, 0xF6, 0xF2,
|
||||
0xF0, 0xE0, 0xE0, 0xC0, 0xC0, 0xC0,
|
||||
0xE0, 0xF0, 0x70, 0x30, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x01, 0x03,
|
||||
0x07, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,
|
||||
0x0F, 0x0F, 0x0F, 0x1F, 0x3F, 0x7F,
|
||||
0x7F, 0x6F, 0x07, 0x07, 0x03, 0x03,
|
||||
0x03, 0x03, 0x0F, 0x1F, 0x1E, 0x18,
|
||||
0x00, 0x00, };
|
||||
oled_write_raw_P(pancake_logo, sizeof(pancake_logo));
|
||||
// Host Keyboard Layer Status
|
||||
oled_set_cursor(0, 4);
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"keyboard_name": "Yun 65",
|
||||
"manufacturer": "Spaceman",
|
||||
"manufacturer": "Spaceboards",
|
||||
"url": "",
|
||||
"maintainer": "Spaceman",
|
||||
"maintainer": "Spaceboards",
|
||||
"usb": {
|
||||
"vid": "0x5342",
|
||||
"pid": "0x594E",
|
@ -1,4 +1,4 @@
|
||||
/* Copyright 2020 Spaceman
|
||||
/* Copyright 2020 Spaceboards
|
||||
*
|
||||
* 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
|
@ -1,4 +1,4 @@
|
||||
/* Copyright 2020 Spaceman
|
||||
/* Copyright 2020 Spaceboards
|
||||
*
|
||||
* 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
|
@ -2,12 +2,12 @@
|
||||
|
||||
65% Keyboard designed by Saurabh
|
||||
|
||||
Keyboard Maintainer: [Spaceman](https://github.com/Spaceman)
|
||||
Keyboard Maintainer: [Spaceboards](https://github.com/Spaceboards)
|
||||
|
||||
Hardware Availability: TBA
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make spaceman/yun65:default
|
||||
make spaceboards/yun65:default
|
||||
|
||||
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).
|
Loading…
Reference in New Issue
Block a user