going to remove some stuff

partial-rewrite
Ben Blazak 2013-12-18 15:04:27 -08:00
parent a90b6103a7
commit bae1ae882a
1 changed files with 8 additions and 0 deletions

View File

@ -277,6 +277,14 @@ uint8_t current_macro_length;
// - need to write `kb__layout__exec_key_layer()` (or something)
//
// ----------------------------------------------------------------------------
// TODO:
//
// - we probably don't need a TABLE section... it might save a lot of effort
// and space to just do without one. if speed becomes an issue, we could
// probably initialize a table in ram, and use that - it shouldn't actually
// be that big, and ram is much faster.
//
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// local functions ------------------------------------------------------------