aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/infinity60/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 May 30 Breaking Change * Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954) * Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957) * Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958) * Migrate `ACTION_LAYER_MODS` to `LM()` (#8959) * Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968) * Convert V-USB usbdrv to a submodule (#8321) * Unify Tap Hold functions and documentation (#8348) * Changing board names to prevent confusion (#8412) * Move the Keyboardio Model01 to a keyboardio/ subdir (#8499) * Move spaceman keyboards (#8830) * Migrate miscellaneous `fn_actions` entries (#8977) * Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979) * Organizing my keyboards (plaid, tartan, ergoinu) (#8537) * Refactor Lily58 to use split_common (#6260) * Refactor zinc to use split_common (#7114) * Add a message if bin/qmk doesn't work (#9000) * Fix conflicting types for 'tfp_printf' (#8269) * Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based & small internals cleanup (#6480) * Refactor and updates to TKC1800 code (#8472) * Switch to qmk forks for everything (#9019) * audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484) * Audio enable corrections (2/3) (#8903) * Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582) * Audio enable corrections (Part 4) (#8974) * Fix typo from PR7114 (#9171) * Augment future branch Changelogs (#8978) * Revert "Branch point for 2020 May 30 Breaking Change"
* Ensure `PROGMEM` is present on default keymaps (#7836)fauxpark2020-01-091-11/+1
|
* Remove empty fn_actions[]fauxpark2019-01-113-15/+0
|
* Keyboard: Infinity60 refactor, Configurator support and readme update (#4707)noroadsleft2018-12-216-39/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-4/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | * 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
* Readme correction #2jpetermans2017-08-211-1/+1
|
* Correct jpetermans keymap readme and update copyright infojpetermans2017-08-211-2/+2
|
* Update lock led processing and remove debug msgsjpetermans2017-05-301-1/+0
|
* keymap example update and tweak to set_led_bit functionjpetermans2017-05-242-9/+9
|
* reorder mailbox msg data; formattingjpetermans2017-05-102-37/+29
|
* remove breath functions from keymapjpetermans2017-05-082-14/+7
|
* last readme fixjpetermans2017-05-081-4/+8
|
* third readme fix attemptjpetermans2017-05-081-4/+4
|
* readme fixjpetermans2017-05-081-6/+6
|
* documentation cleanupjpetermans2017-05-081-31/+38
|
* updated keymap for new led functionsjpetermans2017-05-084-199/+240
|
* more flexible led processing functions, all and on/off/togglejpetermans2017-04-131-2/+2
| | | | functioning
* fixed write_led_page col shift, added option for lock led displayjpetermans2017-04-111-5/+19
|
* led init code missing pwm writes for Frame 1jpetermans2017-04-101-8/+24
|
* revised led controller code to allow for more optionsjpetermans2017-04-101-46/+57
| | | | unable to switch picture displays
* add ability to toggle individual led by addressjpetermans2017-04-071-30/+48
|
* Moved led page arrays to keymap.c and added keymap header to definejpetermans2017-04-062-7/+151
| | | | individual led addresses
* Add led_controller.h to user keymap.cjpetermans2017-04-061-11/+16
|
* Added personal configs and keymap to infinity60/keymapsjpetermans2017-04-063-0/+162
|
* updated all the other keymaps to support the new changes.SjB2017-01-243-0/+28
| | | | | | qmk firmware requires the matrix_init_user and matrix_scan_user function to be implementated. Added these function to all the existing keymaps.
* Rename infinity_chibios to infinity60, and add readmeFred Sundvik2016-08-273-0/+243