[Keymap] develop updates for Drashna Keymaps (#18472)

This commit is contained in:
Drashna Jaelre
2022-09-25 13:04:00 -07:00
committed by GitHub
parent 34490f098a
commit 5abb125b02
22 changed files with 84 additions and 1038 deletions

View File

@@ -3,9 +3,6 @@
#include "drashna.h"
#include "version.h"
#ifdef AUTOCORRECTION_ENABLE
# include "autocorrection/autocorrection.h"
#endif
uint16_t copy_paste_timer;
bool host_driver_disabled = false;
@@ -64,9 +61,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
#endif
#if defined(CUSTOM_POINTING_DEVICE)
&& process_record_pointing(keycode, record)
#endif
#ifdef AUTOCORRECTION_ENABLE
&& process_autocorrection(keycode, record)
#endif
&& true)) {
return false;