Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BastardKB: upstream charybdis/4x6 #23811

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
charybdis/4x6: Enable one-shots on arm
  • Loading branch information
0xcharly authored and burkfers committed May 28, 2024
commit 42bd77855f29d906b4ec7f9f9ce6bda821f2360a
4 changes: 3 additions & 1 deletion keyboards/bastardkb/charybdis/4x6/keymaps/via/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
# define DYNAMIC_KEYMAP_LAYER_COUNT 4
#endif // VIA_ENABLE

#ifndef __arm__
/* Disable unused features. */
#define NO_ACTION_ONESHOT
# define NO_ACTION_ONESHOT
#endif // __arm__

/* Charybdis-specific features. */

Expand Down