Commit Graph

3519 Commits (2e21af99b9cf1e51c26b844f65f6d03500159fc7)
 

Author SHA1 Message Date
Gergely Nagy ac434360c7
Merge pull request #472 from keyboardio/f/reorg-examples
6 years ago
Gergely Nagy f27a2127ac
kaleidoscope-builder: Support examples in subdirs
6 years ago
Jesse Vincent 50a6f5e1b1 Reorganize our examples directory to try to make it easier to work with
6 years ago
Jesse Vincent d4b2332e0e
Merge pull request #363 from keyboardio/f/onLayerChange
6 years ago
Gergely Nagy 38681b9681
ActiveModColor: Improve latency by caching interesting keys on layer change
6 years ago
Gergely Nagy 7214cc0d47
Colormap: Migrate to using `onLayerChange`
6 years ago
Gergely Nagy 445687634e
Introduce a new event: onLayerChange
6 years ago
Jesse Vincent 705597f649
Merge pull request #471 from keyboardio/hardware/vendorize
6 years ago
Gergely Nagy 827dc52d76
hardware: Vendorize the ErgoDox and the Model01 ports
6 years ago
Jesse Vincent 75dd28aeab
Merge pull request #469 from keyboardio/builder/bootloader-vid
6 years ago
Jesse Vincent eedce63e3c
Merge pull request #470 from keyboardio/hardware/atmegakeyboard/overrideable-crgb
6 years ago
Gergely Nagy 93bc527b98
hardware/ATMegaKeyboard: Only define cRGB if required
6 years ago
Gergely Nagy f8dc42a939
kaleidoscope-builder: Support bootloaders with a different VID
6 years ago
Gergely Nagy a5cc2d4f80
.gitignore: Ignore compiled examples too
6 years ago
Jesse Vincent 1fa31ee64c
Merge pull request #465 from keyboardio/news/ATMegaKeyboard
6 years ago
Jesse Vincent a8819f3f5a
Merge pull request #466 from keyboardio/macros/report-control
6 years ago
Jesse Vincent c90a5f2741
Merge pull request #467 from keyboardio/warning-fixes
6 years ago
Jesse Vincent aa4e338b7a
Merge pull request #464 from keyboardio/hardware/atmegakeyboard/no-hardcoded-list
6 years ago
Gergely Nagy 76cbb34b69
Remove two uses of the obsolete `LED-Off.h` header
6 years ago
Gergely Nagy 41abaaff3e
Macros: Add a way to have more control over when reports are sent
6 years ago
Gergely Nagy 400bf65c31
Document the ATMegaKeyboard helper a bit
6 years ago
Gergely Nagy 1d65c02f9f
hardware/ATMegaKeyboard: Don't hardcode the list of keyboards
6 years ago
Jesse Vincent 6d41c79a5b
Merge pull request #462 from keyboardio/news/planck
6 years ago
Jesse Vincent 8196309f98
Update doc/plugin/Hardware-OLKB-Planck.md
6 years ago
Jesse Vincent 608ebad910
Merge pull request #461 from keyboardio/hardware/generic-avr
6 years ago
Gergely Nagy 60947473c1
doc: Add a very short README for the Planck, and a NEWS entry
6 years ago
Gergely Nagy 3f13d3e09f
hardware: Move keyIndex to key_indexes.h
6 years ago
Gergely Nagy b5b219a956
hardware::Atreus: Implement a custom readCols()
6 years ago
Gergely Nagy 490faa64ea
hardware::ATMegaKeyboard: Call into KeyboardHardware aggressively
6 years ago
Gergely Nagy 1643829f9a
hardware::ATMegaKeyboard: Abstract away the data declarations
6 years ago
Jesse Vincent 2326663640 hardware::Atreus: remove unneeded include
6 years ago
Jesse Vincent 62b164bb1f Move the Atreus implementation into a vendor directory
6 years ago
Jesse Vincent 0fdd2b0dfc Add a Makefile for the Atreus sketch
6 years ago
Jesse Vincent 94008c6b3d hardware: Start lifting out an ATMegaKeyboard base class
6 years ago
Jesse Vincent a9ced18068 hardware: Get all the keyIndex constexprs into one place
6 years ago
Jesse Vincent 3da359236d hardware: Move "key index" out to a header file.
6 years ago
Jesse Vincent 0d8f913f9d move our externed keymaps definition closer to where it should be.
6 years ago
Gergely Nagy f2d3ae9103
Merge pull request #459 from keyboardio/f/planck
6 years ago
Jesse Vincent d96ac86454 A first pass implementation for AVR-based OLKB Planck keyboards
6 years ago
Jesse Vincent 99fdc3776f Add helper macros for working with pins defined in the QMK style
6 years ago
Jesse Vincent 4204b56cf9 Add useful macros from QMK to ease porting QMK keyboards to Kaleidoscope
6 years ago
Jesse Vincent 761ce41328
Merge pull request #458 from keyboardio/news/assorted-updates
6 years ago
Gergely Nagy 8e3cf92b8a
NEWS.md: Added Cycle news
6 years ago
Gergely Nagy 8bdc83d4ec
NEWS.md: Document the Unicode input slowing feature
6 years ago
Gergely Nagy 79e69d9a22
NEWS.md: Add a "new hardware" section
6 years ago
Jesse Vincent 0ced80854a
Merge pull request #454 from keyboardio/hardware/atreus/scanning-optimization
6 years ago
Gergely Nagy 46b5193d8d
hardware/Atreus: Unroll the row initialization
6 years ago
Gergely Nagy 495ef43b13
hardware/Atreus: From select/unselectRow, go to toggleRow
6 years ago
Jesse Vincent 6fb3f208f8
Merge pull request #453 from keyboardio/cycle/prevkey-modflags
6 years ago
kriber 01e057e545 previous_key in cycleAction now contains modifier key flags
6 years ago