Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-11 | Remove empty fn_actions[] | ||
2018-12-21 | Keyboard: Infinity60 refactor, Configurator support and readme update (#4707) | ||
* Infinity60: refactor - infinity60.h / keymap.c - renamed layout macro to LAYOUT_60_ansi_split_bs_rshift; removed layout macro alias - updated to #pragma once - keymaps now use #include QMK_KEYBOARD_H - keymaps/jpetermans/config.h updated to #pragma once - keymaps/jpetermans/rules.mk deleted (complete contents were deprecated make instructions) * Infinity 60%: Configurator support * Infinity60: readme update Updated the Docs links. * Infinity60: bugfix depariel keymap Had a typo. * Infinity60: edit matrix.c per @drashna - https://github.com/qmk/qmk_firmware/pull/4707#issuecomment-449540676 | |||
2017-09-27 | remove all makefiles from keyboard directories | ||
2017-09-08 | Remove all Makefiles from the keyboards directory. (#1660) | ||
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard | |||
2017-08-21 | Readme correction #2 | ||
2017-08-21 | Correct jpetermans keymap readme and update copyright info | ||
2017-05-30 | Update lock led processing and remove debug msgs | ||
2017-05-24 | keymap example update and tweak to set_led_bit function | ||
2017-05-10 | reorder mailbox msg data; formatting | ||
2017-05-08 | remove breath functions from keymap | ||
2017-05-08 | last readme fix | ||
2017-05-08 | third readme fix attempt | ||
2017-05-08 | readme fix | ||
2017-05-08 | documentation cleanup | ||
2017-05-08 | updated keymap for new led functions | ||
2017-04-13 | more flexible led processing functions, all and on/off/toggle | ||
functioning | |||
2017-04-11 | fixed write_led_page col shift, added option for lock led display | ||
2017-04-10 | led init code missing pwm writes for Frame 1 | ||
2017-04-10 | revised led controller code to allow for more options | ||
unable to switch picture displays | |||
2017-04-07 | add ability to toggle individual led by address | ||
2017-04-06 | Moved led page arrays to keymap.c and added keymap header to define | ||
individual led addresses | |||
2017-04-06 | Add led_controller.h to user keymap.c | ||
2017-04-06 | Added personal configs and keymap to infinity60/keymaps | ||
2017-01-24 | updated all the other keymaps to support the new changes. | ||
qmk firmware requires the matrix_init_user and matrix_scan_user function to be implementated. Added these function to all the existing keymaps. | |||
2016-08-27 | Rename infinity_chibios to infinity60, and add readme | ||