aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorridingqwerty <george.g.koenig@gmail.com>2020-02-04 14:17:10 -0500
committerGitHub <noreply@github.com>2020-02-04 20:17:10 +0100
commit964ed177165072572112abfbdbba3317ed13170c (patch)
tree676b31e86c0daa5dc64eed2c50241b84d43c904e /keyboards
parent50554ca270ae4c58dfa156ae4960e06a7ec6ef31 (diff)
downloadqmk_firmware-964ed177165072572112abfbdbba3317ed13170c.tar.gz
qmk_firmware-964ed177165072572112abfbdbba3317ed13170c.zip
ridingqwerty: userspace update (#8076)
* Userspace overhaul * Remove testing directory * Minorca keymap tweaks
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/atreus/keymaps/ridingqwerty/keymap.c143
-rw-r--r--keyboards/atreus/keymaps/ridingqwerty/rules.mk15
-rw-r--r--keyboards/handwired/minorca/keymaps/ridingqwerty/config.h7
-rw-r--r--keyboards/handwired/minorca/keymaps/ridingqwerty/keymap.c123
-rw-r--r--keyboards/handwired/minorca/keymaps/ridingqwerty/readme.md1
-rw-r--r--keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk10
6 files changed, 239 insertions, 60 deletions
diff --git a/keyboards/atreus/keymaps/ridingqwerty/keymap.c b/keyboards/atreus/keymaps/ridingqwerty/keymap.c
index 336df4973..1eeb17fd1 100644
--- a/keyboards/atreus/keymaps/ridingqwerty/keymap.c
+++ b/keyboards/atreus/keymaps/ridingqwerty/keymap.c
@@ -30,9 +30,7 @@
30 MODS // LAYERS // MODS // 30 MODS // LAYERS // MODS //
31*/ 31*/
32 32
33#ifdef LAYOUT 33#define LAYOUT_atreus( \
34#undef LAYOUT
35#define LAYOUT( \
36 K00, K01, K02, K03, K04, K40, K41, K42, K43, K44, \ 34 K00, K01, K02, K03, K04, K40, K41, K42, K43, K44, \
37 K10, K11, K12, K13, K14, K50, K51, K52, K53, K54, \ 35 K10, K11, K12, K13, K14, K50, K51, K52, K53, K54, \
38 K20, K21, K22, K23, K24, K60, K61, K62, K63, K64, \ 36 K20, K21, K22, K23, K24, K60, K61, K62, K63, K64, \
@@ -47,70 +45,109 @@
47 { K64, K63, K62, K61, K60, KC_NO }, \ 45 { K64, K63, K62, K61, K60, KC_NO }, \
48 { K75, K74, K73, K72, K71, K70 } \ 46 { K75, K74, K73, K72, K71, K70 } \
49} 47}
50#endif 48
49//#define ALPHA XP(UCM_LDEL, UCM_UDEL)
51 50
52const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 51const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
53 [_QWERTY] = LAYOUT( /* Qwerty */ 52 [_QWERTY] = LAYOUT_atreus_wrapper( /* Qwerty */
54 KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, 53 ________________ATREUS_L1__________________, ________________ATREUS_R1__________________,
55 ED_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, NM_SCLN, 54 ________________ATREUS_L2__________________, ________________ATREUS_R2__________________,
56 LS_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, FK_DOT, RS_SLSH, 55 ________________ATREUS_L3__________________, ________________ATREUS_R3__________________,
57 LC_ESC, LG_TAB, LA_LBRC, LS_RBRC, NM_BSPC, ED_ESC, SC_TAB, SM_SPC, RS_MINS, RA_EQL, RG_QUOT, RC_ENT 56 ________________BOTTOM_L4__________________, ____THUMBS_R4___, ________________BOTTOM_R4__________________
57 ),
58 [_DVORAK] = LAYOUT_atreus_wrapper( /* Qwerty */
59 ________________DVORAK_L1__________________, ________________DVORAK_R1__________________,
60 ________________DVORAK_L2__________________, ________________DVORAK_R2__________________,
61 ________________DVORAK_L3__________________, ________________DVORAK_R3__________________,
62 ________________BOTTOM_L4__________________, ____THUMBS_R4___, ________________BOTTOM_R4__________________
63 ),
64 [_COLEMAK] = LAYOUT_atreus_wrapper( /* Qwerty */
65 ________________COLEMAK_L1_________________, ________________COLEMAK_R1_________________,
66 ________________COLEMAK_L2_________________, ________________COLEMAK_R2_________________,
67 ________________COLEMAK_L3_________________, ________________COLEMAK_R3_________________,
68 ________________BOTTOM_L4__________________, ____THUMBS_R4___, ________________BOTTOM_R4__________________
69 ),
70//#if defined(UNICODEMAP_ENABLE)
71//#ifdef UNICODE_H
72#ifdef UNICODEMAP_ENABLE
73 [_GREEK] = LAYOUT_atreus_wrapper(
74 ________________GREEK_L1___________________, ________________GREEK_R1___________________,
75 ________________GREEK_L2___________________, ________________GREEK_R2___________________,
76 ________________GREEK_L3___________________, ________________GREEK_R3___________________,
77 ________________BOTTOM_L4__________________, ____THUMBS_R4___, ________________BOTTOM_R4__________________
78 ),
79 [_RUSSIAN] = LAYOUT_atreus_wrapper(
80 ________________CYRLC_L1___________________, ________________CYRLC_R1___________________,
81 ________________CYRLC_L2___________________, ________________CYRLC_R2___________________,
82 ________________CYRLC_L3___________________, ________________CYRLC_R3___________________,
83 ________________BOTTOM_L4__________________, ____THUMBS_R4___, ________________CYRLC_R4___________________
84 ),
85 [_RUNES] = LAYOUT_atreus_wrapper(
86 ________________FTHRK_L1___________________, ________________FTHRK_R1___________________,
87 ________________FTHRK_L2___________________, ________________FTHRK_R2___________________,
88 ________________FTHRK_L3___________________, ________________FTHRK_R3___________________,
89 ________________BOTTOM_L4__________________, ____THUMBS_R4___, ________________BOTTOM_R4__________________
90 ),
91 [_HIRA1] = LAYOUT_atreus_wrapper(
92 ________________JIS1_L1____________________, ________________JIS1_R1____________________,
93 ________________JIS1_L2____________________, ________________JIS1_R2____________________,
94 ________________JIS1_L3____________________, ________________JIS1_R3____________________,
95 ________________BOTTOM_L4__________________, ____THUMBS_R4___, ________________BOTTOM_R4__________________
58 ), 96 ),
59 [_EDITOR] = LAYOUT( /* ED_A, ED_ESC */ 97 [_HIRA2] = LAYOUT_atreus_wrapper(
60 KC_GRV, _______, KC_END, _______, KC_TAB, _______, _______, KC_INS, _______, KC_PGUP, 98 ________________JIS2_L1____________________, ________________JIS2_R1____________________,
61 KC_HOME, _______, KC_DELT, _______, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_ENT, 99 ________________JIS2_L2____________________, ________________JIS2_R2____________________,
62 _______, _______, _______, _______, _______, KC_PGDN, _______, _______, _______, KC_BSLS, 100 ________________JIS2_L3____________________, ________________JIS2_R3____________________,
63 _______, _______, _______, _______, _______, _______, KC_ENT, _______, _______, _______, _______, _______ 101 ________________BOTTOM_L4__________________, ____THUMBS_R4___, ________________BOTTOM_R4__________________
64 ), 102 ),
65 [_NUMBER] = LAYOUT( /* NM_SCLN, NM_BSPC */ 103#endif
66 KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, 104 [_EDITOR] = LAYOUT_atreus_wrapper( /* ED_A, ED_ESC */
67 KC_6, KC_7, KC_8, KC_9, KC_0, _______, KC_4, KC_5, KC_6, _______, 105 ________________EDITOR_L1__________________, ________________EDITOR_R1__________________,
68 _______, _______, _______, _______, _______, _______, KC_1, KC_2, KC_3, KC_BSLS, 106 ________________EDITOR_L2__________________, ________________EDITOR_R2__________________,
69 _______, _______, _______, _______, _______, KC_MINS, KC_EQL, KC_0, KC_0, KC_DOT, _______, _______ 107 ________________EDITOR_L3__________________, ________________EDITOR_R3__________________,
108 _______, _______, _______, _______, _______, ________________, _______, _______, _______, _______, _______
109 ),
110 [_NUMBER] = LAYOUT_atreus_wrapper( /* NM_SCLN, NM_BSPC */
111 ________________NUMROW_L1__________________, ________________NUMROW_R1__________________,
112 ________________NUMROW_R1__________________, ________________NUMPAD_R2__________________,
113 ___________________________________________, ________________NUMPAD_R3__________________,
114 ___________________________________________, ________________, ________________NUMPAD_R4__________________
70 ), 115 ),
71 [_SYMBOL] = LAYOUT( /* SM_SPC */ 116 [_SYMBOL] = LAYOUT_atreus_wrapper( /* SM_SPC */
72 KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, 117 ________________SYMROW_L1__________________, ________________SYMROW_R1__________________,
73 KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______, _______, _______, _______, KC_COLN, 118 ________________SYMROW_R1__________________, ________________SYMROW_R1__________________,
74 _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_BSLS, 119 _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_BSLS,
75 _______, _______, _______, _______, _______, KC_LBRC, KC_RBRC, _______, _______, _______, _______, _______ 120 KC_LBRC, _______, _______, _______, _______, ________________, _______, _______, _______, _______, KC_RBRC
76 ), 121 ),
77 [_F_KEYS] = LAYOUT( /* FK_DOT */ 122 [_F_KEYS] = LAYOUT_atreus_wrapper( /* FK_DOT */
78 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, 123 ________________FKEYROW_L1_________________, ________________FKEYROW_R1_________________,
79 KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______, _______, _______, _______, KC_F11, 124 ________________FKEYROW_R1_________________, ________________FKEYROW_L1_________________,
80 KC_F11, KC_F12, _______, _______, _______, _______, _______, _______, _______, KC_F12, 125 KC_F11, KC_F12, _______, _______, _______, KC_F11, KC_F12, _______, _______, _______,
81 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 126 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
82 ), 127 ),
83 [_SECRET] = LAYOUT( /* shhhh... */ 128 [_DEBUG] = LAYOUT_atreus_wrapper( /* shhhh... */
84 RESET, _______, _______, RUSTY, FUEL, KC_F13, _______, _______, _______, _______, 129 ________________DEBUG_L1___________________, ________________DEBUG_R1___________________,
130 ________________DEBUG_L2___________________, ________________DEBUG_R2___________________,
131 ________________DEBUG_L3___________________, ________________DEBUG_R3___________________,
132 _______, _______, _______, _______, _______, ________________, _______, _______, _______, _______, _______
133 ),
134 [_SECRET] = LAYOUT_atreus_wrapper( /* shhhh... */
135/*
136 _______, _______, _______, RUSTY, FUEL, _______, _______, _______, _______, _______,
85 AR1ST, SYSNOC, _______, _______, _______, _______, _______, _______, OS_LAB, _______, 137 AR1ST, SYSNOC, _______, _______, _______, _______, _______, _______, OS_LAB, _______,
86 CDLOCAL, _______, C0RE, VAXIS, _______, _______, MUNKY, _______, _______, _______, 138 CDLOCAL, _______, C0RE, VAXIS, _______, _______, _______, _______, _______, _______,
139 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
140*/
141 ________________SECRET_L1__________________, ________________SECRET_R1__________________,
142 ________________SECRET_L2__________________, ________________SECRET_R2__________________,
143 ________________SECRET_L3__________________, ________________SECRET_R3__________________,
87 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 144 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
145
88 ), 146 ),
89 [_FINAL] = LAYOUT( /* . */ 147 [_FINAL] = LAYOUT_atreus( /* . */
90 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 148 _______, _______, _______, _______, TESTING, _______, _______, _______, _______, _______,
91 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 149 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
92 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 150 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
93 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 151 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
94 ) 152 )
95}; 153};
96
97// custom tap/hold keys
98uint16_t key_timer;
99bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
100 switch(keycode) {
101 case RG_QUOT:
102 if (record->event.pressed) {
103 key_timer = timer_read();
104 layer_on(_NUMBER);
105 register_mods(MOD_BIT(KC_RGUI));
106 } else {
107 unregister_mods(MOD_BIT(KC_RGUI));
108 layer_off(_NUMBER);
109 if (timer_elapsed(key_timer) < TAPPING_TERM) {
110 tap_code(KC_QUOT);
111 }
112 }
113 return false; break;
114 }
115 return true;
116};
diff --git a/keyboards/atreus/keymaps/ridingqwerty/rules.mk b/keyboards/atreus/keymaps/ridingqwerty/rules.mk
index 95b257f75..5c89d5481 100644
--- a/keyboards/atreus/keymaps/ridingqwerty/rules.mk
+++ b/keyboards/atreus/keymaps/ridingqwerty/rules.mk
@@ -5,13 +5,14 @@ MCU = STM32F303
5# 5#
6BACKLIGHT_ENABLE = no 6BACKLIGHT_ENABLE = no
7BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration 7BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
8#MOUSEKEY_ENABLE = yes # Mouse keys 8MOUSEKEY_ENABLE = no # Mouse keys
9EXTRAKEY_ENABLE = yes # Audio control and System control 9EXTRAKEY_ENABLE = yes # Audio control and System control
10CONSOLE_ENABLE = yes # Console for debug 10CONSOLE_ENABLE = no # Console for debug
11COMMAND_ENABLE = yes # Commands for debug and configuration 11COMMAND_ENABLE = no # Commands for debug and configuration
12#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
13NKRO_ENABLE = yes # USB Nkey Rollover 12NKRO_ENABLE = yes # USB Nkey Rollover
14AUDIO_ENABLE = yes 13AUDIO_ENABLE = yes # Doot
15RGBLIGHT_ENABLE = no 14RGBLIGHT_ENABLE = no
16# SERIAL_LINK_ENABLE = yes 15TAP_DANCE_ENABLE = no
17#TAP_DANCE_ENABLE = yes 16UNICODE_ENABLE = no
17UNICODEMAP_ENABLE = yes
18
diff --git a/keyboards/handwired/minorca/keymaps/ridingqwerty/config.h b/keyboards/handwired/minorca/keymaps/ridingqwerty/config.h
new file mode 100644
index 000000000..c54aac318
--- /dev/null
+++ b/keyboards/handwired/minorca/keymaps/ridingqwerty/config.h
@@ -0,0 +1,7 @@
1#pragma once
2
3#undef MATRIX_COL_PINS
4#define MATRIX_COL_PINS { B3, B7, D0, D1, D2, D3, C6, C7, B5, B6, F7, F6 }
5
6#undef MATRIX_ROW_PINS
7#define MATRIX_ROW_PINS { F0, F1, F4, F5 }
diff --git a/keyboards/handwired/minorca/keymaps/ridingqwerty/keymap.c b/keyboards/handwired/minorca/keymaps/ridingqwerty/keymap.c
new file mode 100644
index 000000000..ae490914d
--- /dev/null
+++ b/keyboards/handwired/minorca/keymaps/ridingqwerty/keymap.c
@@ -0,0 +1,123 @@
1/* Copyright 2019 George Koenig
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 (at your option) any later version.
7
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17#include "ridingqwerty.h"
18
19/* MinOrca
20 ┏━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┯━━━━━━━━┓
21 ┃ ⎋ │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ ❦ ⌫ ┃
22 ┠────────┴─┬──────┴─┬──────┴─┬──────┴─┬──────┴─┬──────┴─┬──────┴─┬──────┴─┬──────┴─┬──────┴─┬──────┴────────┨
23 ┃ ¶ ⇥ │ A │ S │ D │ F │ G │ H │ J │ K │ L │ 🔢 ↵ ┃
24 ┠──────────┴───┬────┴───┬────┴───┬────┴───┬────┴───┬────┴───┬────┴───┬────┴───┬────┴───┬────┴───┬───────────┨
25 ┃ " ⇧ │ Z │ X │ C │ V │ B │ N │ M │ , │ 𝔽 . │ ⇧ / ┃
26 ┠──────────┬───┴──────┬─┴────────┼────────┴────────┴──┬─────┴────────┴─────┬──┴───────┬┴───────┬┴───────────┨
27 ┃ { ⎈ │ [ ⌘ │ ( ⌥ │ 🔢 ␣ │ ★ ␣ │ ) ⌥ │ ] ⌘ │ } ⎈ ┃
28 ┗━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━┷━━━━━━━━━━━━┛
29*/
30
31#define LAYOUT_minorca( \
32 KA00, KA01, KA02, KA03, KA04, KA05, KA06, KA07, KA08, KA09, KA10, KA11, \
33 KB00, KB01, KB02, KB03, KB04, KB05, KB06, KB07, KB08, KB09, KB11, \
34 KC00, KC02, KC03, KC04, KC05, KC06, KC07, KC08, KC09, KC10, KC11, \
35 KD00, KD02, KD03, KD04, KD07, KD09, KD10, KD11 \
36) { \
37 { KA00, KA01, KA02, KA03, KA04, KA05, KA06, KA07, KA08, KA09, KA10, KA11 }, \
38 { KB00, KB01, KB02, KB03, KB04, KB05, KB06, KB07, KB08, KB09, KC_NO, KB11 }, \
39 { KC00, KC_NO, KC02, KC03, KC04, KC05, KC06, KC07, KC08, KC09, KC10, KC11 }, \
40 { KD00, KC_NO, KD02, KD03, KD04, KC_NO, KC_NO, KD07, KC_NO, KD09, KD10, KD11 } \
41}
42
43
44const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
45 [_QWERTY] = {
46 {KC_GESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, SC(BSPC) },
47 {ED(TAB), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, XXXXXXX, NM(SCLN) },
48 {LS(QUOT), XXXXXXX, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, FK(DOT), RS(SLSH) },
49 {LC(ESC), XXXXXXX, LG(LBRC), LA(RBRC), NM(BSPC), XXXXXXX, XXXXXXX, SM(SPC), XXXXXXX, RA(MINS), RG(EQL), RC(ENT) }
50/*
51 //┌────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┐
52 //├────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┴────────┤
53 //├────────┴────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┬────────┤
54 //├─────────────────┼────────┼────────┼────────┴────────┼────────┴────────┼────────┴────────┼────────┼────────┤
55 //└─────────────────┴────────┴────────┴─────────────────┴─────────────────┴─────────────────┴────────┴────────┘
56*/
57
58
59 },
60#ifdef UNICODE_H
61 [_RUNE] = {
62 {KC_ESC, X(INGWZ), X(WUNJO), X(EHWAZ), X(RAIDO), X(TIWAZ), X(IWAZ), X(UR), X(ISAZ), X(ETHEL), X(PERTH), SC(BSPC) },
63 {ED(TAB), X(ANSUZ), X(SOWIL), X(DAGAZ), X(FE), X(GEBO), X(HAGLZ), X(JERAN), X(KAUNA), X(LAUKZ), XXXXXXX, NM(SCLN) },
64 {MT_QUOT, XXXXXXX, X(ALGIZ), X(THURS), X(KAUNA), X(WUNJO), X(BEORC), X(NAUDZ), X(MANNZ), KC_COMM, FK(DOT), RS(SLSH) },
65 {LC(ESC), XXXXXXX, LG(LBRC), LA(RBRC), NM(BSPC), XXXXXXX, XXXXXXX, SM(SPC), XXXXXXX, RA(MINS), RG(EQL), RC(ENT) }
66 },
67#endif
68 [_EDITOR] = {
69 //┌────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┐
70 {KC_GRV, _______, _______, KC_END, _______, KC_F5, _______, _______, KC_INS, _______, KC_PGUP, KC_DELT },
71 //├────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┴────────┤
72 {_______, KC_HOME, _______, KC_DELT, _______, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, XXXXXXX, KC_SCLN },
73 //├────────┴────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┬────────┤
74 {_______, XXXXXXX, KC_VOLD, KC_VOLU, KC_MUTE, _______, _______, KC_PGDN, _______, KC_SCLN, KC_QUOT, KC_BSLS },
75 //├─────────────────┼────────┼────────┼────────┴────────┼────────┴────────┼────────┴────────┼────────┼────────┤
76 {_______, XXXXXXX, _______, _______, KC_EQL, XXXXXXX, XXXXXXX, KC_MINS, XXXXXXX, KC_COLN, KC_DQUO, KC_PIPE }
77 //└─────────────────┴────────┴────────┴─────────────────┴─────────────────┴─────────────────┴────────┴────────┘
78 },
79 [_NUMBER] = {
80 //┌────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┐
81 {KC_0, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC },
82 //├────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┴────────┤
83 {_______, KC_4, KC_5, KC_6, KC_PAST, _______, KC_PPLS, KC_4, KC_5, KC_6, XXXXXXX, _______ },
84 //├────────┴────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┬────────┤
85 {_______, KC_7, KC_8, KC_9, KC_SLSH, _______, _______, KC_MINS, KC_1, KC_2, KC_3, _______ },
86 //├─────────────────┼────────┼────────┼────────┴────────┼────────┴────────┼────────┴────────┼────────┼────────┤
87 {_______, XXXXXXX, KC_0, _______, _______, XXXXXXX, XXXXXXX, KC_0, XXXXXXX, KC_DOT, _______, _______ }
88 //└─────────────────┴────────┴────────┴─────────────────┴─────────────────┴─────────────────┴────────┴────────┘
89 },
90 [_SYMBOL] = {
91 //┌────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┐
92 {KC_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DELT },
93 //├────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┴────────┤
94 {_______, _______, _______, _______, _______, _______, _______, _______, KC_LBRC, KC_RBRC, XXXXXXX, _______ },
95 //├────────┴────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┬────────┤
96 {_______, XXXXXXX, KC_VOLD, KC_VOLU, KC_MUTE, _______, _______, _______, _______, KC_SCLN, KC_QUOT, KC_BSLS },
97 //├─────────────────┼────────┼────────┼────────┴────────┼────────┴────────┼────────┴────────┼────────┼────────┤
98 {_______, XXXXXXX, _______, _______, _______, XXXXXXX, XXXXXXX, _______, XXXXXXX, KC_COLN, KC_DQUO, KC_PIPE }
99 //└─────────────────┴────────┴────────┴─────────────────┴─────────────────┴─────────────────┴────────┴────────┘
100 },
101 [_SECRET] = {
102 //┌────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┐
103 {RESET, _______, _______, _______, SECRET0, SECRET1, _______, _______, _______, _______, VERSION, _______ },
104 //├────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┴────────┤
105 {_______, SECRET4, SECRET8, DEBUG, _______, _______, _______, _______, _______, SECRET7, XXXXXXX, MAKE },
106 //├────────┴────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┬────────┤
107 {_______, XXXXXXX, SECRET6, _______, SECRET2, SECRET5, _______, _______, SECRET3, _______, _______, _______ },
108 //├─────────────────┼────────┼────────┼────────┴────────┼────────┴────────┼────────┴────────┼────────┼────────┤
109 {_______, XXXXXXX, _______, _______, _______, XXXXXXX, XXXXXXX, _______, XXXXXXX, _______, _______, _______ }
110 //└─────────────────┴────────┴────────┴─────────────────┴─────────────────┴─────────────────┴────────┴────────┘
111 },
112 [_F_KEYS] = {
113 //┌────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┬────────┐
114 {KC_F12, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11 },
115 //├────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┴────────┤
116 {_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, XXXXXXX, _______ },
117 //├────────┴────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┼────────┬────────┤
118 {_______, XXXXXXX, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ },
119 //├─────────────────┼────────┼────────┼────────┴────────┼────────┴────────┼────────┴────────┼────────┼────────┤
120 {_______, XXXXXXX, _______, _______, _______, XXXXXXX, XXXXXXX, _______, XXXXXXX, _______, _______, _______ }
121 //└─────────────────┴────────┴────────┴─────────────────┴─────────────────┴─────────────────┴────────┴────────┘
122 },
123};
diff --git a/keyboards/handwired/minorca/keymaps/ridingqwerty/readme.md b/keyboards/handwired/minorca/keymaps/ridingqwerty/readme.md
new file mode 100644
index 000000000..4f0b3564b
--- /dev/null
+++ b/keyboards/handwired/minorca/keymaps/ridingqwerty/readme.md
@@ -0,0 +1 @@
# Handwire of Minorca using teensy 2.0
diff --git a/keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk b/keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk
new file mode 100644
index 000000000..ac798576a
--- /dev/null
+++ b/keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk
@@ -0,0 +1,10 @@
1MCU = atmega32u4
2BOOTLOADER = halfkay
3
4# Build Options
5# change to "no" to disable the options, or define them in the Makefile in
6# the appropriate keymap folder that will get included automatically
7#
8BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
9UNICODE_ENABLE = no # Unicode
10UNICODEMAP_ENABLE = yes # Unicode Map