unified_retro_keyboard/firmware/asdf/src/Keymaps
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
..
asdf_all_keymap_defs_production.h Break out physical resource functions into asdf_physical.[ch] 2020-03-12 00:45:59 -05:00
asdf_all_keymap_defs_test.h Add virtual output device module (compiles without warning) 2020-03-08 14:45:40 -05:00
asdf_keymap_defs_apple2.h Removed extraneous definitions from Apple2 keymap file. 2020-03-13 00:51:31 -05:00
asdf_keymap_defs_ascii_swapped_o.h Break out keymap definitions 2019-12-24 21:54:35 -06:00
asdf_keymap_defs_ascii.h Improved comments 2020-03-13 00:48:05 -05:00
asdf_keymap_defs_template.h Modifications for multiple keymap support. 2020-02-19 23:22:23 -06:00
asdf_keymap_defs_test.h Modifiers cleanup 2020-03-14 00:11:29 -05:00
asdf_keymap_defs_test2.h Modifiers cleanup 2020-03-14 00:11:29 -05:00