aboutsummaryrefslogtreecommitdiff
path: root/keyboards/orthodox
diff options
context:
space:
mode:
authorXyverz <xyverz@gmail.com>2019-10-28 16:09:01 -0700
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-10-28 16:09:01 -0700
commitf19c8b2d5daedcbf833fe8320f290cad9d9f0b83 (patch)
tree3b0f08d1893b1525f234fd2d0f554f1dbf412316 /keyboards/orthodox
parent8ab7f1f39e715c824cc0e1391aa9a469b2a18438 (diff)
downloadqmk_firmware-f19c8b2d5daedcbf833fe8320f290cad9d9f0b83.tar.gz
qmk_firmware-f19c8b2d5daedcbf833fe8320f290cad9d9f0b83.zip
[Keymap] Updating keymaps (#7170)
* Added WOW layer * Initial commit for this branch. Still a work in progress. * Added Rorschach keyboard layout. * Simplified keymap Removed the media layer to help simplify things. Also corrected some keymap mistakes in the Qwerty and Colemak layers. * Added ErgoTravel keymap. * reverted to previous layout. * Added Sol keyboard layout. * Minor changes to keymap. * more changes * Added sol graphic by Kagerufu and Cardiactuna * Added colemak layer because I can. * more changes to sol layout * Streamlined Sol layout * minor tweaks to sol layout * further revisions to sol keymap. * Removing deprecated #include statements from my keymaps * Standardizing keymap `include` lines. * Minor change to keymap. Swapped ESC with GRV on all alpha layers. * Tweaks to Atreus62 Keymap Added a layer for FPS RPG Loot Shooters. * Fixed readme.md for Atreus keymap. Replaced "Keymap" with "Layer" in illustrations for continuity's sake * More readme.md clean-up More clarification in the Atreus readme file. * Next verse, same as the first. * Changes to Sol layout Bringing my Sol layout more in line with my other Orthos. * Fixed keymap GUI. Replaced left-hand "RGUI" with "LGUI" on all layers as it should be. * Added ALPS64 keymap * Formatting corrections * fixes to config.h and keymap.c * Fixed errors This commit fixes a pathing issue in keyboards/orthodox/keymaps/xyverz/config.h and removes an stupid comma at the end of each LAYOUT stanza in keyboards/rgbkb/sol/keymaps/xyverz/keymap.c left there by me. * Fixed orthodox keymap config.h file I hope this one fixes the problem. *sigh* * Making suggested changes for PR#6192 Thanks to noroadsleft, fauxpark, and drashna. Still have more work to do, but at least these suggestions have been applied. * Fixing build errors Travis has shown me the error of my ways... * More fixes and corrections Those pesky semicolons... * More Fixes. * Removing unneeded code snippet. * fixed omitted semicolons * Code updates to my keymaps Updating the code for my Iris, Atreus62, and Atreus keymaps. * Fixed Atreus62 Keymap I forgot to add in the aliases for LOWER, RAISE, and ADJUST. * Added userspace Also made changes to Atreus62 Keymap to turn the red LEDs off on the ProMicro * Fixing code that disables LEDs on ProMicros Also tidied up my ErgoTravel keymap. * Moving userspace to new branch Moving my userspace to a new branch for the sake of keeping things clean on the master branch. * Added F13-F15 to Atreus62 Layout. * Update readme.md. * Updated Phantom keymap to current keymap standards * Phantom keymap updates Further updates - tidying and removing cruft. Thank you zvecr on Discord for the help! * Standards Updates Bringing my Kinesis keymap up to current code standards * Adding a readme * Bring GH60 code to standard * Utilizing layouts for 60_ansi and tkl_ansi Moving my GH60 and Phantom keymaps into layouts/community/ * Alps64 layout removal Removing my Alps64 keymap now that I've setup my 60_ansi layout. * Moved Clueboard layout to community/66_ansi. * Additions to 66_ansi config.h * Bringing keymaps up to standard. * More updates to keymaps. * Syntax updates * Revert "Syntax updates" This reverts commit a892b2d9fcc0d4ba8fc22d676d5414120cc2c183. * Moved WIP keymaps Moved my WIP keymaps to my wip_keymaps branch to keep my master clean * Updates requested by noroadsleft * more changes per noroadsleft More fixes as requested by noroadsleft. Further tidy-up and standardization of my keymap code.
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r--keyboards/orthodox/keymaps/xyverz/config.h9
-rw-r--r--keyboards/orthodox/keymaps/xyverz/keymap.c146
2 files changed, 43 insertions, 112 deletions
diff --git a/keyboards/orthodox/keymaps/xyverz/config.h b/keyboards/orthodox/keymaps/xyverz/config.h
index fc6d5d23b..a44d2b5ae 100644
--- a/keyboards/orthodox/keymaps/xyverz/config.h
+++ b/keyboards/orthodox/keymaps/xyverz/config.h
@@ -19,10 +19,7 @@ You should have received a copy of the GNU General Public License
19along with this program. If not, see <http://www.gnu.org/licenses/>. 19along with this program. If not, see <http://www.gnu.org/licenses/>.
20*/ 20*/
21 21
22#ifndef CONFIG_USER_H 22#pragma once
23#define CONFIG_USER_H
24
25#include "../../config.h"
26 23
27/* Use I2C or Serial, not both */ 24/* Use I2C or Serial, not both */
28 25
@@ -33,6 +30,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33 30
34#define MASTER_LEFT 31#define MASTER_LEFT
35// #define _MASTER_RIGHT 32// #define _MASTER_RIGHT
36// #define EE_HANDS 33// #define EE_HANDS \ No newline at end of file
37
38#endif
diff --git a/keyboards/orthodox/keymaps/xyverz/keymap.c b/keyboards/orthodox/keymaps/xyverz/keymap.c
index df66e0fc5..cc3c38943 100644
--- a/keyboards/orthodox/keymaps/xyverz/keymap.c
+++ b/keyboards/orthodox/keymaps/xyverz/keymap.c
@@ -1,50 +1,16 @@
1/* 1#include QMK_KEYBOARD_H
2This is the keymap for the keyboard
3 2
4Copyright 2012 Jun Wako <wakojun@gmail.com> 3enum layer_names { _QWERTY, _COLEMAK, _DVORAK, _LOWER, _RAISE, _ADJUST };
5Copyright 2015 Jack Humbert
6Copyright 2017 Art Ortenburger
7 4
8This program is free software: you can redistribute it and/or modify 5enum custom_keycodes { QWERTY = SAFE_RANGE, COLEMAK, DVORAK, LOWER, RAISE, ADJUST };
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 2 of the License, or
11(at your option) any later version.
12 6
13This program is distributed in the hope that it will be useful, 7// Aliases to keep the keymap tidy
14but WITHOUT ANY WARRANTY; without even the implied warranty of 8#define ADJUST MO(_ADJUST)
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9#define LOWER MO(_LOWER)
16GNU General Public License for more details. 10#define RAISE MO(_RAISE)
17 11
18You should have received a copy of the GNU General Public License
19along with this program. If not, see <http://www.gnu.org/licenses/>.
20*/
21
22#include QMK_KEYBOARD_H
23#include "action_layer.h"
24#include "eeconfig.h"
25
26extern keymap_config_t keymap_config;
27
28// Each layer gets a name for readability, which is then used in the keymap matrix below.
29// The underscores don't mean anything - you can have a layer called STUFF or any other name.
30// Layer names don't all need to be of the same length, obviously, and you can also skip them
31// entirely and just use numbers.
32#define _DVORAK 0
33#define _QWERTY 1
34#define _COLEMAK 2
35#define _LOWER 3
36#define _RAISE 4
37#define _ADJUST 16
38
39enum custom_keycodes {
40 DVORAK = SAFE_RANGE,
41 QWERTY,
42 COLEMAK,
43 LOWER,
44 RAISE,
45 ADJUST,
46};
47 12
13// clang-format off
48const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 14const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
49 15
50[_DVORAK] = LAYOUT ( \ 16[_DVORAK] = LAYOUT ( \
@@ -85,69 +51,39 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
85 51
86 52
87}; 53};
54// clang-format on
55
56#ifdef AUDIO_ENABLE
57float tone_qwerty[][2] = SONG(QWERTY_SOUND);
58float tone_dvorak[][2] = SONG(DVORAK_SOUND);
59float tone_colemak[][2] = SONG(COLEMAK_SOUND);
60#endif
61
62void matrix_init_user(void) {
63#ifdef BOOTLOADER_CATERINA
64 // This will disable the red LEDs on the ProMicros
65 setPinInput(D5);
66 writePinLow(D5);
67 setPinInput(B0);
68 writePinLow(B0);
69#endif
70};
88 71
89void persistent_default_layer_set(uint16_t default_layer) { 72layer_state_t layer_state_set_user(layer_state_t state) { return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); };
90 eeconfig_update_default_layer(default_layer);
91 default_layer_set(default_layer);
92}
93 73
94bool process_record_user(uint16_t keycode, keyrecord_t *record) { 74bool process_record_user(uint16_t keycode, keyrecord_t *record) {
95 switch (keycode) { 75 if (record->event.pressed) {
96 case QWERTY: 76 switch (keycode) {
97 if (record->event.pressed) { 77 case QWERTY:
98 #ifdef AUDIO_ENABLE 78 set_single_persistent_default_layer(_QWERTY);
99 PLAY_NOTE_ARRAY(tone_qwerty, false, 0); 79 return false;
100 #endif 80 case COLEMAK:
101 persistent_default_layer_set(1UL<<_QWERTY); 81 set_single_persistent_default_layer(_COLEMAK);
102 } 82 return false;
103 return false; 83 case DVORAK:
104 break; 84 set_single_persistent_default_layer(_DVORAK);
105 case COLEMAK: 85 return false;
106 if (record->event.pressed) { 86 }
107 #ifdef AUDIO_ENABLE 87 }
108 PLAY_NOTE_ARRAY(tone_colemak, false, 0); 88 return true;
109 #endif 89} \ No newline at end of file
110 persistent_default_layer_set(1UL<<_COLEMAK);
111 }
112 return false;
113 break;
114 case DVORAK:
115 if (record->event.pressed) {
116 #ifdef AUDIO_ENABLE
117 PLAY_NOTE_ARRAY(tone_dvorak, false, 0);
118 #endif
119 persistent_default_layer_set(1UL<<_DVORAK);
120 }
121 return false;
122 break;
123 case LOWER:
124 if (record->event.pressed) {
125 layer_on(_LOWER);
126 update_tri_layer(_LOWER, _RAISE, _ADJUST);
127 } else {
128 layer_off(_LOWER);
129 update_tri_layer(_LOWER, _RAISE, _ADJUST);
130 }
131 return false;
132 break;
133 case RAISE:
134 if (record->event.pressed) {
135 layer_on(_RAISE);
136 update_tri_layer(_LOWER, _RAISE, _ADJUST);
137 } else {
138 layer_off(_RAISE);
139 update_tri_layer(_LOWER, _RAISE, _ADJUST);
140 }
141 return false;
142 break;
143 case ADJUST:
144 if (record->event.pressed) {
145 layer_on(_ADJUST);
146 } else {
147 layer_off(_ADJUST);
148 }
149 return false;
150 break;
151 }
152 return true;
153}