summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/dr_notsokind
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/dr_notsokind')
-rw-r--r--keyboards/planck/keymaps/dr_notsokind/Readme.md96
-rw-r--r--keyboards/planck/keymaps/dr_notsokind/config.h26
-rw-r--r--keyboards/planck/keymaps/dr_notsokind/keymap.c302
-rw-r--r--keyboards/planck/keymaps/dr_notsokind/rules.mk22
4 files changed, 0 insertions, 446 deletions
diff --git a/keyboards/planck/keymaps/dr_notsokind/Readme.md b/keyboards/planck/keymaps/dr_notsokind/Readme.md
deleted file mode 100644
index a336de2f35..0000000000
--- a/keyboards/planck/keymaps/dr_notsokind/Readme.md
+++ /dev/null
@@ -1,96 +0,0 @@
-# Dr NotSoKind's layout
-
-*Feel free to ask questions or send suggestions to [me on Twitter](https://twitter.com/pnikosis)*
-
-I love some features from the default layout, although there are things that definitively I can't get used to. Other layouts such as *circuit* gave me some good ideas, so I combined them all plus some own stuff to fit better my needs.
-
-BTW, I don't use Dvorak or other layouts than QWERTY and I'm too old and grumpy for learning something new (I'm lying a bit here, I learn new stuff every day), so I removed the ther typing layouts
-
-## Things I love about the default layout
-1. I love the consistency between the raise and lower layers, like one is the shifted version of the other.
-2. I like the F keys distributed in two rows, from F1 to F6 and F7 to F12, which makes them easier to find and access.
-
-## Things I don't like from the default layout
-1. Arrow keys distributed VIM like. I use VIM frequently, but there I navigate using HJKL. Moving to the arrows intituively I tend to expect three arrows on the bottom (left, down, right) and one up in the middle (up).
-2. Tab and Esc. I switched them.
-3. Alt and Super. Switched them too.
-
-## Needs, changes and goals
-1. Arrow keys distributed "traditionally".
-2. Media keys easily accessible.
-3. A button for Sleep/Power.
-4. As close as possible to a US QWERTY layout.
-5. A Numpad, for when I want to feel like an accountant.
-6. Be able to record Dynamic Macros.
-7. Zoom in and Zoom out (basically Ctrl - and Ctrl +)
-
-I've been experimenting a lot and I think I'm getting closer to my customization end game.
-
-## Layers:
-
-## Main Layer / QWERTY
-
-Apart from the default, lower and raise, I added an extra Media/Action layer, for volume and playback control, plus some keyboard actions such as Print Screen, Insert, Calculator or Power/Sleep/Wake. Also in the [MEDIA] layer, you can record two different macros and reproduce them.
-
-### About the volume up and down
-
-That was a hard decision. I wanted the vol up, down and mute easily accessible, and in an obvious palce. I finally decided to use the `Raise` and `Lower` modifier keys to manage the volume, in combination with the [MEDIA] modifier key. This could look a little weird, since the modifier keys are having a different function than modify the layer, but ended up working fairly well, so while pressing [MEDIA] you have the `Lower` key to put the volume down, `Raise` to raise the volume, and `Space` for mute.
-
-### Zoom in and Zoom out
-
-Using the [MEDIA] modifier you can zoom in and zoom out in browsers and other applications using `,` (for zooming out) and `.` (for zooming in). These keys are mapped to `LCTRL -` and `LCTRL =`. I initially thought about mapping zoom in to `LCTRL +` but most apps also map the zoom in using the `=` key, and some they don't event support zooming in with `+` (I'm looking at you Sublime Text).
-
-### Right Shift and Enter
-
-`RSHFT` and `ENTER` are combined. Tap once for `ENTER` and hold for `RSHFT`. `ENTER` will be registered on release if released within 200 ms, else `RSHFT` is registered starting at 201 ms until release.
-
-If for some reason, this interferes with the normal usage of the `ENTER` key in any way, (some problem that may never happen), there is a regular non-modified `ENTER` key on the same key in the [LOWER] and [RAISE] layers, as well in the [LOCK] mode (see below).
-
-### Caps Lock
-
-`LSHFT` and `CAPS` are also combined. The key works like a normal `LSHFT` unless double-tapped, in which case it counts as `CAPS`. This functionality unfortunately delays all key presses by at most 200 ms, but I have added ways to disable this both temporarily or permanently, described below.
-
-A normal behavior for `LSHFT` key is on the same key in the [LOWER], [RAISE] and [MEDIA] layers (so you can double tap it, as in IntelliJ IDEA), you can also use the [LOCK] mode.
-
-### Copy/Paste
-
-There are `UNDO`, `CUT`, `COPY`, and `PASTE` keys with the [MEDIA] modifier. This was intended to be a universal way to use these commands since in macOS cut is `⌘ + C` but in Windows it is `⌃ + C`. Unfortunately these special keys only work in Windows.
-
-### How to record and play dynamic Macros
-
-I wanted the macros a little "harder" to start recording than usual, since I didn't want to accidentally delete a macro. Also I wanted to share the same key for storing and reproducing the macros, made more sense for me than using one key for storing the Macro1, and use another one for reproducing that Macro.
-
-**Record a Macro**
-
-Press `Media` and `LCtrl` (that's left control), you will hear a beep if you have the audio on. Then choose where you want to store the Macro, in `;` or `'`, so press that key, you will now hear a tone for the macro start being recorded.
-
-When you are done, press `Media` and `Enter`. You will finally hear a tune confirming that the macro has been stored.
-
-**Play a Macro**
-
-Press `Media` and the key where you stored your Macro, either `;` or `'`. The Macro will play.
-
-![Imgur](https://i.imgur.com/TcVyNag.png)
-
-http://www.keyboard-layout-editor.com/#/gists/4cfb26f84bbb4fabe5e6c7cc22c85e24
-
-## Lock Mode
-
-The Lock mode toggle disables the double-tap `CAPS` and disables `GUI` keys (WINDOWS key), also makes `ENTER` behave normally (not `RSHIFT` when hold).
-
-## Lower + Raise (adjust) Layer
-
-Lower + Raise gives access to the layer switching, plus keyboard modes (such as enabling music mode for annoying your coworkers), reset, SysReq and Lock Mode, which disables the double shift tap for CapsLock (taken from the *circuit* layout, see the comments below). Also provides another distribution for the F keys.
-
-![Adjust](https://i.imgur.com/6m6baos.png)
-
-http://www.keyboard-layout-editor.com/#/gists/12462bfba17d16bb40b54ed914209d92
-
-## Numpad Layer
-
-![Numpad](https://i.imgur.com/od1plfz.png)
-
-http://www.keyboard-layout-editor.com/#/gists/5ab730ab278d2050c5250498806e8edc
-
-This layer is mostly for quick typing numbers using the numpad. You have NumLock available to switch before the keypad numbers or the actions (movement, del, insert, etc). Esc serves as a quick way to go abck to the QWERTY layer (also you can go to the QWERTY layer through the adjust layer).
-
diff --git a/keyboards/planck/keymaps/dr_notsokind/config.h b/keyboards/planck/keymaps/dr_notsokind/config.h
deleted file mode 100644
index 2bebf48a1c..0000000000
--- a/keyboards/planck/keymaps/dr_notsokind/config.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
-
-/*
- * MIDI options
- */
-
-/* enable basic MIDI features:
- - MIDI notes can be sent when in Music mode is on
-*/
-#define MIDI_BASIC
-
-/* enable advanced MIDI features:
- - MIDI notes can be added to the keymap
- - Octave shift and transpose
- - Virtual sustain, portamento, and modulation wheel
- - etc.
-*/
-//#define MIDI_ADVANCED
-
-/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
-//#define MIDI_TONE_KEYCODE_OCTAVES 2
-
-#endif \ No newline at end of file
diff --git a/keyboards/planck/keymaps/dr_notsokind/keymap.c b/keyboards/planck/keymaps/dr_notsokind/keymap.c
deleted file mode 100644
index f4fb3e0074..0000000000
--- a/keyboards/planck/keymaps/dr_notsokind/keymap.c
+++ /dev/null
@@ -1,302 +0,0 @@
-// Layout picture at http://www.keyboard-layout-editor.com/#/gists/125febfad6960add078e6f14256539b6
-
-#include QMK_KEYBOARD_H
-#ifdef AUDIO_ENABLE
-#include "audio.h"
-#endif
-#include "eeconfig.h"
-
-extern keymap_config_t keymap_config;
-
-// Each layer gets a name for readability, which is then used in the keymap matrix below.
-// The underscores don't mean anything - you can have a layer called STUFF or any other name.
-// Layer names don't all need to be of the same length, obviously, and you can also skip them
-// entirely and just use numbers.
-#define _QWERTY 0
-#define _NUMPAD 1
-#define _LOCKED 2
-#define _RAISE 3
-#define _LOWER 4
-#define _FUNCTN 5
-#define _MEDIA 6
-#define _ONESHOT 7
-
-enum planck_keycodes {
- QWERTY = SAFE_RANGE,
- NUMPAD,
- RAISE,
- LOWER,
- MEDIA,
- ONESHOT,
- DYNAMIC_MACRO_RANGE
-};
-
-#include "dynamic_macro.h"
-
-// Key code names
-#define SFT_ENT MT(MOD_RSFT, KC_ENT) // Tap for enter, hold for right shift
-#define LOCK TG(_LOCKED)
-#define KC_PSTE KC_PASTE
-#define ZOOM_IN LCTL(KC_EQL)
-#define ZOOM_OUT LCTL(KC_MINS)
-#define ZOOM_NML LCTL(KC_0)
-
-#ifdef TAP_DANCE_ENABLE
-#define SFT_CAP TD(0) // Left shift, double tap for caps
-#endif
-#ifndef TAP_DANCE_ENABLE
-#define SFT_CAP KC_LSFT // Regular left shift
-#endif
-
-// Tap Dance Definitions
-#ifdef TAP_DANCE_ENABLE
-tap_dance_action_t tap_dance_actions[] = {
- [0] = ACTION_TAP_DANCE_DOUBLE(KC_LSFT, KC_CAPS)
-};
-#endif
-
-// Layout definitions
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
-/* QWERTY
- * ,-----------------------------------------------------------------------------------.
- * | Esc | Q | W | E | R | T | Y | U | I | O | P | BKSP |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | Tab | A | S | D | F | G | H | J | K | L | ; | ' |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * |*Shift| Z | X | C | V | B | N | M | , | . | Up |SftEnt|
- * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | Ctrl | GUI | Alt | Mute | Lower| Space | Raise| / | Left | Down | Right|
- * `-----------------------------------------------------------------------------------'
- */
-[_QWERTY] = LAYOUT_planck_grid(
- KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
- KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
- SFT_CAP, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, SFT_ENT,
- KC_LCTL, KC_LGUI, KC_LALT, MEDIA, LOWER, KC_SPC, KC_SPC, RAISE, KC_SLSH, KC_LEFT, KC_DOWN, KC_RGHT
-),
-
-/* NUMPAD
- * ,-----------------------------------------------------------------------------------.
- * |QWERTY| NULL | Up | NULL | NULL | NULL | NULL | / | 7 | 8 | 9 | - |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | | Left | Down | Right| NULL | NULL | NULL | * | 4 | 5 | 6 | + |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | |NumLck| NULL | NULL | NULL | NULL | NULL |BckSp | 1 | 2 | 3 | Ent |
- * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | | | | | | | | 0 | . | , | = |
- * `-----------------------------------------------------------------------------------'
- */
-[_NUMPAD] = LAYOUT_planck_grid(
- QWERTY, XXXXXXX, KC_UP, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_PSLS, KC_P7, KC_P8, KC_P9, KC_PMNS,
- _______, KC_LEFT, KC_DOWN, KC_RGHT, XXXXXXX, XXXXXXX, XXXXXXX, KC_PAST, KC_P4, KC_P5, KC_P6, KC_PPLS,
- _______, KC_NUM, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_BSPC, KC_P1, KC_P2, KC_P3, KC_PENT,
- _______, _______, _______, _______, _______, _______, _______, _______, KC_P0, KC_PDOT, KC_PCMM, KC_PEQL
-),
-
-/* LOCK
- * ,-----------------------------------------------------------------------------------.
- * | | | | | | | | | | | | |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | | | | | | | | | | | | |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | Shift| | | | | | | | | | | Enter|
- * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | | NULL | | | | | | | | | |
- * `-----------------------------------------------------------------------------------'
- */
-[_LOCKED] = LAYOUT_planck_grid(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- KC_LSFT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_ENT,
- _______, XXXXXXX, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
-),
-
-/* RAISE
- * ,-----------------------------------------------------------------------------------.
- * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Del |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | Del | F11 | F12 | F13 | F14 | F15 | | - | = | [ | ] | \ |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * |LShift| F16 | F17 | F18 | F19 | F20 | |ISO # |ISO / | NULL | PgUp | Enter|
- * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | | | | | | | | | Home | PgDn | End |
- * `-----------------------------------------------------------------------------------'
- */
-[_RAISE] = LAYOUT_planck_grid(
- KC_GRV , KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
- KC_DEL , KC_F11, KC_F12, KC_F13, KC_F14, KC_F15, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS,
- KC_LSFT, KC_F16, KC_F17, KC_F18, KC_F19, KC_F20, _______, KC_NUHS, KC_NUBS, XXXXXXX, KC_PGUP, KC_ENT,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_END
-),
-
-/* LOWER
- * ,-----------------------------------------------------------------------------------.
- * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | Del | F1 | F2 | F3 | F4 | F5 | | _ | + | { | } | | |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * |LShift| F6 | F7 | F8 | F9 | F10 | |ISO ~ |ISO | | NULL | PgUp | Enter|
- * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | | | | | | | | | Home | PgDn | End |
- * `-----------------------------------------------------------------------------------'
- */
-[_LOWER] = LAYOUT_planck_grid(
- KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL ,
- KC_DEL , KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,
- KC_LSFT, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______, S(KC_NUHS), S(KC_NUBS), XXXXXXX, KC_PGUP, KC_ENT ,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_END
-),
-
-/* MEDIA AND COMMANDS
- * ,-----------------------------------------------------------------------------------.
- * | NULL | NULL |WbHome| NULL | NULL | NULL |Again | NULL |Insert| NULL |PrntSc| NULL |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | NULL | NULL |WbSrch| NULL | Find | NULL | NULL | NULL | NULL | NULL |PlyMc1|PlyMc2|
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * |LShift| NULL | NULL | Calc | NULL | NULL | NULL | NULL |ZoomOu|ZoomIn| Prev |RecStp|
- * |------+------+------+------+------+-------------+------+------+------+------+------|
- * |ONESHT| NULL | NULL | | Vol- | Mute | Vol+ |Zoom 0| Stop | Next | Play |
- * `-----------------------------------------------------------------------------------'
- */
-[_MEDIA] = LAYOUT_planck_grid(
- XXXXXXX, XXXXXXX, KC_WHOM, XXXXXXX, XXXXXXX, XXXXXXX, KC_AGAIN, XXXXXXX, KC_INS, XXXXXXX, KC_PSCR, XXXXXXX,
- XXXXXXX, XXXXXXX, KC_WSCH, XXXXXXX, KC_FIND, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, DM_PLY1, DM_PLY2,
- KC_LSFT, XXXXXXX, XXXXXXX, KC_CALC, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, ZOOM_OUT, ZOOM_IN, KC_MPRV, DM_RSTP,
- ONESHOT, XXXXXXX, XXXXXXX, _______, KC_VOLD, KC_MUTE, KC_MUTE, KC_VOLU, ZOOM_NML, KC_MSTP, KC_MNXT, KC_MPLY
-),
-
-/* ONESHOT
- * ,-----------------------------------------------------------------------------------.
- * | | | | | | | | | | | | |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | | | | | | | | | | |RecMc1|RecMc2|
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | | | | | | | | | | | | |
- * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | | | | | | | | | | | |
- * `-----------------------------------------------------------------------------------'
- */
-[_ONESHOT] = LAYOUT_planck_grid(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, DM_REC1, DM_REC2,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
-),
-
-/* FUNCTIONS
- * ,-----------------------------------------------------------------------------------.
- * | SLEEP| NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | POWER|
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | WAKE | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL |
- * |------+------+------+------+------+------+------+------+------+------+------+------|
- * | NULL | NULL | NULL |AudOff|MusOff|QWERTY|NUMPAD|Mus On|Aud On| NULL |Voice+|SysReq|
- * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | Reset| NULL | LOCK | NULL | | NULL | | NULL |AGNorm|Voice-|AGSwap|
- * `-----------------------------------------------------------------------------------'
- */
-[_FUNCTN] = LAYOUT_planck_grid(
- KC_SLEP, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_PWR,
- KC_WAKE, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
- XXXXXXX, XXXXXXX, XXXXXXX, AU_OFF, MU_OFF, QWERTY, NUMPAD, MU_ON, AU_ON, XXXXXXX, AU_NEXT, KC_SYRQ,
- QK_BOOT, XXXXXXX, LOCK, XXXXXXX, _______, XXXXXXX, XXXXXXX, _______, XXXXXXX, AG_NORM, AU_PREV, AG_SWAP
-)
-
-};
-
-#ifdef AUDIO_ENABLE
-float tone_qwerty[][2] = SONG(QWERTY_SOUND);
-float tone_numpad[][2] = SONG(NUM_LOCK_ON_SOUND);
-float tone_oneshot[][2] = SONG(TERMINAL_SOUND);
-float tone_dyn_macro_rec[][2] = SONG(SONIC_RING);
-float tone_dyn_macro_stop[][2] = SONG(COIN_SOUND);
-#endif
-
-void press_key(uint16_t key) {
- register_code(key);
- unregister_code(key);
-}
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- // uint16_t macro_kc = (keycode == ONESHOT ? DM_RSTP : keycode);
- if (!process_record_dynamic_macro(keycode, record)) {
- switch(keycode) {
- case QK_DYNAMIC_MACRO_RECORD_START_1:
- case QK_DYNAMIC_MACRO_RECORD_START_2:
-#ifdef AUDIO_ENABLE
- PLAY_SONG(tone_dyn_macro_rec);
-#endif
- break;
- case QK_DYNAMIC_MACRO_RECORD_STOP:
-#ifdef AUDIO_ENABLE
- PLAY_SONG(tone_dyn_macro_stop);
-#endif
- break;
- }
- return false;
- }
- switch (keycode) {
- case ONESHOT:
- if (record->event.pressed) {
- layer_on(_ONESHOT);
- set_oneshot_layer(_ONESHOT, ONESHOT_START);
- clear_oneshot_layer_state(ONESHOT_PRESSED);
-#ifdef AUDIO_ENABLE
- PLAY_SONG(tone_oneshot);
-#endif
- }
- return false;
- break;
- case QWERTY:
- if (record->event.pressed) {
- if (IS_LAYER_ON(_NUMPAD)) {
-#ifdef AUDIO_ENABLE
- PLAY_SONG(tone_qwerty);
-#endif
- layer_off(_NUMPAD);
- }
- }
- return false;
- break;
- case NUMPAD:
- if (record->event.pressed) {
- if (!IS_LAYER_ON(_NUMPAD)) {
-#ifdef AUDIO_ENABLE
- PLAY_SONG(tone_numpad);
-#endif
- layer_on(_NUMPAD);
- }
- }
- return false;
- break;
- case RAISE:
- if (record->event.pressed) {
- layer_on(_RAISE);
- update_tri_layer(_RAISE, _LOWER, _FUNCTN);
- } else {
- layer_off(_RAISE);
- update_tri_layer(_RAISE, _LOWER, _FUNCTN);
- }
- return false;
- break;
- case LOWER:
- if (record->event.pressed) {
- layer_on(_LOWER);
- update_tri_layer(_RAISE, _LOWER, _FUNCTN);
- } else {
- layer_off(_LOWER);
- update_tri_layer(_RAISE, _LOWER, _FUNCTN);
- }
- return false;
- break;
- case MEDIA:
- if (record->event.pressed) {
- layer_on(_MEDIA);
- } else {
- layer_off(_MEDIA);
- }
- return false;
- break;
- }
- return true;
-}
diff --git a/keyboards/planck/keymaps/dr_notsokind/rules.mk b/keyboards/planck/keymaps/dr_notsokind/rules.mk
deleted file mode 100644
index 311ee8ec11..0000000000
--- a/keyboards/planck/keymaps/dr_notsokind/rules.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-
-# Build Options
-# change to "no" to disable the options, or define them in the makefile.mk in
-# the appropriate keymap folder that will get included automatically
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys(+4700)
-EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
-CONSOLE_ENABLE = no # Console for debug(+400)
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-MIDI_ENABLE = no # MIDI controls
-AUDIO_ENABLE = yes # Audio output on port C6
-UNICODE_ENABLE = no # Unicode
-BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
-RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
-TAP_DANCE_ENABLE = yes # Enables the double-tap functionality of keys
-
-# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
-SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-