1
0
Fork 0

Rewrite layer action with layer_switch

This commit is contained in:
tmk 2013-02-16 04:05:58 +09:00
parent 0142b571c4
commit e324fa2918
7 changed files with 148 additions and 112 deletions

View file

@ -31,5 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
uint8_t bitpop(uint8_t bits);
uint8_t bitpop16(uint16_t bits);
uint8_t biton(uint8_t bits);
uint8_t biton16(uint16_t bits);
#endif