diff --git a/examples/Basic/sketch.json b/examples/Basic/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Basic/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Devices/Keyboardio/Atreus/sketch.json b/examples/Devices/Keyboardio/Atreus/sketch.json new file mode 100644 index 00000000..79430210 --- /dev/null +++ b/examples/Devices/Keyboardio/Atreus/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:keyboardio_atreus", + "port": "" + } +} \ No newline at end of file diff --git a/examples/Devices/Technomancy/Atreus/.kaleidoscope-builder.conf b/examples/Devices/Technomancy/Atreus/.kaleidoscope-builder.conf deleted file mode 100644 index d80241fb..00000000 --- a/examples/Devices/Technomancy/Atreus/.kaleidoscope-builder.conf +++ /dev/null @@ -1,24 +0,0 @@ -flash_over_usb() { - sleep 1s - - echo "Please reset your keyboard!" - teensy_loader_cli --mcu "${MCU}" -w "${HEX_FILE_PATH}" -} - -flash () { - prepare_to_flash - - # This is defined in the (optional) user config. - # shellcheck disable=SC2154 - ${preFlash_HOOKS} - - flash_over_usb || flash_over_usb - - # This is defined in the (optional) user config. - # shellcheck disable=SC2154 - ${postFlash_HOOKS} -} - -NO_RESET=1 -DEFAULT_SKETCH="Atreus" -BOARD="atreus" diff --git a/examples/Devices/Technomancy/Atreus/sketch.json b/examples/Devices/Technomancy/Atreus/sketch.json new file mode 100644 index 00000000..9087deaa --- /dev/null +++ b/examples/Devices/Technomancy/Atreus/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:atreus", + "port": "" + } +} \ No newline at end of file diff --git a/examples/Features/AppSwitcher/sketch.json b/examples/Features/AppSwitcher/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/AppSwitcher/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/CycleTimeReport/sketch.json b/examples/Features/CycleTimeReport/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/CycleTimeReport/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/EEPROM/DynamicMacros/sketch.json b/examples/Features/EEPROM/DynamicMacros/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/EEPROM/DynamicMacros/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/EEPROM/EEPROM-Keymap-Programmer/sketch.json b/examples/Features/EEPROM/EEPROM-Keymap-Programmer/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/EEPROM/EEPROM-Keymap-Programmer/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/EEPROM/EEPROM-Keymap/sketch.json b/examples/Features/EEPROM/EEPROM-Keymap/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/EEPROM/EEPROM-Keymap/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/EEPROM/EEPROM-Settings/sketch.json b/examples/Features/EEPROM/EEPROM-Settings/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/EEPROM/EEPROM-Settings/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/FocusSerial/sketch.json b/examples/Features/FocusSerial/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/FocusSerial/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/GhostInTheFirmware/sketch.json b/examples/Features/GhostInTheFirmware/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/GhostInTheFirmware/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/HostOS/sketch.json b/examples/Features/HostOS/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/HostOS/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/HostPowerManagement/sketch.json b/examples/Features/HostPowerManagement/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/HostPowerManagement/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/Layers/sketch.json b/examples/Features/Layers/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/Layers/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/Steno/sketch.json b/examples/Features/Steno/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/Steno/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Features/TypingBreaks/sketch.json b/examples/Features/TypingBreaks/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Features/TypingBreaks/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Internal/Sketch_Exploration/sketch.json b/examples/Internal/Sketch_Exploration/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Internal/Sketch_Exploration/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/Cycle/sketch.json b/examples/Keystrokes/Cycle/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/Cycle/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/DynamicTapDance/sketch.json b/examples/Keystrokes/DynamicTapDance/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/DynamicTapDance/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/Escape-OneShot/sketch.json b/examples/Keystrokes/Escape-OneShot/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/Escape-OneShot/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/Leader/sketch.json b/examples/Keystrokes/Leader/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/Leader/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/MagicCombo/sketch.json b/examples/Keystrokes/MagicCombo/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/MagicCombo/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/OneShot/sketch.json b/examples/Keystrokes/OneShot/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/OneShot/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/Qukeys/sketch.json b/examples/Keystrokes/Qukeys/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/Qukeys/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/Redial/sketch.json b/examples/Keystrokes/Redial/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/Redial/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/ShapeShifter/sketch.json b/examples/Keystrokes/ShapeShifter/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/ShapeShifter/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/SpaceCadet/sketch.json b/examples/Keystrokes/SpaceCadet/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/SpaceCadet/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/Syster/sketch.json b/examples/Keystrokes/Syster/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/Syster/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/TapDance/sketch.json b/examples/Keystrokes/TapDance/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/TapDance/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/TopsyTurvy/sketch.json b/examples/Keystrokes/TopsyTurvy/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/TopsyTurvy/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/Turbo/sketch.json b/examples/Keystrokes/Turbo/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/Turbo/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/Unicode/sketch.json b/examples/Keystrokes/Unicode/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/Unicode/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/Keystrokes/WinKeyToggle/sketch.json b/examples/Keystrokes/WinKeyToggle/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/Keystrokes/WinKeyToggle/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/Colormap/sketch.json b/examples/LEDs/Colormap/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/Colormap/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/FingerPainter/sketch.json b/examples/LEDs/FingerPainter/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/FingerPainter/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/Heatmap/sketch.json b/examples/LEDs/Heatmap/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/Heatmap/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/IdleLEDs/sketch.json b/examples/LEDs/IdleLEDs/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/IdleLEDs/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LED-ActiveLayerColor/sketch.json b/examples/LEDs/LED-ActiveLayerColor/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LED-ActiveLayerColor/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LED-ActiveModColor/sketch.json b/examples/LEDs/LED-ActiveModColor/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LED-ActiveModColor/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LED-AlphaSquare/sketch.json b/examples/LEDs/LED-AlphaSquare/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LED-AlphaSquare/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LED-Brightness/sketch.json b/examples/LEDs/LED-Brightness/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LED-Brightness/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LED-Palette-Theme/sketch.json b/examples/LEDs/LED-Palette-Theme/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LED-Palette-Theme/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LED-Stalker/sketch.json b/examples/LEDs/LED-Stalker/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LED-Stalker/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LED-Wavepool/sketch.json b/examples/LEDs/LED-Wavepool/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LED-Wavepool/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LEDEffect-BootGreeting/sketch.json b/examples/LEDs/LEDEffect-BootGreeting/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LEDEffect-BootGreeting/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/LEDEffects/sketch.json b/examples/LEDs/LEDEffects/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/LEDEffects/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +} diff --git a/examples/LEDs/PersistentLEDMode/sketch.json b/examples/LEDs/PersistentLEDMode/sketch.json new file mode 100644 index 00000000..884ed009 --- /dev/null +++ b/examples/LEDs/PersistentLEDMode/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:avr:model01", + "port": "" + } +}