aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodash/rev1
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodash/rev1')
-rw-r--r--keyboards/ergodash/rev1/ergodash.h26
-rw-r--r--keyboards/ergodash/rev1/keymaps/default/config.h44
-rw-r--r--keyboards/ergodash/rev1/keymaps/default/keymap.c159
-rw-r--r--keyboards/ergodash/rev1/keymaps/default/rules.mk0
4 files changed, 229 insertions, 0 deletions
diff --git a/keyboards/ergodash/rev1/ergodash.h b/keyboards/ergodash/rev1/ergodash.h
new file mode 100644
index 000000000..b9489d577
--- /dev/null
+++ b/keyboards/ergodash/rev1/ergodash.h
@@ -0,0 +1,26 @@
1#ifndef ERGODASH_H
2#define ERGODASH_H
3
4#include "quantum.h"
5
6#ifdef KEYBOARD_ergodash_rev1
7 #include "rev1.h"
8#endif
9
10// Used to create a keymap using only KC_ prefixed keys
11#define LAYOUT_kc( \
12 L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
13 L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \
14 L20, L21, L22, L23, L24, L25, L26, R20, R21, R22, R23, R24, R25, R26, \
15 L30, L31, L32, L33, L34, L35, L36, R30, R31, R32, R33, R34, R35, R36, \
16 LT0, LT1, LT2, LT3, LT4, LT5, RT0, RT1, RT2, RT3, RT4, RT5 \
17 ) \
18 LAYOUT( \
19 KC_##L00, KC_##L01, KC_##L02, KC_##L03, KC_##L04, KC_##L05, KC_##L06, KC_##R00, KC_##R01, KC_##R02, KC_##R03, KC_##R04, KC_##R05, KC_##R06, \
20 KC_##L10, KC_##L11, KC_##L12, KC_##L13, KC_##L14, KC_##L15, KC_##L16, KC_##R10, KC_##R11, KC_##R12, KC_##R13, KC_##R14, KC_##R15, KC_##R16, \
21 KC_##L20, KC_##L21, KC_##L22, KC_##L23, KC_##L24, KC_##L25, KC_##L26, KC_##R20, KC_##R21, KC_##R22, KC_##R23, KC_##R24, KC_##R25, KC_##R26, \
22 KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##L36, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35, KC_##R36, \
23 KC_##LT0, KC_##LT1, KC_##LT2, KC_##LT3, KC_##LT4, KC_##LT5, KC_##RT0, KC_##RT1, KC_##RT2, KC_##RT3, KC_##RT4, KC_##RT5 \
24 )
25
26#endif
diff --git a/keyboards/ergodash/rev1/keymaps/default/config.h b/keyboards/ergodash/rev1/keymaps/default/config.h
new file mode 100644
index 000000000..7e7fe4f69
--- /dev/null
+++ b/keyboards/ergodash/rev1/keymaps/default/config.h
@@ -0,0 +1,44 @@
1/*
2This is the c configuration file for the keymap
3
4Copyright 2012 Jun Wako <wakojun@gmail.com>
5Copyright 2015 Jack Humbert
6
7This program is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>.
19*/
20
21#ifndef CONFIG_USER_H
22#define CONFIG_USER_H
23
24#include "../../config.h"
25
26/* Use I2C or Serial, not both */
27
28#define USE_SERIAL
29// #define USE_I2C
30
31/* Select hand configuration */
32
33#define MASTER_LEFT
34// #define MASTER_RIGHT
35// #define EE_HANDS
36
37#endif
38
39#undef RGBLED_NUM
40#define RGBLIGHT_ANIMATIONS
41#define RGBLED_NUM 24
42#define RGBLIGHT_HUE_STEP 10
43#define RGBLIGHT_SAT_STEP 17
44#define RGBLIGHT_VAL_STEP 17
diff --git a/keyboards/ergodash/rev1/keymaps/default/keymap.c b/keyboards/ergodash/rev1/keymaps/default/keymap.c
new file mode 100644
index 000000000..1464fd20e
--- /dev/null
+++ b/keyboards/ergodash/rev1/keymaps/default/keymap.c
@@ -0,0 +1,159 @@
1#include QMK_KEYBOARD_H
2#include "action_layer.h"
3#include "eeconfig.h"
4
5extern keymap_config_t keymap_config;
6
7#define _QWERTY 0
8#define _LOWER 1
9#define _RAISE 2
10#define _ADJUST 16
11
12enum custom_keycodes {
13 QWERTY = SAFE_RANGE,
14 LOWER,
15 RAISE,
16 ADJUST,
17};
18
19// Fillers to make layering more clear
20#define _______ KC_TRNS
21#define XXXXXXX KC_NO
22#define KC_JPN LALT(KC_GRV)
23
24const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
25
26 /* Qwerty
27 * ,-------------------------------------------------------------------------------------------------.
28 * | ESC | 1 | 2 | 3 | 4 | 5 | [ | ] | 6 | 7 | 8 | 9 | 0 | Caps |
29 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------|
30 * | ` | Q | W | E | R | T | - | = | Y | U | I | O | P | \ |
31 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------|
32 * | Tab | A | S | D | F | G | Del | Bksp | H | J | K | L | ; | " |
33 * |------+------+------+------+------+------+-------------+------+------+------+------+------+------|
34 * | Shift| Z | X | C | V | B | JPN | Enter| N | M | , | . | / | Shift|
35 * `-------------+------+------+------+------+------+------+------+------+------+------+-------------'
36 * | Ctrl | GUI | ALt |Adjust| |Lower | Space |Enter |Raise| | Left| Down | Up | Right|
37 * ,-------------------------------------------------------------------------------------------------.
38 */
39 [_QWERTY] = LAYOUT( \
40 KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_LBRC, KC_RBRC, KC_6, KC_7, KC_8, KC_9, KC_0, KC_CAPS, \
41 KC_GRV, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_MINS, KC_EQL , KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, \
42 KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_DEL , KC_BSPC, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, \
43 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_JPN , KC_ENT , KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, \
44 KC_LCTL, KC_LGUI, KC_LALT, ADJUST, LOWER, KC_SPC , KC_ENT , RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT \
45 ),
46
47 /* Lower
48 * ,-------------------------------------------------------------------------------------------------.
49 * | F11 | F1 | F2 | F3 | F4 | F5 | { | } | F6 | F7 | F8 | F9 | F10 | F12 |
50 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------|
51 * | ~ | ! | @ | # | $ | % | _ | + | ^ | & | * | ( | ) | | |
52 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------|
53 * | Tab | 1 | 2 | 3 | 4 | 5 | Del | Bksp | H | J | K | L | : | " |
54 * |------+------+------+------+------+------+-------------+------+------+------+------+------+------|
55 * | Shift| 6 | 7 | 8 | 9 | 0 | JPN | Enter| N | M | < | > | ? | Shift|
56 * `-------------+------+------+------+------+------+------+------+------+------+------+-------------'
57 * | Ctrl | GUI | ALt |Adjust| |Lower | Space |Enter |Raise| | Home |PageDn|PageUp| End |
58 * ,-------------------------------------------------------------------------------------------------.
59 */
60 [_LOWER] = LAYOUT(
61 KC_F11, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_LCBR, KC_RCBR, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F12, \
62 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_UNDS, KC_PLUS, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_PIPE, \
63 KC_TAB, KC_1, KC_2, KC_3, KC_4, KC_5, KC_DEL , KC_BSPC, KC_H, KC_J, KC_K, KC_L, KC_COLN, KC_DQT , \
64 KC_LSFT, KC_6, KC_7, KC_8, KC_9, KC_0, KC_JPN , KC_ENT , KC_N, KC_M, KC_LT, KC_GT, KC_QUES, KC_RSFT, \
65 KC_LCTL, KC_LGUI, KC_LALT, ADJUST, LOWER, KC_SPC , KC_ENT , RAISE, KC_HOME, KC_PGDN, KC_PGUP, KC_END \
66 ),
67
68 /* Raise
69 * ,-------------------------------------------------------------------------------------------------.
70 * | F11 | F1 | F2 | F3 | F4 | F5 | { | } | F6 | F7 | F8 | F9 | F10 | F12 |
71 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------|
72 * | ~ | ! | @ | # | $ | % | _ | + | ^ | & | * | ( | ) | | |
73 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------|
74 * | Tab | 1 | 2 | 3 | 4 | 5 | Del | Bksp | H | J | K | L | : | " |
75 * |------+------+------+------+------+------+-------------+------+------+------+------+------+------|
76 * | Shift| 6 | 7 | 8 | 9 | 0 | JPN | Enter| N | M | < | > | ? | Shift|
77 * `-------------+------+------+------+------+------+------+------+------+------+------+-------------'
78 * | Ctrl | GUI | ALt |Adjust| |Lower | Space |Enter |Raise| | Home |PageDn|PageUp| End |
79 * ,-------------------------------------------------------------------------------------------------.
80 */
81 [_RAISE] = LAYOUT(
82 KC_F11, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_LCBR, KC_RCBR, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F12, \
83 KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_UNDS, KC_PLUS, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_PIPE, \
84 KC_TAB, KC_1, KC_2, KC_3, KC_4, KC_5, KC_DEL , KC_BSPC, KC_H, KC_J, KC_K, KC_L, KC_COLN, KC_DQT , \
85 KC_LSFT, KC_6, KC_7, KC_8, KC_9, KC_0, KC_JPN , KC_ENT , KC_N, KC_M, KC_LT, KC_GT, KC_QUES, KC_RSFT, \
86 KC_LCTL, KC_LGUI, KC_LALT, ADJUST, LOWER, KC_SPC , KC_ENT , RAISE, KC_HOME, KC_PGDN, KC_PGUP, KC_END \
87 ),
88
89 /* Adjust
90 * ,-------------------------------------------------------------------------------------------------.
91 * | | | | | | | | | | | | | | |
92 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------|
93 * | | Reset|RGB ON| MODE| HUE-| HUE+| | | SAT-| SAT+| VAL-| VAL+| | |
94 * |------+------+------+------+------+------+------+------+------+------+------+------+------+------|
95 * | | | | | | | | | | | | | | |
96 * |------+------+------+------+------+------+-------------+------+------+------+------+------+------|
97 * | | | | | | | | | | | | | | |
98 * `-------------+------+------+------+------+------+------+------+------+------+------+-------------'
99 * | | | | | | | | | | | | | | |
100 * ,-------------------------------------------------------------------------------------------------.
101 */
102 [_ADJUST] = LAYOUT(
103 _______, _______, _______, _______, _______, _______,_______, _______, _______, _______, _______, _______, _______, _______, \
104 _______, RESET , RGB_TOG, RGB_MOD, RGB_HUD, RGB_HUI,_______, _______, RGB_SAD, RGB_SAI, RGB_VAD, RGB_VAI, _______, _______, \
105 _______, _______, _______, _______, _______, _______,_______, _______, _______, _______, _______, _______, _______, _______, \
106 _______, _______, _______, _______, _______, _______,_______, _______, _______, _______, _______, _______, _______, _______, \
107 _______, _______, _______, _______, _______,_______, _______, _______, _______, _______, _______, _______ \
108 )
109};
110
111#ifdef AUDIO_ENABLE
112float tone_qwerty[][2] = SONG(QWERTY_SOUND);
113#endif
114
115void persistent_default_layer_set(uint16_t default_layer) {
116 eeconfig_update_default_layer(default_layer);
117 default_layer_set(default_layer);
118}
119
120bool process_record_user(uint16_t keycode, keyrecord_t *record) {
121 switch (keycode) {
122 case QWERTY:
123 if (record->event.pressed) {
124 print("mode just switched to qwerty and this is a huge string\n");
125 set_single_persistent_default_layer(_QWERTY);
126 }
127 return false;
128 break;
129 case LOWER:
130 if (record->event.pressed) {
131 layer_on(_LOWER);
132 update_tri_layer(_LOWER, _RAISE, _ADJUST);
133 } else {
134 layer_off(_LOWER);
135 update_tri_layer(_LOWER, _RAISE, _ADJUST);
136 }
137 return false;
138 break;
139 case RAISE:
140 if (record->event.pressed) {
141 layer_on(_RAISE);
142 update_tri_layer(_LOWER, _RAISE, _ADJUST);
143 } else {
144 layer_off(_RAISE);
145 update_tri_layer(_LOWER, _RAISE, _ADJUST);
146 }
147 return false;
148 break;
149 case ADJUST:
150 if (record->event.pressed) {
151 layer_on(_ADJUST);
152 } else {
153 layer_off(_ADJUST);
154 }
155 return false;
156 break;
157 }
158 return true;
159}
diff --git a/keyboards/ergodash/rev1/keymaps/default/rules.mk b/keyboards/ergodash/rev1/keymaps/default/rules.mk
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/keyboards/ergodash/rev1/keymaps/default/rules.mk