Skip to content

Commit 42676bf

Browse files
author
Konstantin Đorđević
committed
REVERT ME: Undo changes to whitefox/konstantin to avoid conflicts
1 parent f4ded78 commit 42676bf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

keyboards/whitefox/keymaps/konstantin/config.h

-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313
#define TAPPING_TERM 200
1414
#define TAPPING_TOGGLE 2
1515

16-
#define UNICODE_CYCLE_PERSIST false
17-
#define UNICODE_SELECTED_MODES UC_WINC, UC_LNX
18-
1916
#undef IS_COMMAND
2017
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RCTL)))

keyboards/whitefox/keymaps/konstantin/keymap.c

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
#define UC_DIVS UC(0x00F7)
2020
#define UC_MINS UC(0x2212)
2121

22+
void matrix_init_user(void) {
23+
set_unicode_input_mode(UC_WINC);
24+
}
25+
2226
enum layers {
2327
L_BASE,
2428
L_FN,
@@ -100,7 +104,7 @@ const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
100104
* ,---------------------------------------------------------------.
101105
* | |F1 |F2 |F3 |F4 |F5 |F6 |F7 |F8 |F9 |F10|F11|F12|Num|Scr|Pau|
102106
* |---------------------------------------------------------------|
103-
* | M4 |M2 |M↑ |M1 |M3 |M5 | |UCM| |Stp|Ply|Prv|Nxt|Clear|Ins|
107+
* | M4 |M2 |M↑ |M1 |M3 |M5 | | | |Stp|Ply|Prv|Nxt|Clear|Ins|
104108
* |---------------------------------------------------------------|
105109
* | |M← |M↓ |M→ |MW↑| | | | | | | | |Top|
106110
* |---------------------------------------------------------------|
@@ -111,7 +115,7 @@ const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
111115
*/
112116
[L_FN] = LAYOUT_truefox( \
113117
_______,KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, NUMPAD, KC_SLCK,KC_PAUS, \
114-
KC_BTN4,KC_BTN2,KC_MS_U,KC_BTN1,KC_BTN3,KC_BTN5,_______,UC_MOD, _______,KC_MSTP,KC_MPLY,KC_MPRV,KC_MNXT,CLEAR, KC_INS, \
118+
KC_BTN4,KC_BTN2,KC_MS_U,KC_BTN1,KC_BTN3,KC_BTN5,_______,_______,_______,KC_MSTP,KC_MPLY,KC_MPRV,KC_MNXT,CLEAR, KC_INS, \
115119
_______,KC_MS_L,KC_MS_D,KC_MS_R,KC_WH_U,_______,_______,_______,_______,_______,_______,_______, _______, TOP, \
116120
_______, KC_ACL0,KC_ACL2,KC_WH_L,KC_WH_R,_______,_______,_______,KC_VOLD,KC_VOLU,KC_MUTE,KC_APP, KC_PGUP,BOTTOM, \
117121
_______,DESKTOP,DESKT_L, KC_WH_D, DESKT_R,_______, KC_HOME,KC_PGDN,KC_END \

0 commit comments

Comments
 (0)