Commit Graph
100 Commits
Author SHA1 Message Date
skullYandskullydazed 58d27cf404 Add a note explaining how to run tests 2020-01-14 07:52:14 -08:00
skullYandskullydazed 44168baaa7 Add a section on python tests 2020-01-14 07:52:14 -08:00
skullYandskullydazed 81ec3b5f81 yapf and style 2020-01-11 12:18:30 -08:00
Zach Whiteandskullydazed 294caf1ff1 Also fix flash 2019-12-08 16:40:03 -08:00
Zach Whiteandskullydazed 033c7af292 Fix compiling json files 2019-12-08 16:40:03 -08:00
skullYandskullydazed ce5678b819 Remove eeprom_f4 due to conflicting license 2019-12-02 08:41:29 -08:00
skullYandskullydazed 0ed492978a Add pep8-naming to our python linting 2019-12-01 13:40:14 -08:00
skullYandskullydazed 00fb1bd1f0 Make generating keymap.c from JSON more reliable 2019-11-12 20:37:28 -08:00
skullYandskullydazed 79edb7c594 Small CLI cleanups
* yapf changes
* Fix the cformat test
* Make the normpath test work when run from /
* `qmk config`: Mark `--read-only` as arg_only
2019-11-12 18:41:38 -08:00
skullYandskullydazed d1b6c11b7f When checking program returncodes treat both 0 and 1 as installed 2019-11-12 18:40:24 -08:00
skullYandskullydazed 5421ba11de Add support for newer versions of clang-format, if installed 2019-11-12 18:39:42 -08:00
skullYandskullydazed 6ca29f2b9b Run the python tests inside docker 2019-09-07 07:58:41 -07:00
skullYandskullydazed 16366dd23d add missing apostrophes 2019-09-07 07:58:41 -07:00
skullYandskullydazed 18690ddaea filter python from the list of things that trigger default builds 2019-09-07 07:58:41 -07:00
skullYandskullydazed 1013ae2d34 Add python tests to the travis check 2019-09-07 07:58:41 -07:00
skullYandskullydazed deb6fa6a87 Add a command to format python code 2019-09-07 07:58:41 -07:00
skullYandskullydazed 533d6d6a46 Make the modem manager check more pythonic 2019-09-07 07:58:41 -07:00
skullYandskullydazed c7eede2249 run yapf on the code 2019-09-07 07:58:41 -07:00
skullYandskullydazed 5b7a5b2a76 Setup a python test framework 2019-09-07 07:58:41 -07:00
skullYandskullydazed 2d688ad14e readability enhancements 2019-08-31 08:50:25 -07:00
skullYandskullydazed 1784d1bfac Add support for passing files at the command line 2019-08-31 08:50:25 -07:00
skullYandskullydazed 9547774962 CLI command to format C code 2019-08-31 08:50:25 -07:00
skullYandskullydazed d217307747 consistency 2019-08-30 15:01:52 -07:00
skullYandskullydazed 1061c024d8 Add a note about clang-format to the changelog 2019-08-30 15:01:52 -07:00
skullYandskullydazed ddb69d4d39 Merge point for 2019 Aug 30 Breaking Change 2019-08-30 15:01:52 -07:00
skullYandskullydazed b624f32f94 clang-format changes 2019-08-30 15:01:52 -07:00
skullYandskullydazed 61af76a10d Hotfix: Reinstate the KC_DELT alias 2019-08-30 15:01:52 -07:00
skullYandskullydazed 39baa5e80d add lufa as a submodule 2019-08-30 15:01:52 -07:00
skullYandskullydazed 7ff57644e1 Fix vusb compiling after clang-format 2019-08-30 15:01:52 -07:00
skullYandskullydazed 691be16b23 Have clang ignore the code in bootloader_size.c 2019-08-30 15:01:52 -07:00
skullYandskullydazed 21df614a8e Branch point for 2019 Aug 30 Breaking Change 2019-08-30 15:01:52 -07:00
skullY 9c98fef4f6 test commit 2019-04-25 10:29:12 -07:00
skullYandskullydazed c5221fa1cb fix the led_matrix.h naming conflict 2019-02-10 15:37:12 -08:00
skullYandskullydazed 5fc2421811 Put back an accidentally stripped copyright 2019-02-10 15:37:12 -08:00
skullYandskullydazed 1a680c1d6a cleanup 2019-02-10 15:37:12 -08:00
skullYandskullydazed 84879f28a3 fix compiling for backlight without led matrix 2019-02-10 15:37:12 -08:00
skullYandskullydazed c080a3e7c4 cleanup 2019-02-10 15:37:12 -08:00
skullYandskullydazed 32116f1a45 Move the 1 second delay to led_matrix_init 2019-02-10 15:37:12 -08:00
skullYandskullydazed 24df54b807 Add documentation for led matrix 2019-02-10 15:37:12 -08:00
skullYandskullydazed cc738e32dd Force backlight on when led matrix is enabled 2019-02-10 15:37:12 -08:00
skullYandskullydazed 6b74dd6de5 led_matrix works now 2019-02-10 15:37:12 -08:00
skullYandskullydazed bf2670601d compiles, but long delay on startup and problems 2019-02-10 15:37:12 -08:00
skullYandskullydazed 159191a874 revert accidental rgb_matrix.h changes 2019-02-10 15:37:12 -08:00
skullYandskullydazed fd698c43d7 The beginning of a simple led matrix driver for is31fl3731 2019-02-10 15:37:12 -08:00
skullYandskullydazed bcb1815420 Add label to the info.json reference 2019-02-08 15:13:20 -08:00
skullYandskullydazed 83f74dd94c fix the case for some elements 2019-02-08 15:13:20 -08:00
skullYandskullydazed aeee735f35 Clarify LAYOUT vs LAYOUT_all 2019-02-08 15:13:20 -08:00
skullYandskullydazed 330e2e6af5 Address comments in #4832. Move info.json reference to its own file. 2019-02-08 15:13:20 -08:00
skullYandskullydazed 154e1d99c3 tweak the keyboard guidelines 2019-02-08 15:13:20 -08:00
skullYandskullydazed c3e0ef4d8a Update the keyboard guidelines 2019-02-08 15:13:20 -08:00
skullYandskullydazed 4d8eefc694 Add support for Clueboard 66% rev4 2019-01-24 16:54:01 -08:00
skullYandskullydazed f940b6c5fa Fixup the clueboard 66 info.json 2019-01-23 17:19:41 -08:00
skullYandDrashna Jaelre 11c4c71131 Fixup the WSL install 2018-10-22 13:24:43 -07:00
skullYandDrashna Jaelre 79d495f51d Add opensuse packages provided by @isolatedvirus 2018-10-22 13:24:43 -07:00
skullYandDrashna Jaelre ca56c2145f Fold install_dependencies.sh into linux_install.sh and freebsd_install.sh 2018-10-22 13:24:43 -07:00
skullYandDrashna Jaelre da24a34efb First pass at reorganizing docs 2018-08-16 09:16:05 -07:00
skullY 9b237f5de3 fix line endings 2018-08-16 08:38:42 -07:00
skullYandskullydazed 7ad0f24efa Move my keymap to the community folder 2018-08-11 13:36:08 -07:00
skullYandskullydazed 8e50a472ab Make both RGB and sound work on Clueboard 66% hotswap 2018-08-11 13:19:39 -07:00
skullYandJack Humbert 98b16b3294 Comment and organize build_keyboard.mk a bit 2018-08-11 15:19:08 -04:00
skullY e721deb4a6 trigger api update 2018-05-18 12:56:26 -07:00
skullYandskullydazed 466ee76423 switch to the vue theme and add search 2018-05-08 12:47:08 -07:00
skullYandskullydazed ccc87421e7 Some more tweaks to make everything look nice 2018-05-07 23:42:41 -07:00
skullYandskullydazed 303f425c6b Fix up info boxes. 2018-05-07 22:46:26 -07:00
skullYandskullydazed 9e5676650e Use docsfy to replace gitbook 2018-05-07 22:46:26 -07:00
skullYandskullydazed f10a0ae547 Remove bootloader from info.jsons 2018-04-11 21:32:09 -07:00
skullYandJack Humbert c4f9b8f297 make new_project.sh work correctly on osx too 2018-03-25 13:20:30 -04:00
skullYandskullydazed 70cf46d4f1 fix the moxygen invocation 2018-03-23 22:42:08 -07:00
skullY 48e11240a6 Move the linux tutorials to an info box on newbs_getting_started 2018-03-06 20:51:26 -08:00
skullY 75354f12d7 warn->danger 2018-03-06 15:39:46 -08:00
skullY 6a4e08938e Flesh out the newbs guide 2018-03-06 15:22:47 -08:00
skullY e5c331e7be Fix the SGUI aliases 2018-03-01 16:15:38 -08:00
skullY 298ac18dfa remove duplicate #define 2018-02-25 17:41:43 -08:00
skullY c6ce959f49 Test a shrug macro 2018-02-25 17:40:18 -08:00
skullydazed 9aaa491bc0 Add stm32 to drivers.txt 2018-02-05 08:54:49 -08:00
skullY 2018df1a61 Clarify the format for layout names 2018-01-19 11:58:19 -08:00
skullY e956c11bc9 Update the urls for atmel tools 2018-01-03 10:00:40 -08:00
skullY 9cb80d68e2 Add the missing rules.mk for my layout 2017-12-22 09:49:52 -08:00
skullY 4932f9566a capslock led fix for clueboard 60 2017-12-22 09:49:14 -08:00
skullYandJack Humbert 0b54e7f5ae Flesh out the grave escape overrides 2017-12-03 00:00:23 -05:00
skullYandJack Humbert 4df4fa7c26 Clarify KC_PWR vs KC_POWER. Fixes #1994. 2017-11-10 17:58:32 -05:00
skullYandJack Humbert 66f13e4972 Move keycodes to their own section 2017-11-10 17:58:32 -05:00
skullY f357bd0ccc fix a typo 2017-11-02 17:36:15 -07:00
skullY 685d4c2f97 Do some cleanup for the API 2017-11-02 16:47:39 -07:00
skullY 535c2f60a9 use real greater than and less than chars 2017-11-02 16:27:17 -07:00
skullY 65eaab8a1a fix labels 2017-11-02 12:49:23 -07:00
skullY 18f3cd1123 add labels to the clueboard layout 2017-11-02 12:47:34 -07:00
skullY e45ce2dcb3 Merge branch 'master' of github.com:qmk/qmk_firmware 2017-11-02 12:39:25 -07:00
skullY 137456e5b1 fix the clueboard layout json 2017-11-02 11:51:06 -07:00
skullY 432674781a Document info.json files 2017-11-02 01:31:02 -07:00
skullY 4e41beeaa6 Fix a typo 2017-11-02 01:30:51 -07:00
skullY f868a3bb86 Fix the json for clueboard 2017-11-01 09:19:40 -07:00
skullY 5329a80f6c fixup json 2017-11-01 09:04:45 -07:00
skullY 44d9ad95b7 Add info.json files for clueboard 66 2017-11-01 00:03:35 -07:00
skullY 9bb259b660 Fix the naming for clueboard files 2017-10-21 13:51:18 -07:00
skullY db5afb05cf Fix the presentation of the contribution guide 2017-10-11 12:18:53 -07:00
skullY 927ef81363 Revert "Remove the "lib/%" rule."
This reverts commit 6fc43ddaf6.

I didn't think this through before pushing it.
2017-09-06 21:09:08 -07:00
skullY 6fc43ddaf6 Remove the "lib/%" rule. 2017-09-06 21:04:29 -07:00
skullYandJack Humbert ed56a6859f add a git-submodule make target. 2017-08-28 11:26:35 -04:00
skullYandJack Humbert 4e73b0b8d7 Make the bulk of our keyboards match the readme.md standard 2017-08-16 20:36:59 -04:00