aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikethetiger <30720424+mikethetiger@users.noreply.github.com>2019-09-23 20:14:55 -0500
committerDrashna Jaelre <drashna@live.com>2019-09-23 18:14:55 -0700
commit61b5d0e0c5921d9c3ee1cbbc1f80a9b3dcc6b880 (patch)
treed5e14ffbadfa7e2992517e86b6a151bbec49a2cc
parent8eb0aefb60aef8d5a88b8b7789c094be7ec194ee (diff)
downloadqmk_firmware-61b5d0e0c5921d9c3ee1cbbc1f80a9b3dcc6b880.tar.gz
qmk_firmware-61b5d0e0c5921d9c3ee1cbbc1f80a9b3dcc6b880.zip
[Keymap] mikethetiger's milk keymap (#6611)
* Added my Preonic keymap * Update keyboards/preonic/keymaps/mikethetiger/keymap.c Co-Authored-By: mikethetiger <30720424+mikethetiger@users.noreply.github.com> * Update keyboards/preonic/keymaps/mikethetiger/keymap.c Co-Authored-By: mikethetiger <30720424+mikethetiger@users.noreply.github.com> * Added my Preonic keymap * Added my Preonic keymap * mikethetigers lets slpit eh keymap * mikethetiger's milk keymap * Update rules.mk * Update keyboards/thevankeyboards/minivan/keymaps/mikethetiger/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update rules.mk Better?
-rw-r--r--keyboards/2_milk/keymaps/mikethetiger/keymap.c8
-rw-r--r--keyboards/2_milk/keymaps/mikethetiger/readme.md1
-rw-r--r--keyboards/2_milk/keymaps/mikethetiger/rules.mk13
-rw-r--r--keyboards/2_milk/rules.mk2
-rw-r--r--keyboards/thevankeyboards/minivan/keymaps/mikethetiger/config.h3
-rw-r--r--keyboards/thevankeyboards/minivan/keymaps/mikethetiger/keymap.c92
-rw-r--r--keyboards/thevankeyboards/minivan/keymaps/mikethetiger/readme.md1
-rw-r--r--keyboards/thevankeyboards/minivan/keymaps/mikethetiger/rules.mk18
8 files changed, 137 insertions, 1 deletions
diff --git a/keyboards/2_milk/keymaps/mikethetiger/keymap.c b/keyboards/2_milk/keymaps/mikethetiger/keymap.c
new file mode 100644
index 000000000..66e0bc669
--- /dev/null
+++ b/keyboards/2_milk/keymaps/mikethetiger/keymap.c
@@ -0,0 +1,8 @@
1#include QMK_KEYBOARD_H
2
3const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
4 [0] = LAYOUT(
5 KC_VOLU,
6 KC_VOLD
7 )
8};
diff --git a/keyboards/2_milk/keymaps/mikethetiger/readme.md b/keyboards/2_milk/keymaps/mikethetiger/readme.md
new file mode 100644
index 000000000..677732b05
--- /dev/null
+++ b/keyboards/2_milk/keymaps/mikethetiger/readme.md
@@ -0,0 +1 @@
# mikethetiger's keymap for 2% Milk
diff --git a/keyboards/2_milk/keymaps/mikethetiger/rules.mk b/keyboards/2_milk/keymaps/mikethetiger/rules.mk
new file mode 100644
index 000000000..b5f038ef2
--- /dev/null
+++ b/keyboards/2_milk/keymaps/mikethetiger/rules.mk
@@ -0,0 +1,13 @@
1# Build Options
2# comment out to disable the options.
3#
4BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
5MOUSEKEY_ENABLE = no # Mouse keys(+4700)
6EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
7CONSOLE_ENABLE = yes # Console for debug(+400)
8COMMAND_ENABLE = yes # Commands for debug and configuration
9SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
10NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
11BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled
12AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
13RGBLIGHT_ENABLE = yes # This can be enabled if a ws2812 strip is connected to the expansion port.
diff --git a/keyboards/2_milk/rules.mk b/keyboards/2_milk/rules.mk
index 73f55f953..069527c0c 100644
--- a/keyboards/2_milk/rules.mk
+++ b/keyboards/2_milk/rules.mk
@@ -1,4 +1,4 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Processor frequency. 4# Processor frequency.
diff --git a/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/config.h b/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/config.h
new file mode 100644
index 000000000..271f48d00
--- /dev/null
+++ b/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/config.h
@@ -0,0 +1,3 @@
1#pragma once
2
3// place overrides here
diff --git a/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/keymap.c b/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/keymap.c
new file mode 100644
index 000000000..fec08cea3
--- /dev/null
+++ b/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/keymap.c
@@ -0,0 +1,92 @@
1#include QMK_KEYBOARD_H
2
3
4// Each layer gets a name for readability, which is then used in the keymap matrix below.
5// The underscores don't mean anything - you can have a layer called STUFF or any other name.
6// Layer names don't all need to be of the same length, obviously, and you can also skip them
7// entirely and just use numbers.
8
9#define _QW 0
10#define _DV 1
11#define _CM 2
12#define _L1 3
13#define _L2 4
14#define _L3 5
15
16// Curly braces have their own keys. These are defined to make them not mess up
17// the grid in layer 2.
18#define L_CURBR LSFT(KC_LBRC)
19#define R_CURBR LSFT(KC_RBRC)
20
21enum custom_keycodes {
22 DVORAK = SAFE_RANGE,
23 QWERTY,
24 COLEMAK
25};
26
27const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
28 [_QW] = LAYOUT( /* Qwerty */
29 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
30 MO(_L1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, MO(_L1),
31 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, MO(_L2),
32 KC_LCTL, MO(_L2), KC_LGUI, KC_ENT, KC_SPC, KC_RALT, KC_ESC, TG(_L3)
33 ),
34 [_DV] = LAYOUT( /* Dvorak */
35 KC_TAB, KC_SLSH, KC_COMM, KC_DOT, KC_P, KC_Y, KC_F, KC_G, KC_C, KC_R, KC_L, KC_BSPC,
36 MO(_L1), KC_A, KC_O, KC_E, KC_U, KC_I, KC_D, KC_H, KC_T, KC_N, KC_S, MO(_L1),
37 KC_LSFT, KC_SCLN, KC_Q, KC_J, KC_K, KC_X, KC_B, KC_M, KC_W, KC_V, KC_Z, MO(_L2),
38 KC_LCTL, MO(_L2), KC_LGUI, KC_ENT, KC_SPC, KC_RALT, KC_ESC, TG(_L3)
39 ),
40 [_CM] = LAYOUT( /* Colemak */
41 KC_TAB, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_BSPC,
42 MO(_L1), KC_A, KC_R, KC_S, KC_T, KC_D, KC_H, KC_N, KC_E, KC_I, KC_O, MO(_L1),
43 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_K, KC_M, KC_COMM, KC_DOT, KC_SLSH, MO(_L2),
44 KC_LCTL, MO(_L2), KC_LGUI, KC_ENT, KC_SPC, KC_RALT, KC_ESC, TG(_L3)
45 ),
46 [_L1] = LAYOUT( /* LAYER 1 */
47 KC_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
48 _______, KC_BSLS, KC_QUOT, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_DOWN, KC_UP, KC_LEFT, KC_RGHT, _______,
49 _______, KC_ESC, _______, KC_PSCR, _______, _______, _______, KC_MSTP, KC_MPLY, KC_MPRV, KC_MNXT, KC_RSFT,
50 _______, KC_LGUI, _______, _______, _______, _______, _______, _______
51 ),
52 [_L2] = LAYOUT( /* LAYER 2 */
53 _______, QWERTY, DVORAK, COLEMAK, _______, _______, _______, KC_7, KC_8, KC_9, KC_0, _______,
54 KC_ESC, KC_PIPE, KC_DQUO, KC_UNDS, KC_PLUS, L_CURBR, R_CURBR, KC_4, KC_5, KC_6, KC_VOLU, KC_ENT,
55 _______, _______, _______, _______, _______, _______, KC_0, KC_1, KC_2, KC_3, KC_VOLD, _______,
56 _______, _______, _______, _______, _______, _______, _______, _______
57 ),
58 [_L3] = LAYOUT( /* LAYER 3 */
59 _______, _______, _______, _______, _______, _______, _______, KC_F1, KC_F2, KC_F3, KC_F4, _______,
60 KC_ESC, _______, _______, _______, _______, _______, _______, KC_F5, KC_F6, KC_F7, KC_F8, _______,
61 KC_LSFT, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_F9, KC_F10, KC_F11, KC_F12, _______,
62 _______, KC_LSFT, KC_B, KC_SPC, KC_C, _______, _______, _______
63 )
64};
65
66void persistent_default_layer_set(uint16_t default_layer) {
67 eeconfig_update_default_layer(default_layer);
68 default_layer_set(default_layer);
69}
70
71bool process_record_user(uint16_t keycode, keyrecord_t *record) {
72 switch(keycode) {
73 case DVORAK:
74 if (record->event.pressed) {
75 persistent_default_layer_set(1UL<<_DV);
76 }
77 return false;
78 case QWERTY:
79 if (record->event.pressed) {
80 persistent_default_layer_set(1UL<<_QW);
81 }
82 return false;
83 case COLEMAK:
84 if (record->event.pressed) {
85 persistent_default_layer_set(1UL<<_CM);
86 }
87 return false;
88 default:
89 return true;
90 }
91 return true;
92};
diff --git a/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/readme.md b/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/readme.md
new file mode 100644
index 000000000..3584c8b23
--- /dev/null
+++ b/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/readme.md
@@ -0,0 +1 @@
# mikethetiger's keymap for tv44 \ No newline at end of file
diff --git a/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/rules.mk b/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/rules.mk
new file mode 100644
index 000000000..7a331cd53
--- /dev/null
+++ b/keyboards/thevankeyboards/minivan/keymaps/mikethetiger/rules.mk
@@ -0,0 +1,18 @@
1# Build Options
2# change to "no" to disable the options, or define them in the Makefile in
3# the appropriate keymap folder that will get included automatically
4#
5BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
6MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
7EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
8CONSOLE_ENABLE = no # Console for debug(+400)
9COMMAND_ENABLE = yes # Commands for debug and configuration
10NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
11BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
12MIDI_ENABLE = no # MIDI controls
13AUDIO_ENABLE = no # Audio output on port C6
14UNICODE_ENABLE = no # Unicode
15BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
16RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
17SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
18