aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake
Commit message (Expand)AuthorAgeFilesLines
* tools/cmake: update to 3.5.1Hauke Mehrtens2016-04-173-8/+5
* tools/cmake: fix compile on Alpine LinuxJohn Crispin2016-03-101-0/+17
* tools/cmake: update to 3.4.3John Crispin2016-02-081-2/+2
* tools/cmake: update version to 3.4.1Felix Fietkau2016-01-101-4/+4
* tools/cmake: update to 3.4.0John Crispin2015-11-213-6/+6
* tools/cmake: update to 3.3.2Felix Fietkau2015-10-313-17/+15
* tools: Fix cmake build on FreeBSD 10.1Jo-Philipp Wich2015-02-051-0/+44
* cmake: upgrade to 2.8.12.2Luka Perkov2014-02-161-3/+3
* cmake: upgrade to 2.8.12.1Luka Perkov2013-11-241-2/+2
* cmake: upgrade to 2.8.12Luka Perkov2013-10-182-6/+10
* tools/cmake: disable qt related checks to fix build issuesFelix Fietkau2013-09-071-0/+28
* cmake: upgrade to 2.8.11.2Luka Perkov2013-08-161-2/+2
* cmake: upgrade to version 2.8.10.2Luka Perkov2013-02-281-3/+3
* cmake: update to version 2.8.9Felix Fietkau2012-09-281-3/+6
* build: add the + token to any commands that can pass through the jobserver, f...Felix Fietkau2012-09-231-0/+1
* tools/cmake: enable parallel buildsFelix Fietkau2012-09-151-0/+5
* Revert "[tools] cmake: link statically"Jo-Philipp Wich2012-08-101-3/+0
* cmake: link staticallyJo-Philipp Wich2012-08-101-0/+3
* cmake: update to 2.8.7Florian Fainelli2012-04-021-3/+3
* tools/cmake: update to version 2.8.4Alexandros C. Couloumbis2011-03-241-2/+2
* add tools/cmakeFelix Fietkau2011-01-311-0/+18
ze */ #define MATRIX_ROWS 8 #define MATRIX_COLS 15 //#define DIODE_DIRECTION ROW2COL //#define RGB_DI_PIN C4 /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_LEVELS 12 // #define BACKLIGHT_BREATHING // works, but BL_TOGG might not work #define TAPPING_TOGGLE 3 #define NO_UART 1 /* RGB underglow */ // The RGB_DI_PIN value seems to be shared between all PS2AVRGB boards. // The same pin is used on the JJ40, at least. #define RGBLED_NUM 18 #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. #define RGBLIGHT_ANIMATIONS /*#define RGBLIGHT_VAL_STEP 20 #define NO_UART 1 #define BOOTLOADHID_BOOTLOADER 1*/ /* key combination for command */ #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) #endif