Skip to content

Commit

Permalink
rebase upstream and rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhellberg committed Jul 19, 2023
1 parent e9b41cd commit be17355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "keymap_swedish.h"

#define OSM_SHIFT OSM(MOD_RSFT)
//#define OSM_CTRL OSM(MOD_LCTL)
#define GUI_ENT GUI_T(KC_ENT)
#define OSM_ALT OSM(MOD_LALT)
#define GUI_SCL GUI_T(KC_SCLN)
Expand All @@ -15,17 +14,11 @@
#define SYM_DEL LT(SYMBOL,KC_DEL)
#define SYM_BSPC LT(SYMBOL,KC_BSPC)

// ***** swedish chars
//#define SE_A ALGR(KC_A)
//#define SE_AE ALGR(KC_D)
//#define SE_O ALGR(KC_S)


// ***** IDEA
#define IDEBUG A(S(KC_F9))
#define IRUN A(S(KC_F10))
#define IFORMAT A(C(S(KC_L)))
//#define ICLASS C(S(KC_N))
#define ICLASS C(KC_N)
#define GOSUP C(S(A(KC_U)))

Expand Down
2 changes: 1 addition & 1 deletion keyboards/crkbd/keymaps/jesperSwedish/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include QMK_KEYBOARD_H
#include <stdio.h>
#include "keymap_intl.h"
#include "keycode_aliases.h"

bool lshift = false;
bool rshift = false;
Expand Down

0 comments on commit be17355

Please sign in to comment.