aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hid_liber/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hid_liber/keymaps/default/keymap.c')
-rwxr-xr-xkeyboards/hid_liber/keymaps/default/keymap.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/hid_liber/keymaps/default/keymap.c b/keyboards/hid_liber/keymaps/default/keymap.c
index 8140edc00..1102b0b96 100755
--- a/keyboards/hid_liber/keymaps/default/keymap.c
+++ b/keyboards/hid_liber/keymaps/default/keymap.c
@@ -43,22 +43,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
43 ), 43 ),
44}; 44};
45 45
46const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
47{
48 // MACRODOWN only works in this function
49 switch(id) {
50 case 0:
51 if (record->event.pressed) {
52 register_code(KC_RSFT);
53 } else {
54 unregister_code(KC_RSFT);
55 }
56 break;
57 }
58 return MACRO_NONE;
59};
60
61
62void matrix_init_user(void) { 46void matrix_init_user(void) {
63 47
64} 48}