Dz65v2 Settings for SBennett13 (#17747)
* Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Add license to config and keymap
This commit is contained in:
parent
d4bb5a9820
commit
9dbc0473ef
4 changed files with 136 additions and 0 deletions
43
keyboards/dztech/dz65rgb/keymaps/sbennett13/config.h
Normal file
43
keyboards/dztech/dz65rgb/keymaps/sbennett13/config.h
Normal file
|
@ -0,0 +1,43 @@
|
|||
// Copyright 2021 Scott Bennett (@SBennett13)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#define NO_MUSIC_MODE
|
||||
#define FORCE_NKRO
|
||||
|
||||
// I don't use a bunch of layers
|
||||
#define LAYER_STATE_8BIT
|
||||
|
||||
// Disable the RGB Light (underglow) stuff
|
||||
#undef RBGLIGHT_ANIMATIONS
|
||||
#undef RBGLIGHT_EFFECT_BREATHING
|
||||
#undef RBGLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#undef RBGLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
#undef RBGLIGHT_EFFECT_SNAKE
|
||||
#undef RBGLIGHT_EFFECT_KNIGHT
|
||||
#undef RBGLIGHT_EFFECT_CHRISTMAS
|
||||
#undef RBGLIGHT_EFFECT_STATIC_GRADIENT
|
||||
#undef RBGLIGHT_EFFECT_RGB_TEST
|
||||
#undef RBGLIGHT_EFFECT_ALTERNATING
|
||||
#undef RBGLIGHT_EFFECT_TWINKLE
|
||||
|
||||
// No Cherry MX Lock switch
|
||||
#undef LOCKING_SUPPORT_ENABLE
|
||||
#undef LOCKING_RESYNC_ENABLE
|
||||
|
||||
// No oneshot (Active until another key hit)
|
||||
#define NO_ACTION_ONESHOT
|
||||
|
||||
// Remove some RGB
|
||||
#undef ENABLE_RGB_MATRIX_ALPHAS_MODS
|
||||
#undef ENABLE_RGB_MATRIX_BREATHING
|
||||
#undef ENABLE_RGB_MATRIX_BAND_VAL
|
||||
#undef ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL
|
||||
#undef ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL
|
||||
#undef ENABLE_RGB_MATRIX_PIXEL_FRACTAL
|
||||
#undef ENABLE_RGB_MATRIX_PIXEL_FLOW
|
||||
#undef ENABLE_RGB_MATRIX_PIXEL_RAIN
|
||||
#undef ENABLE_RGB_MATRIX_RAINDROPS
|
||||
#undef ENABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS
|
||||
#undef ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
|
||||
#undef ENABLE_RGB_MATRIX_SOLID_SPLASH
|
20
keyboards/dztech/dz65rgb/keymaps/sbennett13/keymap.c
Normal file
20
keyboards/dztech/dz65rgb/keymaps/sbennett13/keymap.c
Normal file
|
@ -0,0 +1,20 @@
|
|||
// Copyright 2021 Scott Bennett (@SBennett13)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT_65_ansi(
|
||||
KC_GESC, 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_HOME,
|
||||
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_PGUP,
|
||||
CTL_T(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_PGDN,
|
||||
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_END,
|
||||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
|
||||
),
|
||||
[1] = LAYOUT_65_ansi(
|
||||
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_DEL, KC_PSCR,
|
||||
_______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, _______, KC_SLCK, KC_PAUS, QK_BOOT, KC_PGUP,
|
||||
CTL_T(KC_CAPS), RGB_SPI, RGB_SPD, _______, _______, _______, _______, _______, _______, _______, _______, _______, EEP_RST, KC_PGDN,
|
||||
KC_LSFT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLU, KC_MUTE,
|
||||
_______, _______, _______, _______, _______, _______, _______, KC_MPRV, KC_VOLD, KC_MNXT
|
||||
)
|
||||
};
|
50
keyboards/dztech/dz65rgb/keymaps/sbennett13/readme.md
Normal file
50
keyboards/dztech/dz65rgb/keymaps/sbennett13/readme.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
# sbennett13 DZ65RGB v2 layout
|
||||
|
||||
Copyright 2022 Scott Bennett scottbennett027@gmail @SBennett13
|
||||
|
||||
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 License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
```text
|
||||
Keymap Default Layer
|
||||
,-----------------------------------------------------------------------------.
|
||||
|Esc ~| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = |Backsp|Home|
|
||||
|-----------------------------------------------------------------------------|
|
||||
|Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ |PgUp|
|
||||
|-----------------------------------------------------------------------------|
|
||||
|FN | A | S | D | F | G | H | J | K | L | ; | ' |Return |PgDn|
|
||||
|-----------------------------------------------------------------------------|
|
||||
|Shift | Z | X | C | V | B | N | M | , | . | / |Shift | Up | End|
|
||||
|-----------------------------------------------------------------------------|
|
||||
|Ctrl |Win |Alt | Space |Alt | FN |Ctrl |Lef |Dow |Rig |
|
||||
`-----------------------------------------------------------------------------'
|
||||
```
|
||||
|
||||
```text
|
||||
Keymap Function Layer
|
||||
,-----------------------------------------------------------------------------.
|
||||
| `~ | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 |F10 |F11 |F12 |DEL |PNTS|
|
||||
|-----------------------------------------------------------------------------|
|
||||
| |RgbT|RgbM|Hue+|Hue-|Sat+|Sat-|BR+ |BR- | | |SLCK|Paus|RST | |
|
||||
|-----------------------------------------------------------------------------|
|
||||
| |Eff+|Eff-| | | | | | | | | |EEP RST | |
|
||||
|-----------------------------------------------------------------------------|
|
||||
| | | | | | | | | | | | |Vol+|MUTE|
|
||||
|-----------------------------------------------------------------------------|
|
||||
| | | | | | | |LAST|Vol-|NEXT|
|
||||
`-----------------------------------------------------------------------------'
|
||||
```
|
||||
|
||||
### Build layout
|
||||
|
||||
```qmk compile -kb dztech/dz65rgb/v2 -km sbennett13```
|
23
keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk
Normal file
23
keyboards/dztech/dz65rgb/keymaps/sbennett13/rules.mk
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Load Time Optimization
|
||||
LTO_ENABLE = yes
|
||||
|
||||
# Space Cadet (Shift/Ctrl/Alt tapping for parenthesis)
|
||||
SPACE_CADET_ENABLE = no
|
||||
|
||||
# Mouse keys bindable to keyboard
|
||||
MOUSEKEY_ENABLE = no
|
||||
|
||||
# Console
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
# Command (Change keyboard behavior without having to flash)
|
||||
COMMAND_ENABLE = no
|
||||
|
||||
# Magic QMK keycodes
|
||||
MAGIC_ENABLE = no
|
||||
|
||||
# No audio stuff
|
||||
MUSIC_ENABLE = no
|
||||
|
||||
# No WPM
|
||||
WPM_ENABLE = no
|
Loading…
Reference in a new issue