Refine ACT_LAYER and ACT_LAYER_TAP

- Remove ACT_LAYER_BITOP
This commit is contained in:
tmk 2013-04-02 16:09:43 +09:00
parent 10f33a3e48
commit cc8e66754b
8 changed files with 268 additions and 320 deletions

View file

@ -30,7 +30,10 @@ 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 bitpop32(uint32_t bits);
uint8_t biton(uint8_t bits);
uint8_t biton16(uint16_t bits);
uint8_t biton32(uint32_t bits);
#endif