Commit Graph

38 Commits (1206a3cafb4cc0b878813697740bc0032bee5028)
 

Author SHA1 Message Date
Jesse Vincent 1206a3cafb
astyle
7 years ago
Jesse Vincent a9068d16d4
Unify repeated code to a codepath. Saves us 16 bytes
7 years ago
Jesse Vincent cd847a7ead
extract our ascii lookup table function. (saves 16 bytes)
7 years ago
Jesse Vincent d7a889f25e
Update Makefile to fix OS X build
7 years ago
Jesse Vincent cf08f96d1c
Port to new HID facade
7 years ago
Jesse Vincent 6b850c140d
Switch Macros to use an API rather than doing its own bitmath
7 years ago
Jesse Vincent 66ff95877d
CamelCase of handle_*_key*
7 years ago
Jesse Vincent f30af4d85d
keyToggledO* camelcasing
7 years ago
Jesse Vincent 74363e6a4a Merge pull request #11 from cdisselkoen/master
7 years ago
Craig Disselkoen c6af9a17e3 Remove internal usage of END macro, in favor of MACRO_ACTION_END
7 years ago
Craig Disselkoen ebd9f35d62 Automatically add END to invocations of MACRO() and friends
7 years ago
Gergely Nagy 754647b6ca README.md: Improve the `MACRODOWN` docs
7 years ago
Gergely Nagy 25093c7455 README.md: Improved the .row/.col documentation
7 years ago
Gergely Nagy 48d86894c0 Merge pull request #10 from jamesnvc/patch-1
7 years ago
James Cash f2bad8669c Minor copy-edits
7 years ago
Gergely Nagy e2e00c138e library.properties: Fill out the paragraph section too.
7 years ago
Gergely Nagy 869bd097b3 README.md: First stab at documenting the plugin
7 years ago
Jesse Vincent 2d63a2e21a Merge pull request #6 from keyboardio/f/macros.type
7 years ago
Gergely Nagy 4c2b9e8e55 Add a way to type ASCII strings, as if pressing keys
7 years ago
Jesse Vincent 6521013ca5
virtual void begin(void) final is redunant and makes the linter unhappy
7 years ago
Jesse Vincent 34ea7200ac
Add build infrastructure
7 years ago
Jesse Vincent 1ef902c27e
astyle with current project style guidelines
7 years ago
Jesse Vincent 7d6225f724 Update to new handle_keyswitch_event API naming
8 years ago
Jesse Vincent 6c8dd7ef04 Merge pull request #5 from keyboardio/f/new-step-types
8 years ago
Gergely Nagy 215d7de8ce Use UNKNOWN_KEYSWITCH_LOCATION instead of magic numbers
8 years ago
Gergely Nagy de6cfa7f1c Rename readAndPlay to readKeyCodeAndPlay
8 years ago
Gergely Nagy 7418eb92b6 Code optimalization
8 years ago
Gergely Nagy f86700bdc3 Introduce new step variants
8 years ago
Gergely Nagy 55b035be86 Introduce a way to describe a tap step
8 years ago
Jesse Vincent 634dca4a2c Merge pull request #2 from keyboardio/f/always-trigger
8 years ago
Gergely Nagy 8be09348a0 Instead of calling macroAction only on keydown, call it every time
8 years ago
Gergely Nagy e38836a7bb The Big Rename
8 years ago
Jesse Vincent ae762ee9c7 Merge pull request #1 from keyboardio/f/positions
8 years ago
Gergely Nagy 4d22c27e8d Use Macros.row/.col instead of macroAction params
8 years ago
Gergely Nagy ace478116f Make the macros aware of the row/col they were pressed at
8 years ago
Gergely Nagy 93bd914296 Use the new, double-add protected hook functions
8 years ago
Gergely Nagy 6337d878bb Adjusted the M() macro to reflect the flags/keyCode swap
8 years ago
Gergely Nagy 0850834196 Lifted out of core KeyboardioFirmware
8 years ago