diff options
author | Joshua Diamond <josh@windowoffire.com> | 2021-02-06 16:04:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 13:04:25 -0800 |
commit | 07a1574732677dd91acde20020b9372cc9c82685 (patch) | |
tree | 5389440c2c79a7f9a0336419d30f2fc5f607f494 /layouts/community/75_ansi/spidey3/config.h | |
parent | f5a38b95c12d100ab74acfd603502c66e0d0911d (diff) |
[Keymap] Revamp spidey3 userspace and keymaps (#11768)
* Don't block keys during startup animation
* More refinements related to startup and debug state
* restore key logging
* some cleanup on scan rate reporting
* trim some fat
* better lighting to indicate jumped to bootloader
* use eeprom for state restoration
* a little reorganization
* report version immediately when turn on debug
* hold-to-adjust for hue, sat, val
* cformat
* reorg rules.mk settings, fix compile with CONSOLE_ENABLE=no
* simplify spidey3 userspace
* NULL in layer list caused buggy behavior
* more bugfix
* update numpad layout to match matt30 MT3 /dev/tty keycaps
* swap emdash and endash
* map shift+backspace to delete
* removing NO_ACTION_ONSHOT makes the firmware SMALLER ?!
* cformat
* improve spi_glow
* disable shift-backspace = delete by default
Diffstat (limited to 'layouts/community/75_ansi/spidey3/config.h')
-rw-r--r-- | layouts/community/75_ansi/spidey3/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/community/75_ansi/spidey3/config.h b/layouts/community/75_ansi/spidey3/config.h index 7fe098f0e8..89bd9422ae 100644 --- a/layouts/community/75_ansi/spidey3/config.h +++ b/layouts/community/75_ansi/spidey3/config.h @@ -1,6 +1,5 @@ #pragma once -#define NO_ACTION_ONESHOT #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION #undef LOCKING_SUPPORT_ENABLE |