unified_retro_keyboard/firmware/asdf/test
Dave ed761974e6 Modifiers cleanup
- asdf_modifiers.[ch]: Replace asdf_modifier_shiftlock_activate() with
  asdf_modifier_shiftlock_on_activate() and
  asdf_modifier_shiftlock_toggle_activate().  Instead of a configurateion
  setting for shiftlock state to switch between SHIFTLOCK locks on, SHIFT turns
  off, vs SHIFTLOCK toggles, and SHIFT turns off, create two different
  SHIFTLOCK functions, one for each behavior, and allow the keymap to bind the
  desired function.

- asdf.h: replace ACTION_SHIFTLOCK with ACTION_SHIFTLOCK_ON and
  ACTION_SHIFTLOCK_TOGGLE.

- asdf.h: move start of ACTION codes from 0x80 to 0x90, since SOL-20 uses codes
  from 0x80-0x8f.

- asdf.c: test for ACTION code using (code > ASDF_ACTION) instead of (code &
  ASDF_ACTION), since ASDF_ACTION need not be a power of 2.

- asdf_modifiers.[ch] and other files: remove
  asdf_modifiers_shiftlock_deactivate() and
  asdf_modifiers_capslock_deactivate(), and any references to these functions
  since they are null functions anyway.
2020-03-14 00:11:29 -05:00
..
unity first commit 2019-12-12 14:46:29 -06:00
_clang-format first commit 2019-12-12 14:46:29 -06:00
test_asdf_buffer.c first commit 2019-12-12 14:46:29 -06:00
test_asdf_keymaps.c Add virtual output device module (compiles without warning) 2020-03-08 14:45:40 -05:00
test_asdf_modifiers.c Modifiers cleanup 2020-03-14 00:11:29 -05:00
test_asdf_repeat.c first commit 2019-12-12 14:46:29 -06:00
test_asdf_virtual.c Modifiers cleanup 2020-03-14 00:11:29 -05:00
test_asdf.c Add tests for multiple keymap support. 2020-02-19 23:31:17 -06:00