File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
keyboards/boardsource/unicorne/keymaps/unicorne_mx Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ enum custom_keycodes {
2626 FUNC ,
2727 LOCKWIN ,
2828 M_JIGL ,
29- CTL_ATL_DEL ,
29+ C_ALT_D ,
3030 SNAP_LFT ,
3131 SNAP_RT ,
3232 SNAP_TOP ,
@@ -65,7 +65,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
6565 is_mouse_jiggle_active = !is_mouse_jiggle_active ;
6666 }
6767 break ;
68- case CTL_ATL_DEL :
68+ case C_ALT_D :
6969 if (record -> event .pressed ) {
7070 register_code (KC_LCTL );
7171 register_code (KC_LALT );
@@ -276,12 +276,6 @@ bool oled_task_user(void) {
276276 case _FUNC :
277277 oled_write_P (PSTR ("FN\n" ), false);
278278 break ;
279- case _MOUSE :
280- oled_write_P (PSTR ("Mouse\n" ), false);
281- break ;
282- case _SHORTCUT :
283- oled_write_P (PSTR ("Shortcuts\n" ), false);
284- break ;
285279 default :
286280 // Or use the write_ln shortcut over adding '\n' to the end of your string
287281 oled_write_ln_P (PSTR ("Undefined" ), false);
You can’t perform that action at this time.
0 commit comments