aboutsummaryrefslogtreecommitdiff
path: root/keyboards/iris
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/iris')
-rw-r--r--keyboards/iris/keymaps/edvorakjp/config.h1
-rw-r--r--keyboards/iris/keymaps/edvorakjp/keymap.c7
2 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/iris/keymaps/edvorakjp/config.h b/keyboards/iris/keymaps/edvorakjp/config.h
index cc24ffc31..1610c4b12 100644
--- a/keyboards/iris/keymaps/edvorakjp/config.h
+++ b/keyboards/iris/keymaps/edvorakjp/config.h
@@ -26,5 +26,6 @@
26#define MOUSEKEY_WHEEL_TIME_TO_MAX 20 26#define MOUSEKEY_WHEEL_TIME_TO_MAX 20
27 27
28#define TAPPING_TERM 120 28#define TAPPING_TERM 120
29#define SWAP_SCLN
29 30
30#endif 31#endif
diff --git a/keyboards/iris/keymaps/edvorakjp/keymap.c b/keyboards/iris/keymaps/edvorakjp/keymap.c
index 74aff9131..f5d305f7f 100644
--- a/keyboards/iris/keymaps/edvorakjp/keymap.c
+++ b/keyboards/iris/keymaps/edvorakjp/keymap.c
@@ -1,7 +1,4 @@
1#include QMK_KEYBOARD_H 1#include QMK_KEYBOARD_H
2#include "action_layer.h"
3#include "eeconfig.h"
4
5#include "edvorakjp.h" 2#include "edvorakjp.h"
6 3
7enum custom_keycodes { 4enum custom_keycodes {
@@ -32,7 +29,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
32 //,----+----+----+----+----+----. ,----+----+----+----+----+----. 29 //,----+----+----+----+----+----. ,----+----+----+----+----+----.
33 GRV ,EXLM, AT ,HASH,DLR ,PERC, CIRC,AMPR,ASTR,LPRN,RPRN,BSPC, 30 GRV ,EXLM, AT ,HASH,DLR ,PERC, CIRC,AMPR,ASTR,LPRN,RPRN,BSPC,
34 //|----+----+----+----+----+----| |----+----+----+----+----+----| 31 //|----+----+----+----+----+----| |----+----+----+----+----+----|
35 LBRC,RBRC,COMM,DOT , P , Y , F , G , R , W , Q ,BSLS, 32 LBRC,RBRC,COMM,DOT , Y , P , F , G , R , W , Q ,BSLS,
36 //|----+----+----+----+----+----| |----+----+----+----+----+----| 33 //|----+----+----+----+----+----| |----+----+----+----+----+----|
37 EQL , A , O , E , I , U , D , T , N , S , M ,MINS, 34 EQL , A , O , E , I , U , D , T , N , S , M ,MINS,
38 //|----+----+----+----+----+----+----. ,----|----+----+----+----+----+----| 35 //|----+----+----+----+----+----+----. ,----|----+----+----+----+----+----|
@@ -134,7 +131,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
134 switch(keycode) { 131 switch(keycode) {
135 case KC_LOCK: 132 case KC_LOCK:
136 if (record->event.pressed) { 133 if (record->event.pressed) {
137 if (edvorakjp_config.enable_kc_lang) { 134 if (get_enable_kc_lang()) {
138 SEND_STRING( SS_LCTRL(SS_LSFT(SS_TAP(X_POWER))) ); 135 SEND_STRING( SS_LCTRL(SS_LSFT(SS_TAP(X_POWER))) );
139 } else { 136 } else {
140 SEND_STRING( SS_LGUI("l") ); 137 SEND_STRING( SS_LGUI("l") );