separated all my changes into separate files, working on generalizing my relativity macros. (#4368)

* Updating to my local changes.

* Added auto-complete for joins.

* Added lights to imply current state better
This commit is contained in:
TheOneTrueTrench
2018-11-06 20:01:18 +00:00
committed by Drashna Jaelre
parent f8d8005835
commit 8f5ac39fb9
8 changed files with 839 additions and 614 deletions

View File

@@ -0,0 +1,10 @@
#define fnTimeout 500
uint32_t layer_state_set_user(uint32_t state);
bool printSqlVerbs(uint16_t keycode, keyrecord_t *record);
bool updateLayerState(uint16_t keycode, keyrecord_t *record);
bool process_record_user(uint16_t keycode, keyrecord_t *record);