Skip to content

Commit

Permalink
Commit of version 0.2.3 - Please see changelog for more info.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMeier committed Oct 14, 2016
1 parent 58aa356 commit a257cc4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
#hax-with-flic-osx 0.2.3

**Changes**

* Added support for multiple buttons.
* Improved button connectivity.
* Script text fields now truncated on the left to improve readability.

#hax-with-flic-osx 0.1.6

Minor bug fix release.
Expand Down
Binary file modified HaxWithFlic.dmg
Binary file not shown.
8 changes: 6 additions & 2 deletions README.md
@@ -1,6 +1,10 @@
# hax-with-flic-osx

This is a basic Flic app for Mac. It is in an Alpha stage and its functionality may change a lot in future versions without notice. This application allows you to execute your own scripts on Flic button presses. This requires OSX 10.10 or above operating systems running on a machine that supports Bluetooth Low Energy. It is unclear exactly which machines that have Bluetooth Low Energy support, but Apple supposedly started the transition around 2012. Running the following in a terminal will output the Bluetooth LMP Version:
This is a basic app for Mac that integrates with Flic buttons.

![](/Screenshot.png?raw=true "")

The application allows you to execute your own scripts on Flic button presses. This requires OSX 10.10 or above operating systems running on a machine that supports Bluetooth Low Energy. It is unclear exactly which machines that have Bluetooth Low Energy support, but Apple supposedly started the transition around 2012. Running the following in a terminal will output the Bluetooth LMP Version:

system_profiler -detailLevel full SPBluetoothDataType | grep "LMP Version"

Expand All @@ -12,7 +16,7 @@ Since this application will blindly execute the scripts that you tell it to exec

**How it works**

This application will allow you to connect one Flic button to your Mac computer and then select which scripts that you wish to execute on `click`, `double click`, `hold`, `up` and `down`.
This application will allow you to connect multiple Flic buttons to your Mac computer and then select which scripts that you wish to execute on `click`, `double click`, `hold`, `up` and `down`.

**Supported script files**

Expand Down
Binary file added Screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a257cc4

Please sign in to comment.