Commit Graph

4371 Commits (de062ea8972c85064d59aa0b2c2bfd59591b873b)
 

Author SHA1 Message Date
Jesse Vincent de062ea897
missed one
4 years ago
Jesse Vincent 6e8d1d020a
Switch to a less verbose way to set defaults for environment variables
4 years ago
Jesse Vincent a91c6a556e
refactor config file list to all be in one place
4 years ago
Jesse Vincent dbb4f3b1ae
migrate check-docs from generic makefile
4 years ago
Gergely Nagy fed3a6d6dc
Merge pull request #932 from keyboardio/builder-cleanup
4 years ago
Jesse Vincent 25c8a8a180
Refactor the "SKETCH" environment variable and friends.
4 years ago
Jesse Vincent e96902a9df
Switch from locally defining a "DIR" for every bin, to setting a global Kaleidoscope bin directory var
4 years ago
Jesse Vincent 660747c916
Rename ROOT to KALEIDOSCOPE_DIR, which is what it appears to actually be.
4 years ago
Jesse Vincent ea0abc8833
inline a single-use cunction
4 years ago
Jesse Vincent 19f728ca56
lift find_bootloader_path' out of the config file into the program.
4 years ago
Jesse Vincent 52a5265b9b
ROOT is defined automatically and not overridable. Remove the lines in the comments and docs
4 years ago
Jesse Vincent 9f846c4905
Lift a bunch more project-specific stuff out of the generic makefile for sketches
4 years ago
Jesse Vincent 12e59b8684
lift up BUILD_FILE_PATH to somewhere reusable.
4 years ago
Jesse Vincent 45bafe9bf5
SOURCEDIR was not actually used or honored. It was always set to pwd
4 years ago
Jesse Vincent dfadd32400
Removeo outdated and unused 'LIBRARY' env variable
4 years ago
Jesse Vincent a278efc21e
Absolute path to sized elf
4 years ago
Gergely Nagy d43f6adddf
Merge pull request #931 from keyboardio/builder-cleanup
4 years ago
Jesse Vincent afc8388cd1
Move a bunch of makefile targets from the generic sketch makefile
4 years ago
Jesse Vincent 383a29d3e3
move run-tests out to the Makefile
4 years ago
Jesse Vincent bbc84f6f33
move build-gtest-gmock into the Makefile
4 years ago
Jesse Vincent 1865e33426
Lift duplication of command to a var
4 years ago
Jesse Vincent b2a1528419
Merge pull request #930 from graemeg/patch-1
4 years ago
Graeme Geldenhuys 41e11bf473
Update core-plugins.md
4 years ago
Jesse Vincent e20357174b
Merge pull request #927 from gedankenexperimenter/qukeys-deprecation-dates
4 years ago
Michael Richters fcd7f25998
Add removal dates to Qukeys deprecation warnings
4 years ago
Michael Richters 1464afe990
Add notes on Qukeys changes to UPGRADING
4 years ago
Gergely Nagy 6bc8c4e243
testing/makefiles: Respect the VERBOSE environment variable
4 years ago
Gergely Nagy 478b91decb
Merge pull request #926 from keyboardio/docker/tuning
4 years ago
Gergely Nagy ba7b496af5
Rework our Docker config for performance
4 years ago
Jesse Vincent 5d59552403
Add a note about how we should offer at least a 60 day deprecation period for APIs
4 years ago
Gergely Nagy 9f07e052ee
Merge pull request #924 from keyboardio/remove-deprecated-key-stuff
4 years ago
Jesse Vincent ed61bb1bea Remove direct raw key access, as we're passed the removal date
4 years ago
Gergely Nagy 39f6fa6135
Merge pull request #923 from keyboardio/remove-deprecated
4 years ago
Jesse Vincent c46df89dcc Remove the deprecated HID Facade, as we've passed the promise date of 2020-09-16
4 years ago
Jesse Vincent 1d1355a36e
Switch away from some travis-specific targets that were noops
4 years ago
Jesse Vincent a4e45881ab
Merge pull request #867 from keyboardio/layer/activation-order
4 years ago
Gergely Nagy 7d7615ef6f
tests: Update some of the naming in the layer activation order test
4 years ago
Gergely Nagy 60c138d756
docs/UPGRADING.md: Adjust the removal date of the deprecated Layer methods
4 years ago
Gergely Nagy ffcd17ba6e
tests: Greatly simplify and clean up the layer activation-order test
4 years ago
Gergely Nagy d90820afc7
tests: Add a test case for activation-ordered layer switching
4 years ago
Gergely Nagy ab3b661cd5
Switch to activation-order for Layers
4 years ago
Gergely Nagy 78b32f6b80
Merge pull request #918 from keyboardio/better-conditional-build
4 years ago
Jesse Vincent 08bb9c5a14
Our previous conditional building was really wrong. It never built if any .hex existed.
4 years ago
Jesse Vincent 181fa00350
Merge pull request #917 from gedankenexperimenter/qukeys-minimum-hold
4 years ago
Michael Richters 9b70161a9b
Add minimum hold time for Qukeys
4 years ago
Jesse Vincent 681fee5422
Merge pull request #916 from gedankenexperimenter/fix-atreus-plugin-order
4 years ago
Michael Richters 2466ce3496
Correct plugin order for Atreus example
4 years ago
Jesse Vincent dd9faf910c
Rework our travis config to be a bit more efficient, moving the work dir to a ramdisk, checking less stuff out of git, etc.
4 years ago
Florian Fleissner 040ce8d1bb
Added to-Key conversion functions
4 years ago
Florian Fleissner 87373803ed
Refactor KEYMAPS(...) macro
4 years ago