move keyhive exclusive boards into /keyhive (#16084)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
45
keyboards/keyhive/southpole/config.h
Normal file
45
keyboards/keyhive/southpole/config.h
Normal file
@@ -0,0 +1,45 @@
|
||||
#pragma once
|
||||
|
||||
//#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x6060
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER u/waxpoetic
|
||||
#define PRODUCT southpole
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 20
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { D2, D3, C6, C7, D5 }
|
||||
#define MATRIX_COL_PINS { B0, B1, B2, B3, B7, D0, D1, F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4, E6 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* number of backlight levels */
|
||||
|
||||
#ifdef BACKLIGHT_PIN
|
||||
#define BACKLIGHT_LEVELS 0
|
||||
#endif
|
||||
|
||||
/* Set 0 if debouncing isn't needed */
|
||||
#define DEBOUNCE 5
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#ifdef RGB_DI_PIN
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
#define RGBLED_NUM 0
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#endif
|
95
keyboards/keyhive/southpole/info.json
Normal file
95
keyboards/keyhive/southpole/info.json
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"keyboard_name": "southpole",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"label":"Num Lock", "x":0, "y":0},
|
||||
{"label":"/", "x":1, "y":0},
|
||||
{"label":"*", "x":2, "y":0},
|
||||
{"label":"-", "x":3, "y":0},
|
||||
{"label":"Esc", "x":4.5, "y":0},
|
||||
{"label":"1", "x":5.5, "y":0},
|
||||
{"label":"2", "x":6.5, "y":0},
|
||||
{"label":"3", "x":7.5, "y":0},
|
||||
{"label":"4", "x":8.5, "y":0},
|
||||
{"label":"5", "x":9.5, "y":0},
|
||||
{"label":"6", "x":10.5, "y":0},
|
||||
{"label":"7", "x":11.5, "y":0},
|
||||
{"label":"8", "x":12.5, "y":0},
|
||||
{"label":"9", "x":13.5, "y":0},
|
||||
{"label":"0", "x":14.5, "y":0},
|
||||
{"label":"-", "x":15.5, "y":0},
|
||||
{"label":"=", "x":16.5, "y":0},
|
||||
{"label":"\\", "x":17.5, "y":0},
|
||||
{"label":"Delete", "x":18.5, "y":0},
|
||||
{"label":"Insert", "x":19.5, "y":0},
|
||||
{"label":"7", "x":0, "y":1},
|
||||
{"label":"8", "x":1, "y":1},
|
||||
{"label":"9", "x":2, "y":1},
|
||||
{"label":"+", "x":3, "y":1, "h":2},
|
||||
{"label":"Tab", "x":4.5, "y":1, "w":1.5},
|
||||
{"label":"Q", "x":6, "y":1},
|
||||
{"label":"W", "x":7, "y":1},
|
||||
{"label":"E", "x":8, "y":1},
|
||||
{"label":"R", "x":9, "y":1},
|
||||
{"label":"T", "x":10, "y":1},
|
||||
{"label":"Y", "x":11, "y":1},
|
||||
{"label":"U", "x":12, "y":1},
|
||||
{"label":"I", "x":13, "y":1},
|
||||
{"label":"O", "x":14, "y":1},
|
||||
{"label":"P", "x":15, "y":1},
|
||||
{"label":"[", "x":16, "y":1},
|
||||
{"label":"]", "x":17, "y":1},
|
||||
{"label":"Backspace", "x":18, "y":1, "w":1.5},
|
||||
{"label":"Vol +", "x":19.5, "y":1},
|
||||
{"label":"4", "x":0, "y":2},
|
||||
{"label":"5", "x":1, "y":2},
|
||||
{"label":"6", "x":2, "y":2},
|
||||
{"label":"Enter", "x":3, "y":3, "h":2},
|
||||
{"label":"Caps Lock", "x":4.5, "y":2, "w":1.75},
|
||||
{"label":"A", "x":6.25, "y":2},
|
||||
{"label":"S", "x":7.25, "y":2},
|
||||
{"label":"D", "x":8.25, "y":2},
|
||||
{"label":"F", "x":9.25, "y":2},
|
||||
{"label":"G", "x":10.25, "y":2},
|
||||
{"label":"H", "x":11.25, "y":2},
|
||||
{"label":"J", "x":12.25, "y":2},
|
||||
{"label":"K", "x":13.25, "y":2},
|
||||
{"label":"L", "x":14.25, "y":2},
|
||||
{"label":";", "x":15.25, "y":2},
|
||||
{"label":"'", "x":16.25, "y":2},
|
||||
{"label":"Enter", "x":17.25, "y":2, "w":2.25},
|
||||
{"label":"Vol -", "x":19.5, "y":2},
|
||||
{"label":"1", "x":0, "y":3},
|
||||
{"label":"2", "x":1, "y":3},
|
||||
{"label":"3", "x":2, "y":3},
|
||||
{"label":"Shift", "x":4.5, "y":3, "w":2.25},
|
||||
{"label":"Z", "x":6.75, "y":3},
|
||||
{"label":"X", "x":7.75, "y":3},
|
||||
{"label":"C", "x":8.75, "y":3},
|
||||
{"label":"V", "x":9.75, "y":3},
|
||||
{"label":"B", "x":10.75, "y":3},
|
||||
{"label":"N", "x":11.75, "y":3},
|
||||
{"label":"M", "x":12.75, "y":3},
|
||||
{"label":",", "x":13.75, "y":3},
|
||||
{"label":".", "x":14.75, "y":3},
|
||||
{"label":"/", "x":15.75, "y":3},
|
||||
{"label":"Shift", "x":16.75, "y":3, "w":1.75},
|
||||
{"label":"Up", "x":18.5, "y":3},
|
||||
{"label":"Mute", "x":19.5, "y":3},
|
||||
{"label":"0", "x":0, "y":4, "w":2},
|
||||
{"label":".", "x":2, "y":4},
|
||||
{"label":"Ctrl", "x":4.5, "y":4, "w":1.25},
|
||||
{"label":"GUI", "x":5.75, "y":4, "w":1.25},
|
||||
{"label":"Alt", "x":7, "y":4, "w":1.25},
|
||||
{"label":"Space", "x":8.25, "y":4, "w":7},
|
||||
{"label":"Fn", "x":15.25, "y":4, "w":1.5},
|
||||
{"label":"Left", "x":17.5, "y":4},
|
||||
{"label":"Down", "x":18.5, "y":4},
|
||||
{"label":"Right", "x":19.5, "y":4}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
20
keyboards/keyhive/southpole/keymaps/default/keymap.c
Normal file
20
keyboards/keyhive/southpole/keymaps/default/keymap.c
Normal file
@@ -0,0 +1,20 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
LAYOUT(
|
||||
KC_NLCK, KC_SLSH, KC_ASTR, KC_MINS, 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_BSLS, KC_DEL, KC_HOME,
|
||||
KC_7, KC_8, KC_9, KC_PLUS, 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_BSPC, KC_PGUP,
|
||||
KC_4, KC_5, KC_6, KC_ENT, KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGDN,
|
||||
KC_1, KC_2, KC_3, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_END,
|
||||
KC_0, KC_DOT, KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_LEFT, KC_DOWN, KC_RGHT),
|
||||
|
||||
LAYOUT(
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_GRV, 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_TRNS, RESET, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
)
|
||||
|
||||
};
|
72
keyboards/keyhive/southpole/keymaps/foobeard/keymap.c
Normal file
72
keyboards/keyhive/southpole/keymaps/foobeard/keymap.c
Normal file
@@ -0,0 +1,72 @@
|
||||
/*
|
||||
Base Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
|
||||
Modified 2017 Andrew Novak <ndrw.nvk@gmail.com>
|
||||
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 2 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 LicensezZZ
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
enum layers {
|
||||
_QWERTY,
|
||||
_RAISE
|
||||
};
|
||||
|
||||
enum custom_keycodes {
|
||||
QWERTY = SAFE_RANGE,
|
||||
};
|
||||
|
||||
#define RAISE MO(_RAISE)
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/* Layer 0, default layer
|
||||
* ,--------------------------------------------------------------------------------------------------------------------------------------------.
|
||||
* |NumLck| / | * | - | | Esc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ |Delete| Ins |
|
||||
* |------+------+------+------+-+-------------------------------------------------------------------------------------------------------+------|
|
||||
* | 7 | 8 | 9 | + | | Tab | Q | W | E | R | T | Y | U | I | O | P | { | } | BkSpc | Vol+ |
|
||||
* |------+------+------+------+-+-------------------------------------------------------------------------------------------------------+------|
|
||||
* | 4 | 5 | 6 | + | | Caps | A | S | D | F | G | H | J | K | L | ; | ' | Return | Vol- |
|
||||
* |------+------+------+------+-+-------------------------------------------------------------------------------------------------------+------|
|
||||
* | 1 | 2 | 3 | En | | LShft | Z | X | C | V | B | N | M | , | . | / | RShft | Up | Mute |
|
||||
* |------+------+------+------+-+----------------------------------------------------------------------------------------------+--------+------|
|
||||
* | 0 | . | En | | Ctrl | Win | Alt | Space | Fn | | Left | Down | Right|
|
||||
* `------+------+------+------+-+-------------------------------------------------------------------------------------------------------+------'
|
||||
*/
|
||||
[_QWERTY] = LAYOUT(
|
||||
KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS, 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_BSLS, KC_DELETE, KC_INS, \
|
||||
KC_P7, KC_P8, KC_P9, KC_PPLS, 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_BSPC, KC_VOLU, \
|
||||
KC_P4, KC_P5, KC_P6, KC_PENT, 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_ENT, KC_VOLD, \
|
||||
KC_P1, KC_P2, KC_P3, 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_UP, KC_MUTE, \
|
||||
KC_P0, KC_PDOT, KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_RGHT \
|
||||
),
|
||||
|
||||
/*layer 1, function layer
|
||||
* ,--------------------------------------------------------------------------------------------------------------------------------------------.
|
||||
* |Reset | | | | | ` | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | | |Calc |
|
||||
* |------+------+------+------+-+-------------------------------------------------------------------------------------------------------+------|
|
||||
* | | | | | | | | | | | | | | | | | | | | |
|
||||
* |------+------+------+------+-+-------------------------------------------------------------------------------------------------------+------|
|
||||
* | | | | | | | | | | | | | | | | | | | |
|
||||
* |------+------+------+------+-+-------------------------------------------------------------------------------------------------------+------|
|
||||
* | | | | | | | | | | | | | | | | | | | |
|
||||
* |------+------+------+------+-+----------------------------------------------------------------------------------------------+--------+------|
|
||||
* | | | | | | | | | | | | | |
|
||||
* `------+------+------+------+-+-------------------------------------------------------------------------------------------------------+------'
|
||||
*/
|
||||
|
||||
[_RAISE] = LAYOUT(
|
||||
RESET, _______, _______, _______, KC_GRV, 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_CALC, \
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______ \
|
||||
)
|
||||
};
|
13
keyboards/keyhive/southpole/readme.md
Normal file
13
keyboards/keyhive/southpole/readme.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Southpole
|
||||
[Southpole](https://imgur.com/a/MZ2wdYt)
|
||||
|
||||
PCB designed by u/waxpoetic for a southpaw style board with an hhkb style layout.
|
||||
|
||||
Keyboard Maintainer: ericduns
|
||||
Hardware Supported: Teensy 2.0
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make keyhive/southpole: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).
|
18
keyboards/keyhive/southpole/rules.mk
Normal file
18
keyboards/keyhive/southpole/rules.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = halfkay
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
#AUDIO_ENABLE = no
|
||||
RGBLIGHT_ENABLE = no
|
1
keyboards/keyhive/southpole/southpole.c
Normal file
1
keyboards/keyhive/southpole/southpole.c
Normal file
@@ -0,0 +1 @@
|
||||
#include "southpole.h"
|
18
keyboards/keyhive/southpole/southpole.h
Normal file
18
keyboards/keyhive/southpole/southpole.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT( \
|
||||
K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016, K017, K018, K019, \
|
||||
K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, K116, K117, K119, \
|
||||
K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, K219, \
|
||||
K300, K301, K302, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K319, \
|
||||
K401, K402, K404, K405, K406, K409, K413, K415, K416, K419 \
|
||||
) \
|
||||
{ \
|
||||
{ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016, K017, K018, K019 }, \
|
||||
{ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, K116, K117, KC_NO, K119 }, \
|
||||
{ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, KC_NO, KC_NO, K219 }, \
|
||||
{ K300, K301, K302, KC_NO, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, KC_NO, KC_NO, K319 }, \
|
||||
{ KC_NO, K401, K402, KC_NO, K404, K405, K406, KC_NO, KC_NO, K409, KC_NO, KC_NO, KC_NO, K413, KC_NO, K415, K416, KC_NO, KC_NO, K419 } \
|
||||
}
|
Reference in New Issue
Block a user