aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/techtomas/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/techtomas/keymap.c')
-rw-r--r--layouts/community/ergodox/techtomas/keymap.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/layouts/community/ergodox/techtomas/keymap.c b/layouts/community/ergodox/techtomas/keymap.c
index 07228c4c0..742eca03a 100644
--- a/layouts/community/ergodox/techtomas/keymap.c
+++ b/layouts/community/ergodox/techtomas/keymap.c
@@ -177,26 +177,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
177), 177),
178}; 178};
179 179
180const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
181{
182 // MACRODOWN only works in this function
183 switch(id) {
184 case 0:
185 if (record->event.pressed) {
186 register_code(KC_RSFT);
187 } else {
188 unregister_code(KC_RSFT);
189 }
190 break;
191 }
192 return MACRO_NONE;
193};
194
195// Runs just one time when the keyboard initializes.
196void matrix_init_user(void) {
197
198};
199
200// Runs constantly in the background, in a loop. 180// Runs constantly in the background, in a loop.
201void matrix_scan_user(void) { 181void matrix_scan_user(void) {
202 182