aboutsummaryrefslogtreecommitdiff
path: root/layouts/community
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community')
-rw-r--r--layouts/community/ergodox/erez_experimental/keymap.c6
-rw-r--r--layouts/community/ergodox/reset_eeprom/keymap.c4
-rw-r--r--layouts/community/ergodox/robot_test_layout/keymap.c6
3 files changed, 0 insertions, 16 deletions
diff --git a/layouts/community/ergodox/erez_experimental/keymap.c b/layouts/community/ergodox/erez_experimental/keymap.c
index 481f984d5..1270188f9 100644
--- a/layouts/community/ergodox/erez_experimental/keymap.c
+++ b/layouts/community/ergodox/erez_experimental/keymap.c
@@ -142,12 +142,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
142), 142),
143}; 143};
144 144
145const uint16_t PROGMEM fn_actions[] = {
146 [1] = ACTION_LAYER_TAP_TOGGLE(SYMB), // FN1 - Momentary Layer 1 (Symbols)
147 [2] = ACTION_MACRO_TAP(0), // Eric Tang's Famous Macro!
148 [3] = ACTION_MACRO_TAP(1) // Eric Tang's Famous Macro!
149};
150
151const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 145const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
152{ 146{
153 return MACRO_NONE; 147 return MACRO_NONE;
diff --git a/layouts/community/ergodox/reset_eeprom/keymap.c b/layouts/community/ergodox/reset_eeprom/keymap.c
index c960af9cb..9033205b9 100644
--- a/layouts/community/ergodox/reset_eeprom/keymap.c
+++ b/layouts/community/ergodox/reset_eeprom/keymap.c
@@ -60,10 +60,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
60 ) 60 )
61}; 61};
62 62
63const uint16_t PROGMEM fn_actions[] = {
64 [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols)
65};
66
67const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 63const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
68{ 64{
69 // MACRODOWN only works in this function 65 // MACRODOWN only works in this function
diff --git a/layouts/community/ergodox/robot_test_layout/keymap.c b/layouts/community/ergodox/robot_test_layout/keymap.c
index 5d672deeb..07b294a98 100644
--- a/layouts/community/ergodox/robot_test_layout/keymap.c
+++ b/layouts/community/ergodox/robot_test_layout/keymap.c
@@ -43,12 +43,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
43 ) 43 )
44}; 44};
45 45
46
47
48const uint16_t PROGMEM fn_actions[] = {
49 [1] = ACTION_LAYER_TAP_TOGGLE(1)
50};
51
52const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 46const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
53{ 47{
54 switch(id) { 48 switch(id) {