Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliekoubova committed Jun 30, 2024
1 parent 5b352a9 commit 9ca280d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
2 changes: 1 addition & 1 deletion keyboards/keychron/q4/ansi/keymaps/juliekoubova/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
static bool is_apple = false;

bool process_detected_host_os_user(os_variant_t os) {
dprintf("OS detected: %d\n", detected_os);
dprintf("OS detected: %d\n", os);
is_apple = os == OS_MACOS || os == OS_IOS;
vim_set_apple(is_apple);
return true;
Expand Down
42 changes: 0 additions & 42 deletions users/juliekoubova/vim/sequence.c

This file was deleted.

19 changes: 0 additions & 19 deletions users/juliekoubova/vim/sequence.h

This file was deleted.

0 comments on commit 9ca280d

Please sign in to comment.